]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
r1939: * Add size test, which fails on any debhelper program of more than 150
[debhelper.git] / debian / changelog
index 211d8c0390a8a0c718d8d2973dfa23c53ed4a2f6..9a993bd502fc8eab6acceafd2a12a561f11516f5 100644 (file)
@@ -1,4 +1,33 @@
-debhelper (5.0.36) UNRELEASED; urgency=low
+NOTE: debhelper has been NMUed. That NMU will need to be investigated and/or
+merged before any further debhelper releases can be made.
+
+debhelper (5.0.38) UNRELEASED; urgency=low
+
+  [ Valery Perrin ]
+  * Update french translation with recent change in dh_installmodules
+  
+  [ Joey Hess]
+  * move po4a to Build-Depends as it's run in clean.
+  * Add size test, which fails on any debhelper program of more than 150
+    lines. This is not a joke, and 100 lines would be better.
+
+ -- Joey Hess <joeyh@debian.org>  Sun,  2 Jul 2006 18:11:49 -0400
+
+debhelper (5.0.37) unstable; urgency=low
+
+  * dh_installmodules: depmod -a is no longer run during boot, so if a module
+    package is installed for a kernel other than the running kernel, just
+    running depmod -a in the postinst is no longer sufficient. Instead, run
+    depmod -a -F /boot/System.map-<kvers> <kvers>
+    The kernel version is guessed at based on the path to the modules in the
+    package. Closes: #301424
+  * dh_installxfonts: In postrm, run the deregistraton code even on upgrade,
+    in case an upgrade involves moving fonts around (or removing or renaming
+    fonts). Closes: #372686
+
+ -- Joey Hess <joeyh@debian.org>  Sun, 11 Jun 2006 21:17:38 -0400
+
+debhelper (5.0.36) unstable; urgency=low
 
   [ Valery Perrin ]
   * Update french translation with recent change in dh_installxfonts
@@ -7,11 +36,11 @@ debhelper (5.0.36) UNRELEASED; urgency=low
   * Remove old alternate dependency on fileutils. Closes: #370011
   * Patch from Guillem Jover to make --same-arch handling code support
     the new form of architecture wildcarding which allows use of things
-    like "linux-any" and "any-i386" in the Architecture field. Note that
-    you'll need to build-depend on a new enough dpkg-dev if using this
-    support. Closes: #371082
+    like "linux-any" and "any-i386" in the Architecture field. Closes: #371082
+  * Needs dpkg-dev 1.13.13 for dpkg-architecture -s support needed by
+    above, but already depends on that.
 
- -- Joey Hess <joeyh@debian.org>  Wed,  7 Jun 2006 13:57:38 -0400
+ -- Joey Hess <joeyh@debian.org>  Fri,  9 Jun 2006 14:57:19 -0400
 
 debhelper (5.0.35) unstable; urgency=low