summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
* r1592: * dh_link: rm -f every time, ln -f is not good enough if the link ↵joey2003-08-19
| | | | | | | target is an existing directory (aka, ln sucks). Closes: #206245 * dh_clean: honor -X for debian/tmp removal. Closes: #199952 more or less.
* r1590: * Converted several chown 0.0 to chown 0:0 for POSIX 200112.joey2003-08-18
| | | | | | * dh_python: patch from Josselin to support packages only shipping binary (.so) modules, and removal of any already byte-compiled .py[co] found.
* r1588: * dh_python: Add a -V flag to choose the python version modules in ↵joey2003-08-13
| | | | | | a package use. Patch from Josselin, of course.
* r1586: * dh_python: patch from Josselin to fix generated depends. Closes: ↵joey2003-08-11
| | | | | | #204717 * dh_pythn: also stylistic and tab damage fixes
* r1584: * Fix a bug in quoted section parsing that put the quotes in the ↵joey2003-08-10
| | | | | | parsed out section number. Closes: #204731
* r1582: * dh_makeshlibs: only scan files matching *.so.* and *.so, not *.so*.joey2003-08-08
| | | | Closes: #204559
* r1580: * dh_python: support python ver 2.3. Closes: #204556joey2003-08-08
|
* r1578: * dh_installman: support .TH lines with quotes. Closes: #204527joey2003-08-08
|
* r1576: * Typo, Closes: #203907joey2003-08-07
| | | | | * dh_python: clan compiled files on downgrade, upgrade, not only removal. Closes: #204286
* r1088: * dh_install: Add LIMITATIONS section and other changes to clarifyjoey2003-07-31
| | | | renaming. Closes: #203548
* r1086: * Several man pae typo fixes by Ruben Porras. Closes: #202819joey2003-07-28
| | | | | * Now in a subversion repository, some minor changes for that. * dh_link test should expect results in debian/debhelper, not debian/tmp.
* r598: * dh_strip: do not strip files multiple times.joey2003-07-22
|
* r597: * dh_scrollkeeper: fix postrm to not run if scrollkeeper is not presentjoey2003-07-19
|
* r596: * dh_scrollkeeper: fixed some overenthusiastic quoting. Closes: #201810joey2003-07-18
|
* r595: * dh_clean: Clean the *.debhelper temp files on a per-package basis, injoey2003-07-07
| | | | | | case dh_clean is run on one package at a time. * Removed the debian/substvars removal code entirely. It was only there to deal with half-built trees built with debhelper << 3.0.30
* r594: * dh_installchangelogs: Install debian/NEWS as NEWS.Debian, even ↵joey2003-07-04
| | | | | | | for native packages. This doesn't follow the lead of the changelog for native packages for the reasons discussed in bug #192089
* r593: * dh_clean: make -X work for debian/substvars file.joey2003-07-04
|
* r592: * dh_installman: Don't require trailing whitespace after the ↵joey2003-07-03
| | | | | | seciton number in the TH line.
* r591: * dh_python typo fix Closes: #197679joey2003-06-20
| | | | | * dh_link: don't complain if tmp dir does not exist yet when doing pre-link scan.
* r590: * dh_install: recalculate automatic $dest eash time through the ↵joey2003-06-16
| | | | | | glob loop. It might change if there are multiple wildcards Closes: #196344
* r589: * Added dh_scrollkeeper, by Ross Burton.joey2003-06-12
| | | | | | | * Added dh_userlocal, by Andrew Stribblehill. (With root.root special case added by me.) * Added dh_installlogcheck, by Jon Middleton. Closes: #184021 * Add aph's name to copyright file too.
* r588: * Typo fixes from Adam Garside.joey2003-05-24
| | | | | * dh_python: don't bother terminating the regexp, 2.2.3c1 for example. Closes: #194531
* r587: typosjoey2003-05-23
|
* r586: * dh_python: allow for a + at the end of the python version, as in thejoey2003-05-20
| | | | python in stable, version 2.1.3+.
* r585: * dh_python: Honour -n flag. Closes: #192804joey2003-05-10
|
* r584: * Fix stupid typo in dh_movefiles. Closes: #188833joey2003-04-13
|
* r583: * dh_movefiles: Do not pass --remove-files to tar, since that makesjoey2003-04-12
| | | | it break hard links (see #188663).
* r582: * Fix build with 077 umask. Closes: #187757joey2003-04-06
| | | | * Allow colons between multiple items in DH_ALWAYS_EXCLUDE.
* r581: * Add calls to dh_installcatalogs to example rules files. Closes: ↵joey2003-03-31
| | | | #186819
* r580: * Fixed dh_installcatalog's references to itself on man page.joey2003-03-24
| | | | | | Closes: #184411 * dh_installdebconf: Set umask to sane before running po2debconf or debconf-mergetemplates
* r579: updatesjoey2003-03-14
|
* r578: * dh_installmenu: Refer to menufile(5) instead of 5L so as not to ↵joey2003-03-08
| | | | | | confuse pod2man. Closes: #184013
* r577: * Rename debhelper.1 to debhelper.7.joey2003-03-04
| | | | * Typo, Closes: #183267
* r576: * Rename debhelper.1 to debhelper.7.joey2003-03-03
| | | | * Typo, Closes: #183267
* r575: * Removed vegistal substvars stuff from dh_inistallinit.joey2003-02-25
| | | | * Update debhelper(1).
* r574: * wiggy didn't take my hint about making update-modules send ↵joey2003-02-22
| | | | | | | | | | warnings to stderr, so its overly verbose stdout is now directed to /dev/null to prevent conflicts with debconf. Closes: #150804 * dh_fixperms: only skip examples directories which in a parent of usr/share/doc, not in a deeper tree. Closes: #152602 * dh_compress: stop even looking at usr/doc
* r573: * dh_md5sums: note that it's used by debsums. Closes: #181521joey2003-02-19
| | | | | | * Make addsubstvars() escape the value of the variable before passing it to the shell. Closes: #178524 * Fixed escape_shell()'s escaping of a few things.
* r572: * Added dh_installcatalogs, for sgml (and later xml) catalogs. Byjoey2003-02-12
| | | | Adam DiCarlo. Closes: #90025
* r571: * Turned dh_undocumented into a no-op, as policy does not wantjoey2003-02-03
| | | | undocumented.7 links anymore.
* r570: * List binary-common in .PHONY in rules.multi2. Closes: #173278joey2002-12-19
| | | | | | | | * Cleaned up error message if python is not installed. Closes: #173524 * dh_python: Bug fix from Josselin Mouette for case of building an arch indep python package depending on a arch dependent package. However, I used GetPackages() rather than add yet another control file parser. Untested.
* r569: * Fix dh_install to install empty directories even if it is ↵joey2002-12-12
| | | | | | excluding some files from installation.
* r568: * Fixed dh_python ordering in example rules files. Closes: #172283joey2002-12-09
| | | | | * Make python postinst fragment only run python if it is installed, useful for packages that include python modules but do not depend on python.
* r567: * dh_builddeb: Reluctantly call dpkg-deb directly. dpkg cannot pass ↵joey2002-11-24
| | | | | | extra params to dpkg-deb. Closes: #170330
* r566: * Added a dh_python command, by Josselin Mouettejoey2002-11-21
| | | | <josselin.mouette@ens-lyon.org>.
* r565: * Various minor changes based on suggestions by luca.joey2002-11-21
|
* r564: * Still run potodebconf after warning about templates.ll files.joey2002-11-15
|
* r563: * dh_install: Support autodest with non-debian/tmp sourcedirs.joey2002-11-15
| | | | | | | | Closes: #169138 * dh_install: Support implicit "." sourcedir and --list-missing. (Also supports ./foo file specs and --list-missing.) Closes: #168751 * dh_md5sums: Don't glob. Closes: #169135
* r562: * Make dh_install --list-missing honor -X excludes. Closes: #168739joey2002-11-14
| | | | | | | * As a special case, if --sourcedir is not set (so is "."), make --list-missing look only at what is in debian/tmp. This is gross, but people have come to depend on that behavior, and that combination has no other sane meaning. Closes: #168751
* r561: * typo in dh_shlibdeps(1), Closes: #167421joey2002-11-12
| | | | * dh_movefiles: make --list-missing respect --sourcedir. Closes: #168441
* r560: * typo in dh_shlibdeps(1), Closes: #167421joey2002-11-11
| | | | * dh_movefiles: make --list-missing respect --sourcedir. Closes: #168441