]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
r282: * dh_movefiles: if the wildcards in the filelist expand to nothing,
[debhelper.git] / debian / changelog
index 500500981e20496faca482dcb39d891ed16e161e..c874dbb00c96db9e2f627d6dd8f86b6f6949380c 100644 (file)
@@ -1,3 +1,72 @@
+debhelper (2.0.52) unstable; urgency=low
+
+  * dh_movefiles: if the wildcards in the filelist expand to nothing,
+    don't do anything, rather than crashing.
+
+ -- Joey Hess <joeyh@master.debian.org>  Thu, 23 Sep 1999 15:18:00 -0700
+
+debhelper (2.0.51) unstable; urgency=low
+
+  * dh_installdocs: create the compatability symlink before calling
+    install-docs. I'm told this is better in some cases. (Closes: #45608)
+  * examples/rules.multi2: clarified what you have to comment/uncomment.
+
+ -- Joey Hess <joeyh@master.debian.org>  Mon, 20 Sep 1999 12:43:09 -0700
+
+debhelper (2.0.50) unstable; urgency=medium
+
+  * Oops. Fixed dh_shlibdeps so it actually generates dependancies, broke in
+    last version.
+
+ -- Joey Hess <joeyh@master.debian.org>  Sat, 18 Sep 1999 19:00:10 -0700
+
+debhelper (2.0.49) unstable; urgency=low
+
+  * dh_shlibdeps: detect statically linked binaries and don't pass them to
+    dpkg-shlibdeps.
+  * dh_installdeb: debconf support.
+
+ -- Joey Hess <joeyh@master.debian.org>  Fri, 17 Sep 1999 00:28:59 -0700
+
+debhelper (2.0.48) unstable; urgency=low
+
+  * 4 whole days without a debhelper upload! Can't let that happen. Let's see..
+  * dh_installperl.1: explain what you have to put in your control file
+    for the dependancies to be generated.
+
+ -- Joey Hess <joeyh@master.debian.org>  Thu, 16 Sep 1999 21:15:05 -0700
+
+debhelper (2.0.47) unstable; urgency=low
+
+  * dh_undocumented: installs links for X11 man pages to the undocumented.7
+    page in /usr/share/man. (Closes: #44909)
+
+ -- Joey Hess <joeyh@master.debian.org>  Sun, 12 Sep 1999 13:12:34 -0700
+
+debhelper (2.0.46) unstable; urgency=low
+
+  * dh_installemacsen: the script fragments it generates now test for the
+    existance of emacs-package-install/remove before calling them. Though
+    a strict reading of the emacsen policy indicates that such a test
+    shouldn't be needed, there may be edge cases (cf bug 44924), where it
+    is.
+
+ -- Joey Hess <joeyh@master.debian.org>  Sun, 12 Sep 1999 12:54:37 -0700
+
+debhelper (2.0.45) unstable; urgency=low
+
+  * dh_installdocs.1: clarified how the doc-id is determined. Closes: #44864
+  * dh_makeshlibs: will now overwrite existing debian/tmp/DEBIAN/shlibs
+    files, instead of erroring out. (Closes: #44828)
+
+ -- Joey Hess <joeyh@master.debian.org>  Sat, 11 Sep 1999 13:15:33 -0700
+
+debhelper (2.0.44) unstable; urgency=low
+
+  * dh_compress: fixed #ARGV bug (again) Closes: #44853
+
+ -- Joey Hess <joeyh@master.debian.org>  Sat, 11 Sep 1999 13:04:15 -0700
+
 debhelper (2.0.43) unstable; urgency=low
 
   * Corrected example rules files, which had some messed up targets.