summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-07-31r1271: fix tag nameversion_4.0.12debian_version_4_0_12joey0-0/+0
2003-07-28r1044: This commit was manufactured by cvs2svn to create tagunknown26-94/+8
'debian_version_4_0_12'.
2003-07-22r598: * dh_strip: do not strip files multiple times.joey2-0/+7
2003-07-19r597: * dh_scrollkeeper: fix postrm to not run if scrollkeeper is not presentjoey2-1/+7
2003-07-18r596: * dh_scrollkeeper: fixed some overenthusiastic quoting. Closes: #201810joey3-3/+9
2003-07-07r595: * dh_clean: Clean the *.debhelper temp files on a per-package basis, injoey5-23/+29
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
2003-07-04r594: * dh_installchangelogs: Install debian/NEWS as NEWS.Debian, even ↵joey2-6/+12
for native packages. This doesn't follow the lead of the changelog for native packages for the reasons discussed in bug #192089
2003-07-04r593: * dh_clean: make -X work for debian/substvars file.joey2-1/+8
2003-07-03r592: * dh_installman: Don't require trailing whitespace after the ↵joey2-1/+8
seciton number in the TH line.
2003-06-20r591: * dh_python typo fix Closes: #197679joey3-3/+11
* dh_link: don't complain if tmp dir does not exist yet when doing pre-link scan.
2003-06-16r590: * dh_install: recalculate automatic $dest eash time through the ↵joey2-0/+13
glob loop. It might change if there are multiple wildcards Closes: #196344
2003-06-12r589: * Added dh_scrollkeeper, by Ross Burton.joey9-3/+337
* 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.
2003-05-24r588: * Typo fixes from Adam Garside.joey2-3/+4
* dh_python: don't bother terminating the regexp, 2.2.3c1 for example. Closes: #194531
2003-05-23r587: typosjoey3-7/+14
2003-05-20r586: * dh_python: allow for a + at the end of the python version, as in thejoey3-2/+9
python in stable, version 2.1.3+.
2003-05-10r585: * dh_python: Honour -n flag. Closes: #192804joey2-2/+8
2003-04-13r584: * Fix stupid typo in dh_movefiles. Closes: #188833joey2-1/+7
2003-04-12r583: * dh_movefiles: Do not pass --remove-files to tar, since that makesjoey2-1/+11
it break hard links (see #188663).
2003-04-06r582: * Fix build with 077 umask. Closes: #187757joey5-4/+15
* Allow colons between multiple items in DH_ALWAYS_EXCLUDE.
2003-03-31r581: * Add calls to dh_installcatalogs to example rules files. Closes: ↵joey5-0/+11
#186819
2003-03-24r580: * Fixed dh_installcatalog's references to itself on man page.joey4-5/+9
Closes: #184411 * dh_installdebconf: Set umask to sane before running po2debconf or debconf-mergetemplates
2003-03-14r579: updatesjoey3-5/+13
2003-03-08r578: * dh_installmenu: Refer to menufile(5) instead of 5L so as not to ↵joey2-1/+8
confuse pod2man. Closes: #184013
2003-03-04r577: * Rename debhelper.1 to debhelper.7.joey2-3/+3
* Typo, Closes: #183267
2003-03-03r576: * Rename debhelper.1 to debhelper.7.joey45-47/+54
* Typo, Closes: #183267
2003-02-25r575: * Removed vegistal substvars stuff from dh_inistallinit.joey3-8/+8
* Update debhelper(1).
2003-02-22r574: * wiggy didn't take my hint about making update-modules send ↵joey5-5/+16
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
2003-02-19r573: * dh_md5sums: note that it's used by debsums. Closes: #181521joey3-2/+12
* 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.
2003-02-12r572: * Added dh_installcatalogs, for sgml (and later xml) catalogs. Byjoey6-2/+143
Adam DiCarlo. Closes: #90025
2003-02-03r571: * Turned dh_undocumented into a no-op, as policy does not wantjoey3-88/+15
undocumented.7 links anymore.
2002-12-19r570: * List binary-common in .PHONY in rules.multi2. Closes: #173278joey3-13/+29
* 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.
2002-12-12r569: * Fix dh_install to install empty directories even if it is ↵joey2-4/+14
excluding some files from installation.
2002-12-09r568: * Fixed dh_python ordering in example rules files. Closes: #172283joey6-13/+23
* Make python postinst fragment only run python if it is installed, useful for packages that include python modules but do not depend on python.
2002-11-24r567: * dh_builddeb: Reluctantly call dpkg-deb directly. dpkg cannot pass ↵joey4-5/+12
extra params to dpkg-deb. Closes: #170330
2002-11-21r566: * Added a dh_python command, by Josselin Mouettejoey1-0/+7
<josselin.mouette@ens-lyon.org>.
2002-11-21r565: * Various minor changes based on suggestions by luca.joey10-4/+240
2002-11-15r564: * Still run potodebconf after warning about templates.ll files.joey3-4/+7
2002-11-15r563: * dh_install: Support autodest with non-debian/tmp sourcedirs.joey3-7/+23
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
2002-11-14r562: * Make dh_install --list-missing honor -X excludes. Closes: #168739joey2-2/+16
* 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
2002-11-12r561: * typo in dh_shlibdeps(1), Closes: #167421joey2-2/+2
* dh_movefiles: make --list-missing respect --sourcedir. Closes: #168441
2002-11-11r560: * typo in dh_shlibdeps(1), Closes: #167421joey4-11/+20
* dh_movefiles: make --list-missing respect --sourcedir. Closes: #168441
2002-10-28r559: * Added note to dh_installdebconf(1) about postinst sourcing debconfjoey3-4/+37
confmodule. (Cf #106070) * Added an example to dh_install(1). Closes: #166402
2002-10-17r558: * Use dpkg-architecture instead of dpkg --print-architecture (again?)joey3-2/+11
See #164863 * typo fix Closes: #164958 The rest seems clear enough from context, so omitted.
2002-10-11r557: * dh_installinit: added --no-start for rcS type scripts. Closes: ↵joey5-10/+35
#136502
2002-10-07r556: * Depend on po-debconf, and I hope I can drop the debconf-utils dep ↵joey3-3/+14
soon. Closes: #163569 * Removed debconf-utils build-dep. Have no idea why that was there. * dh_installman: Don't use extended section as section name for translated man pages, use only the numeric section as is done for regular man pages. Closes: #163534
2002-10-05r555: * dh_compress: Exclude .css files, to prevent broken links from ↵joey2-4/+12
html files, and since they are generally small, and since this matches existing practice. Closes: #163303
2002-10-05r554: * dh_fixperms: Make sure .pm files are 0644. Closes: #163418joey2-5/+17
2002-10-03r553: * dh_installdebconf: Support po-debconf debian/po directories.joey3-11/+33
Closes: #163128
2002-09-27r552: * The "reverse hangover" release.joey4-32/+46
* dh_strip: better documentation, removed extraneous "item" from SYNOPSIS. Closes: #162493 * dh_strip: detect and don't strip debug/*.so files. * Note that 4.1.11 changelog entry was incorrect, dh_perl worked fine without that change, but the new behavior is less likely to break things if dpkg-gencontrol changes. * Various improvements to debhelper(1).
2002-09-22r551: * Make addsubstvars remove old instances of line before adding new. ↵joey2-1/+10
This will make dh_perl get deps right for packages that have perl modules and XS in them.