]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
r1891: * Typo. Closes: #358904
[debhelper.git] / debian / changelog
index ecf156bf62f7f5232a1c0dbb767acdd63dd301b9..1aafa41b907deae8d9b4dd092f440c432450e569 100644 (file)
@@ -1,13 +1,53 @@
-debhelper (5.0.23) UNRELEASED; urgency=low
+debhelper (5.0.27) UNRELEASED; urgency=low
+
+  * Typo. Closes: #358904
+
+ -- Joey Hess <joeyh@debian.org>  Sat, 25 Mar 2006 13:40:28 -0500
+
+debhelper (5.0.26) unstable; urgency=high
+
+  * dh_installinit: Fix badly generated code in maint scripts that used
+     || exit 0   instead of the intended
+     || exit $?
+    due to a bad shell expansion and caused invoke-rc.d errors to be
+    ignored. Closes: #337664
+
+    Note: This has been broken since version 4.2.12 and has affected many
+    packages.
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 22 Mar 2006 19:33:38 -0500
+
+debhelper (5.0.25) unstable; urgency=low
+
+  * dh_installdebconf: For udebs, misc:Depends will now contain cdebconf-udeb.
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 15 Mar 2006 16:13:05 -0500
+
+debhelper (5.0.24) unstable; urgency=low
+
+  [ Joey Hess ]
+  * Add dh_installudev by Marco d'Itri.
+
+  [ vperrin forgot to add this to the changelog when committing ]
+  * Update pot file and french translation with recent changes in
+     the dh_installdebconf manpage
+  * Add -f option to force .pot file re-building. This is in waiting
+    a patch, correcting a bug in po4a_0.23.1
+  * Add --rm-backups in clean: Otherwise ll.po~ are included in the
+    source package. (see debhelper_5.0.22.tar.gz)
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 23 Feb 2006 11:40:22 -0500
+
+debhelper (5.0.23) unstable; urgency=low
 
   * dh_strip: remove binutils build-dep lines since stable has a new enough
     version. Closes: #350607
   * dh_installdebconf: drop all support for old-style translated debconf
     templates files via debconf-mergetemplate (keep a warning if any are
-    found, for now). Allows dropping debhelper's dependency on 
+    found, for now). Allows dropping debhelper's dependency on
     debconf-utils. Closes: #331796
 
- -- Joey Hess <joeyh@debian.org>  Mon, 20 Feb 2006 16:35:50 -0500
+ -- Joey Hess <joeyh@debian.org>  Mon, 20 Feb 2006 16:42:30 -0500
 
 debhelper (5.0.22) unstable; urgency=low