From: joeyh Date: Thu, 23 Mar 2006 00:48:17 +0000 (+0000) Subject: r1889: releasing version 5.0.26 X-Git-Tag: 5.0.26^0 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=298aa10d16b548364a28a4f67c50cb0882c5a150;p=debhelper.git r1889: releasing version 5.0.26 --- diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm index 8767758..793a2e0 100644 --- a/Debian/Debhelper/Dh_Lib.pm +++ b/Debian/Debhelper/Dh_Lib.pm @@ -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 \$?'; } } diff --git a/debian/changelog b/debian/changelog index 7360a6d..37a593b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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. diff --git a/man/po4a/po/debhelper.pot b/man/po4a/po/debhelper.pot index 5125ec4..d243cc8 100644 --- a/man/po4a/po/debhelper.pot +++ b/man/po4a/po/debhelper.pot @@ -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 \n" "Language-Team: LANGUAGE \n"