]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
r1687: * dh_installmodules: Look for .ko files too. Closes: #248624
[debhelper.git] / debian / changelog
index 25c986fd8a5aa922e5fb44d649a4743ce1aefbe3..98b10d323366a70861e274f44e6d794367fe3329 100644 (file)
@@ -1,3 +1,71 @@
+debhelper (4.2.11) UNRELEASED; urgency=low
+
+  * dh_installmodules: Look for .ko files too. Closes: #248624
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 13 May 2004 11:25:42 -0300
+
+debhelper (4.2.10) unstable; urgency=low
+
+  * dh_strip: if an .a file is not a binary file, do not try to strip it.
+    This deals with linker scripts used on the Hurd. Closes: #246366
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 28 Apr 2004 14:36:39 -0400
+
+debhelper (4.2.9) unstable; urgency=low
+
+  * dh_installinfo: escape '&' characters in INFO-DIR-SECTION when calling
+    sed. Also support \1 etc for completeness. Closes: #246301
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 28 Apr 2004 14:06:16 -0400
+
+debhelper (4.2.8) unstable; urgency=low
+
+  * Spanish translation of dh_installppp from Ruben Porras. Closes: #240844
+  * dh_fixperms: Make executable files in /usr/games. Closes: #243404
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 12 Apr 2004 18:31:18 -0400
+
+debhelper (4.2.7) unstable; urgency=low
+
+  * Add support for cron.hourly. Closes: #240733
+
+ -- Joey Hess <joeyh@debian.org>  Sun, 28 Mar 2004 22:14:42 -0500
+
+debhelper (4.2.6) unstable; urgency=low
+
+  * Bump dh_strip's recommended bintuils dep to current. Closes: #237304
+
+ -- Joey Hess <joeyh@debian.org>  Sat, 27 Mar 2004 20:04:19 -0500
+
+debhelper (4.2.5) unstable; urgency=low
+
+  * Spanish man page updates by Ruben Possas and Rudy Godoy.
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 24 Mar 2004 15:08:54 -0500
+
+debhelper (4.2.4) unstable; urgency=low
+
+  * dh_installdocs: ignore .EX files as produced by dh-make.
+  * dh_movefiles: if the file cannot be found, do not go ahead and try
+    to move it anyway, as this can produce unpredictable behavor with globs
+    passed in from the shell. See bug #234105
+
+ -- Joey Hess <joeyh@debian.org>  Fri, 20 Feb 2004 10:43:33 -0500
+
+debhelper (4.2.3) unstable; urgency=low
+
+  * dh_movefiles: use xargs -0 to safely remove files with whitespace,
+    etc. Patch from Yann Dirson. Closes: #233226
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 18 Feb 2004 18:57:05 -0500
+
+debhelper (4.2.2) unstable; urgency=low
+
+  * dh_shlibdeps: Turn on for udebs. It's often wrong (and ignored by d-i),
+    but occasionally right and necessary.
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 12 Feb 2004 13:36:29 -0500
+
 debhelper (4.2.1) unstable; urgency=low
 
   * dh_installxfonts(1): fix link to policy. Closes: #231918