]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
r597: * dh_scrollkeeper: fix postrm to not run if scrollkeeper is not present
[debhelper.git] / debian / changelog
index 22b469157caec9caead57266f0a61e72f3b55400..212e505276287fb0774c7d90ccd73799900c34a5 100644 (file)
@@ -1,3 +1,45 @@
+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