]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
r470: * dh_makeshlins: append to LD_LIBRARY_PATH at start, not each time
[debhelper.git] / debian / changelog
index 93b1999937591b0ed9687d1443400ddea6657413..e0a612416a343b23319fa54164b3fdbfe511743a 100644 (file)
@@ -1,3 +1,50 @@
+debhelper (3.0.25) unstable; urgency=low
+
+  * dh_makeshlins: append to LD_LIBRARY_PATH at start, not each time
+    through loop. Closes: #98598
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 24 May 2001 14:16:50 -0400
+
+debhelper (3.0.24) unstable; urgency=low
+
+  * Missing semi-colon.
+  * Call dh_shlibdeps as part of build process, as simple guard against
+    this (dh_* should be called, really).
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 15 May 2001 10:27:34 -0400
+
+debhelper (3.0.23) unstable; urgency=low
+
+  * dh_shlibdeps: the -l switch now just adds to LD_LIBRARY_PATH, if it is
+    already set. Newer fakeroots set it, and clobbering their settings 
+    breaks things since they LD_PRELOAD a library that is specified in the
+    LD_LIBRARY_PATH. (blah) Closes: #97494
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 14 May 2001 22:32:23 -0400
+
+debhelper (3.0.22) unstable; urgency=low
+
+  * dh_installinfo: doc enchancement, Closes: #97515
+  * dh_md5sums: don't fail if pwd has spaces in it (must be scraping the
+    bottom of the bug barrel here). Closes: #97404
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 14 May 2001 21:22:47 -0400
+
+debhelper (3.0.21) unstable; urgency=low
+
+  * Corrected bashism (echo -e, DAMNIT), in rules file that resulted in a
+    corrupted Dh_Version.pm. Closes: #97236
+
+ -- Joey Hess <joeyh@debian.org>  Sat, 12 May 2001 12:21:40 -0400
+
+debhelper (3.0.20) unstable; urgency=low
+
+  * Modified the postrm fragment for dh_installxfonts to not try to delete
+    any files. The responsibility for doing so devolves onto update-fonts-*
+    (which don't yet, but will). See bug #94752
+
+ -- Joey Hess <joeyh@debian.org>  Fri, 11 May 2001 13:30:43 -0400
+
 debhelper (3.0.19) unstable; urgency=low
 
   * Now uses html2text rather than lynx for converting html changelogs.