]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
r1992: * Fix absurd typo. How did I test for an hour and miss that? Closes: #419612
[debhelper.git] / debian / changelog
index 8191facc9e6c0332ca9a4561e1a7e7f6448a9caa..4def03de035c7063b5a9ea8b1c8a0c672aaa29d0 100644 (file)
@@ -1,4 +1,35 @@
-debhelper (5.0.44) UNRELEASED; urgency=low
+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:19:12 -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
+    packages.
+  * 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
+    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.
+  * This would be a good time for the many packages that manage rules files
+    w/o using dh_installudev to begin to use it..
+  * 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>  Fri, 13 Apr 2007 12:34:10 -0400
+
+debhelper (5.0.44) unstable; urgency=low
 
   * dh_installudev: Don't fail if the link already somehow exists on initial
     package install. Closes: #415717
@@ -16,7 +47,7 @@ debhelper (5.0.44) UNRELEASED; urgency=low
     the same as all the other code in debhelper. This could only be fixed in
     v6 mode because packages may potentially legitimately rely on the old
     buggy behavior. Closes: #242834
-  * dh_installman: In v6 mode, overwrite exsiting man pages. Closes: #288250
+  * dh_installman: In v6 mode, overwrite existing man pages. Closes: #288250
   * Add dh_installifupdown. Please consider using this if you have
     /etc/network/if-up.d, etc files. Closes: #217552