]> git.donarmstrong.com Git - debhelper.git/commitdiff
r1889: releasing version 5.0.26 5.0.26
authorjoeyh <joeyh>
Thu, 23 Mar 2006 00:48:17 +0000 (00:48 +0000)
committerjoeyh <joeyh>
Thu, 23 Mar 2006 00:48:17 +0000 (00:48 +0000)
Debian/Debhelper/Dh_Lib.pm
debian/changelog
man/po4a/po/debhelper.pot

index 8767758079ac7575a29c27e1afac93190a95f838..793a2e0700894784ae147bab8f0ffb5ac911af3f 100644 (file)
@@ -104,7 +104,7 @@ sub init {
        # If no error handling function was specified, just propigate
        # errors out.
        if (! exists $dh{ERROR_HANDLER} || ! defined $dh{ERROR_HANDLER}) {
-               $dh{ERROR_HANDLER}='exit $?';
+               $dh{ERROR_HANDLER}='exit \$?';
        }
 }
 
index 7360a6d789584b450ea083b291e7a58f1b86841b..37a593bc746b331c023dcdbf9b9d9e4079e92390 100644 (file)
@@ -1,3 +1,16 @@
+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.
index 5125ec4f60c2f44173b2f7050da824c3172c7f94..d243cc8cb64c4121b53ec58e20a4d4ea6ee5ee38 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2006-03-15 16:14-0500\n"
+"POT-Creation-Date: 2006-03-22 19:43-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"