X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=ad7014a7280fd7b57a608e9042ba83d0639e18c7;hb=e9e319e1f6b414b6f72451b8760f00bb7ad06e16;hp=b26894cccbad38c4645b8154cd02da87d55d3524;hpb=3c36c2532c3907f0a315d9010654176e8e9fc319;p=debhelper.git diff --git a/debian/changelog b/debian/changelog index b26894c..ad7014a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,131 @@ +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.