X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fchangelog;h=7b6585a3171f077e0540ef46dfbd93b7b96e6168;hb=3d0aaf0cea94bd00a9ea6bc30ed8388b62c7f38b;hp=d424ff918f82ebeda0f514f13f15856feadf54fb;hpb=8627252ea4d68d0d09381324662a071c358f6066;p=debhelper.git diff --git a/debian/changelog b/debian/changelog index d424ff9..7b6585a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,79 @@ +debhelper (4.1.62) unstable; urgency=low + + * Fix a bug in quoted section parsing that put the quotes in the parsed + out section number. Closes: #204731 + + -- Joey Hess Sat, 9 Aug 2003 22:25:23 -0400 + +debhelper (4.1.61) unstable; urgency=low + + * dh_makeshlibs: only scan files matching *.so.* and *.so, not *.so*. + Closes: #204559 + + -- Joey Hess Fri, 8 Aug 2003 17:08:00 -0400 + +debhelper (4.1.60) unstable; urgency=low + + * dh_python: support python ver 2.3. Closes: #204556 + + -- Joey Hess Fri, 8 Aug 2003 11:59:34 -0400 + +debhelper (4.1.59) unstable; urgency=low + + * dh_installman: support .TH lines with quotes. Closes: #204527 + + -- Joey Hess Thu, 7 Aug 2003 20:39:36 -0400 + +debhelper (4.1.58) unstable; urgency=low + + * Typo, Closes: #203907 + * dh_python: clan compiled files on downgrade, upgrade, not only + removal. Closes: #204286 + + -- Joey Hess Thu, 7 Aug 2003 15:47:06 -0400 + +debhelper (4.1.57) unstable; urgency=low + + * dh_install: Add LIMITATIONS section and other changes to clarify + renaming. Closes: #203548 + + -- Joey Hess Thu, 31 Jul 2003 13:51:01 -0400 + +debhelper (4.1.56) unstable; urgency=low + + * Several man pae typo fixes by Ruben Porras. Closes: #202819 + * Now in a subversion repository, some minor changes for that. + * dh_link test should expect results in debian/debhelper, not debian/tmp. + + -- Joey Hess Mon, 28 Jul 2003 15:36:45 -0400 + +debhelper (4.1.55) unstable; urgency=low + + * dh_strip: do not strip files multiple times. + + -- Joey Hess Tue, 22 Jul 2003 17:04:49 -0400 + +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