]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
r2008: * dh_gencontrol: Fix man page typo. Closes: #431232
[debhelper.git] / debian / changelog
index 6bb1ad7b1cd16fe09f9c3c75fd3b205bc862ab5f..9874acd6abb970089e683fbaca6e27ae519f39c7 100644 (file)
@@ -1,4 +1,56 @@
-debhelper (5.0.45) UNRELEASED; urgency=low
+debhelper (5.0.51) UNRELEASED; urgency=low
+
+  * Remove possibly confusing (though strictly accurate) sentence from
+    dh_installdirs.1. Closes: #429318
+  * dh_gencontrol: Fix man page typo. Closes: #431232
+
+ -- Joey Hess <joeyh@debian.org>  Sat, 30 Jun 2007 17:19:00 -0400
+
+debhelper (5.0.50) unstable; urgency=low
+
+  * dh_installwm: If a path is not given, assume the file is in usr/bin, since
+    usr/X11R6/bin now points to there.
+  * Update urls to web page.
+  * Add some checks for attempts to act on packages not defined in the control
+    file. (Thanks Wakko)
+  * Use dpkg-query to retrieve conffile info in udev rules upgrade code 
+    rather than parsing status directly. (Thanks Guillem)
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 31 May 2007 13:14:06 -0400
+
+debhelper (5.0.49) unstable; urgency=low
+
+  * dh_installwm: Fix several stupid bugs, including:
+    - man page handling was supposed to be v6 only and was not
+    - typo in alternatives call
+    - use the basename of the wm to get the man page name
+    Closes: #420158
+  * dh_installwm: Also make the code to find the man page more robust and
+    fall back to not registering a man page if it is not found.
+
+ -- Joey Hess <joeyh@debian.org>  Fri, 20 Apr 2007 13:43:35 -0400
+
+debhelper (5.0.48) unstable; urgency=low
+
+  * Remove use of #SECTION# from dh_installinfo postinst snippet
+    that was accidentially re-added in 5.0.46 due to a corrupt svn checkout.
+    Closes: #419849
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 18 Apr 2007 13:24:58 -0400
+
+debhelper (5.0.47) unstable; urgency=low
+
+  * Fix absurd typo. How did I test for an hour and miss that? Closes: #419612
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 16 Apr 2007 18:20:20 -0400
+
+debhelper (5.0.46) unstable; urgency=low
+
+  * Fix a typo in postinst-udev.
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 16 Apr 2007 12:39:41 -0400
+
+debhelper (5.0.45) unstable; urgency=low
 
   * dh_installudev: Install udev rules directly into /etc/udev/rules.d/, not
     using the symlinks. MD has agreed that this is more appropriate for most
@@ -6,7 +58,7 @@ debhelper (5.0.45) UNRELEASED; urgency=low
   * That fixes the longstanding bug that the symlink was only made on brand
     new installs of the package, rather than on upgrade to the first version
     that includes the udev rules file. Closes: #359614
-  * This avoids the need to run udevcontrol reload_rules, since inotify 
+  * This avoids the need to run udevcontrol reload_rules, since inotify
     will see the file has changed. Closes: #414537
   * dh_installudev: Add preinst and postinst code to handle cleanly moving
     the rules file to the new location on upgrade.
@@ -15,7 +67,7 @@ debhelper (5.0.45) UNRELEASED; urgency=low
   * Do script fragement reversal only in v6, since it can break certian
     third party programs such as dh_installtex. Closes: #419060
 
- -- Joey Hess <joeyh@debian.org>  Thu, 12 Apr 2007 15:35:20 -0400
+ -- Joey Hess <joeyh@debian.org>  Fri, 13 Apr 2007 12:34:10 -0400
 
 debhelper (5.0.44) unstable; urgency=low