]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
r1586: * dh_python: patch from Josselin to fix generated depends. Closes: #204717
[debhelper.git] / debian / changelog
index b7913c61fd72ae829a6ab5899e2aaafb48e936de..65e14054c6acd2abd21fdd40b8f1892f523656e5 100644 (file)
@@ -1,3 +1,115 @@
+debhelper (4.1.63) unstable; urgency=low
+
+  * dh_python: patch from Josselin to fix generated depends. Closes: #204717
+  * dh_pythn: also stylistic and tab damage fixes
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 11 Aug 2003 15:33:16 -0400
+
+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 <joeyh@debian.org>  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 <joeyh@debian.org>  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 <joeyh@debian.org>  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 <joeyh@debian.org>  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 <joeyh@debian.org>  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 <joeyh@debian.org>  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 <joeyh@debian.org>  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 <joeyh@debian.org>  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 <joeyh@debian.org>  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 <joeyh@debian.org>  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 <joeyh@debian.org>  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 <joeyh@debian.org>  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 <joeyh@debian.org>  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 <joeyh@debian.org>  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 <joeyh@debian.org>  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.