X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=212e505276287fb0774c7d90ccd73799900c34a5;hb=34ed74aef9d9c42de391dea7387884359d439f57;hp=0429fd91b306f0545c8fa48d74ddb5a217ba23f8;hpb=e5fd7eb1e142ccf2b2dcea5993168102219c5b9d;p=debhelper.git diff --git a/debian/changelog b/debian/changelog index 0429fd9..212e505 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,503 @@ +debhelper (4.1.54) unstable; urgency=low + + * dh_scrollkeeper: fix postrm to not run if scrollkeeper is not present + + -- Joey Hess Sat, 19 Jul 2003 16:57:30 +0200 + +debhelper (4.1.53) unstable; urgency=low + + * dh_scrollkeeper: fixed some overenthusiastic quoting. Closes: #201810 + + -- Joey Hess Fri, 18 Jul 2003 09:45:23 +0200 + +debhelper (4.1.52) unstable; urgency=low + + * dh_clean: Clean the *.debhelper temp files on a per-package basis, in + 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 + + -- Joey Hess Sun, 6 Jul 2003 20:28:27 -0400 + +debhelper (4.1.51) unstable; urgency=low + + * dh_installchangelogs: Install debian/NEWS as NEWS.Debian, even for native + packages. This doesn't follow the lead of the changelog for native + packages for the reasons discussed in bug #192089 + + -- Joey Hess Fri, 4 Jul 2003 00:34:24 -0400 + +debhelper (4.1.50) unstable; urgency=low + + * dh_clean: make -X work for debian/substvars file. + + -- Joey Hess Thu, 3 Jul 2003 22:05:32 -0400 + +debhelper (4.1.49) unstable; urgency=low + + * dh_installman: Don't require trailing whitespace after the seciton number + in the TH line. + + -- Joey Hess Thu, 3 Jul 2003 14:08:41 -0400 + +debhelper (4.1.48) unstable; urgency=low + + * dh_python typo fix Closes: #197679 + * dh_link: don't complain if tmp dir does not exist yet when doing pre-link + scan. + + -- Joey Hess Thu, 19 Jun 2003 19:51:13 -0400 + +debhelper (4.1.47) unstable; urgency=low + + * dh_install: recalculate automatic $dest eash time through the glob loop. + It might change if there are multiple wildcards Closes: #196344 + + -- Joey Hess Mon, 16 Jun 2003 13:35:27 -0400 + +debhelper (4.1.46) unstable; urgency=low + + * Added dh_scrollkeeper, by Ross Burton. + * 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. + + -- Joey Hess Thu, 12 Jun 2003 10:01:28 -0400 + +debhelper (4.1.45) unstable; urgency=low + + * Typo fixes from Adam Garside. + * dh_python: don't bother terminating the regexp, 2.2.3c1 for example. + Closes: #194531 + + -- Joey Hess Sat, 24 May 2003 11:55:32 -0400 + +debhelper (4.1.44) unstable; urgency=low + + * dh_python: allow for a + at the end of the python version, as in the + python in stable, version 2.1.3+. + + -- Joey Hess Tue, 20 May 2003 17:50:16 -0400 + +debhelper (4.1.43) unstable; urgency=low + + * dh_python: Honour -n flag. Closes: #192804 + + -- Joey Hess Sat, 10 May 2003 13:00:12 -0400 + +debhelper (4.1.42) unstable; urgency=medium + + * Fix stupid typo in dh_movefiles. Closes: #188833 + + -- Joey Hess Sun, 13 Apr 2003 11:44:22 -0400 + +debhelper (4.1.41) unstable; urgency=low + + * dh_movefiles: Do not pass --remove-files to tar, since that makes + it break hard links (see #188663). + + -- Joey Hess Sat, 12 Apr 2003 17:11:28 -0400 + +debhelper (4.1.40) unstable; urgency=low + + * Fix build with 077 umask. Closes: #187757 + * Allow colons between multiple items in DH_ALWAYS_EXCLUDE. + + -- Joey Hess Sun, 6 Apr 2003 14:30:48 -0400 + +debhelper (4.1.39) unstable; urgency=low + + * Add calls to dh_installcatalogs to example rules files. Closes: #186819 + + -- Joey Hess Mon, 31 Mar 2003 11:52:03 -0500 + +debhelper (4.1.38) unstable; urgency=low + + * Fixed dh_installcatalog's references to itself on man page. + Closes: #184411 + * dh_installdebconf: Set umask to sane before running po2debconf or + debconf-mergetemplates + + -- Joey Hess Sun, 23 Mar 2003 21:17:09 -0800 + +debhelper (4.1.37) unstable; urgency=low + + * dh_installmenu: Refer to menufile(5) instead of 5L so as not to confuse + pod2man. Closes: #184013 + + -- Joey Hess Sat, 8 Mar 2003 18:37:14 -0500 + +debhelper (4.1.36) unstable; urgency=low + + * Rename debhelper.1 to debhelper.7. + * Typo, Closes: #183267 + + -- Joey Hess Tue, 4 Mar 2003 14:27:45 -0500 + +debhelper (4.1.34) unstable; urgency=low + + * Removed vegistal substvars stuff from dh_inistallinit. + * Update debhelper(1). + + -- Joey Hess Mon, 24 Feb 2003 19:34:44 -0500 + +debhelper (4.1.33) unstable; urgency=low + + * wiggy didn't take my hint about making update-modules send 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 + + -- Joey Hess Sat, 22 Feb 2003 14:45:32 -0500 + +debhelper (4.1.32) unstable; urgency=low + + * dh_md5sums: note that it's used by debsums. Closes: #181521 + * 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. + + -- Joey Hess Tue, 18 Feb 2003 19:01:45 -0500 + +debhelper (4.1.31) unstable; urgency=low + + * Added dh_installcatalogs, for sgml (and later xml) catalogs. By + Adam DiCarlo. Closes: #90025 + + -- Joey Hess Wed, 12 Feb 2003 11:26:24 -0500 + +debhelper (4.1.30) unstable; urgency=low + + * Turned dh_undocumented into a no-op, as policy does not want + undocumented.7 links anymore. + + -- Joey Hess Mon, 3 Feb 2003 16:34:13 -0500 + +debhelper (4.1.29) unstable; urgency=low + + * List binary-common in .PHONY in rules.multi2. Closes: #173278 + * 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. + + -- Joey Hess Wed, 18 Dec 2002 21:20:41 -0500 + +debhelper (4.1.28) unstable; urgency=low + + * Fix dh_install to install empty directories even if it is excluding some + files from installation. + + -- Joey Hess Thu, 12 Dec 2002 14:39:30 -0500 + +debhelper (4.1.27) unstable; urgency=low + + * Fixed dh_python ordering in example rules files. Closes: #172283 + * Make python postinst fragment only run python if it is installed, useful + for packages that include python modules but do not depend on python. + + -- Joey Hess Mon, 9 Dec 2002 21:53:08 -0500 + +debhelper (4.1.26) unstable; urgency=low + + * dh_builddeb: Reluctantly call dpkg-deb directly. dpkg cannot pass extra + params to dpkg-deb. Closes: #170330 + + -- Joey Hess Sun, 24 Nov 2002 11:14:36 -0500 + +debhelper (4.1.25) unstable; urgency=low + + * Added a dh_python command, by Josselin Mouette + . + + -- Joey Hess Thu, 21 Nov 2002 00:55:35 -0500 + +debhelper (4.1.24) unstable; urgency=low + + * Various minor changes based on suggestions by luca. + + -- Joey Hess Thu, 21 Nov 2002 00:13:52 -0500 + +debhelper (4.1.23) unstable; urgency=low + + * Still run potodebconf after warning about templates.ll files. + + -- Joey Hess Fri, 15 Nov 2002 15:33:31 -0500 + +debhelper (4.1.22) unstable; urgency=low + + * dh_install: Support autodest with non-debian/tmp sourcedirs. + 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 + + -- Joey Hess Fri, 15 Nov 2002 13:12:24 -0500 + +debhelper (4.1.21) unstable; urgency=low + + * Make dh_install --list-missing honor -X excludes. Closes: #168739 + * 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 + + -- Joey Hess Thu, 14 Nov 2002 10:56:21 -0500 + +debhelper (4.1.20) unstable; urgency=low + + * typo in dh_shlibdeps(1), Closes: #167421 + * dh_movefiles: make --list-missing respect --sourcedir. Closes: #168441 + + -- Joey Hess Tue, 12 Nov 2002 17:56:32 -0500 + +debhelper (4.1.19) unstable; urgency=low + + * Added note to dh_installdebconf(1) about postinst sourcing debconf + confmodule. (Cf #106070) + * Added an example to dh_install(1). Closes: #166402 + + -- Joey Hess Sun, 27 Oct 2002 20:26:02 -0500 + +debhelper (4.1.18) unstable; urgency=low + + * Use dpkg-architecture instead of dpkg --print-architecture (again?) + See #164863 + * typo fix Closes: #164958 The rest seems clear enough from context, so + omitted. + + -- Joey Hess Wed, 16 Oct 2002 20:47:43 -0400 + +debhelper (4.1.17) unstable; urgency=low + + * dh_installinit: added --no-start for rcS type scripts. Closes: #136502 + + -- Joey Hess Fri, 11 Oct 2002 13:58:22 -0400 + +debhelper (4.1.16) unstable; urgency=low + + * Depend on po-debconf, and I hope I can drop the debconf-utils dep 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 + + -- Joey Hess Mon, 7 Oct 2002 11:49:37 -0400 + +debhelper (4.1.15) unstable; urgency=low + + * dh_compress: Exclude .css files, to prevent broken links from html files, + and since they are generally small, and since this matches existing + practice. Closes: #163303 + + -- Joey Hess Sat, 5 Oct 2002 15:04:44 -0400 + +debhelper (4.1.14) unstable; urgency=low + + * dh_fixperms: Make sure .pm files are 0644. Closes: #163418 + + -- Joey Hess Sat, 5 Oct 2002 14:03:52 -0400 + +debhelper (4.1.13) unstable; urgency=low + + * dh_installdebconf: Support po-debconf debian/po directories. + Closes: #163128 + + -- Joey Hess Wed, 2 Oct 2002 23:41:51 -0400 + +debhelper (4.1.12) unstable; urgency=low + + * The "reverse hangover" release. + * 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). + + -- Joey Hess Fri, 27 Sep 2002 19:37:19 -0400 + +debhelper (4.1.11) unstable; urgency=low + + * Make addsubstvars remove old instances of line before adding new. This + will make dh_perl get deps right for packages that have perl modules and + XS in them. + + -- Joey Hess Sun, 22 Sep 2002 11:27:08 -0400 + +debhelper (4.1.10) unstable; urgency=low + + * Depend on coreutils | fileutils. Closes: #161452 + + -- Joey Hess Thu, 19 Sep 2002 11:21:19 -0400 + +debhelper (4.1.9) unstable; urgency=low + + * Fixed over-escaping of period when generating EXCLUDE_FIND. + Closes: #159155 + + -- Joey Hess Mon, 16 Sep 2002 13:41:05 -0400 + +debhelper (4.1.8) unstable; urgency=low + + * Use invoke-rc.d always now that it is in policy. Fall back to old behavior + if invoke-rc.d is not present, so versioned deps on sysvinit are not + needed. + + -- Joey Hess Sun, 15 Sep 2002 20:07:41 -0400 + +debhelper (4.1.7) unstable; urgency=low + + * dh_builddeb(1): It's --filename, not --name. Closes: #160151 + + -- Joey Hess Sun, 8 Sep 2002 20:05:07 -0400 + +debhelper (4.1.6) unstable; urgency=low + + * Clarified dh_perl man page. Closes: #159332 + + -- Joey Hess Tue, 3 Sep 2002 12:27:08 -0400 + +debhelper (4.1.5) unstable; urgency=low + + * Fixed excessive escaping around terms in DH_EXCLUDE_FIND. Closes: #159155 + + -- Joey Hess Sun, 1 Sep 2002 19:20:32 -0400 + +debhelper (4.1.4) unstable; urgency=low + + * Patch from Andrew Suffield to make dh_perl understand #!/usr/bin/env perl + Closes: #156243 + + -- Joey Hess Sat, 17 Aug 2002 23:05:45 -0400 + +debhelper (4.1.3) unstable; urgency=low + + * dh_installinit: Always start daemon on upgraded even if + --no-restart-on-upgrade is given; since the daemon is not stopped + with that parameter starting it again is a no-op, unless the daemon was + not running for some reason. This makes transtions to using the flag + easier. Closes: #90976 and sorry it took me so long to verify you were + right. + + -- Joey Hess Sun, 4 Aug 2002 18:52:12 -0400 + +debhelper (4.1.2) unstable; urgency=low + + * Typo, Closes: #155323 + + -- Joey Hess Sat, 3 Aug 2002 12:17:11 -0400 + +debhelper (4.1.1) unstable; urgency=low + + * Added a -L flag to dh_shlibdeps that is a nice alternative to providing a + shlibs.local. + + -- Joey Hess Thu, 25 Jul 2002 19:15:09 -0400 + +debhelper (4.1.0) unstable; urgency=low + + * Remove /usr/doc manglement code from postinst and prerm. + Do not use this verion of debhelper for woody backports! + * Removed dh_installxaw. + + -- Joey Hess Sun, 21 Jul 2002 15:26:10 -0400 + +debhelper (4.0.19) unstable; urgency=low + + * Make dh_installchangelogs install debian/NEWS files as well, as + NEWS.Debian. Make dh_compress always compress them. The idea is to make + these files be in a machine parsable form, like the debian changelog, but + only put newsworthy info into them. Automated tools can then display new + news on upgrade. It is hoped that if this catches on it will reduce the + abuse of debconf notes. See discussion on debian-devel for details. + + -- Joey Hess Sun, 14 Jul 2002 23:09:24 -0400 + +debhelper (4.0.18) unstable; urgency=low + + * Removed a seemingly useless -dDepends in dh_shlibdeps's call to + dpkg-shalibdeps; this allows for stuff like dh_shlibdeps -- -dRecommends + Closes: #152117 + * Added a --list-missing parameter to dh_install, which calc may find + useful. + + -- Joey Hess Sun, 7 Jul 2002 22:44:01 -0400 + +debhelper (4.0.17) unstable; urgency=low + + * In dh_install, don't limit to -type f when doing the find due to -X. + This makes it properly install syml8inks, cf my rpm bug. + + -- Joey Hess Fri, 5 Jul 2002 22:58:03 -0400 + +debhelper (4.0.16) unstable; urgency=low + + * Patch from doogie to make dh_movefiles support -X. Closes: #150978 + * Pound home in dh_installman's man page that yet, it really does do the + right thing. Closes: #150644 + + -- Joey Hess Thu, 4 Jul 2002 22:28:53 -0400 + +debhelper (4.0.15) unstable; urgency=low + + * Stupid, evil typo. + * Fixed the tests clint didn't show me. + + -- Joey Hess Thu, 20 Jun 2002 20:57:06 -0400 + +debhelper (4.0.14) unstable; urgency=low + + * In script fragments, use more posix tests, no -a or -o, no parens. + Closes: #150403 + + -- Joey Hess Thu, 20 Jun 2002 20:39:55 -0400 + +debhelper (4.0.13) unstable; urgency=low + + * Added --mainpackage= option, of use in some kernel modules packages. + * dh_gencontrol only needs to pass -p to dpkg-gencontrol if there is more + than one package in debian/control. This makes it a bit more flexible in + some cases. + + -- Joey Hess Wed, 19 Jun 2002 19:44:12 -0400 + +debhelper (4.0.12) unstable; urgency=low + + * Fixed debconf-utils dependency. + + -- Joey Hess Sat, 15 Jun 2002 20:20:21 -0400 + +debhelper (4.0.11) unstable; urgency=low + + * dh_compress: always compress .pcf files in + /usr/X11R6/lib/X11/fonts/{100dpi,75dpi,misc}, as is required by policy. + + -- Joey Hess Sat, 1 Jun 2002 18:08:50 -0400 + +debhelper (4.0.10) unstable; urgency=low + + * Consistently use the which command instead of command -v or hardcoded + paths in autoscripts. Neither is in posix, but which is in debianutils, so + will always be available. command -v is not available in zsh. + Closes: #148172 + + -- Joey Hess Sun, 26 May 2002 00:54:33 -0400 + +debhelper (4.0.9) unstable; urgency=low + + * dh_install: glob relative to --sourcedir. Closes: #147908 + * Documented what globbing is allowed. + + -- Joey Hess Thu, 23 May 2002 12:28:30 -0400 + debhelper (4.0.8) unstable; urgency=low * Don't leak regex characters from -X when generating DH_EXCLUDE_FIND.