From: joeyh Date: Wed, 11 Jan 2006 17:44:05 +0000 (+0000) Subject: r1851: releasing version 5.0.15 X-Git-Tag: 5.0.15 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=30c9efc9b5764fc4c72bc52c122ece4cd58e48f8;p=debhelper.git r1851: releasing version 5.0.15 --- diff --git a/Debian/Debhelper/Dh_Getopt.pm b/Debian/Debhelper/Dh_Getopt.pm index c7c831c..c698b7c 100644 --- a/Debian/Debhelper/Dh_Getopt.pm +++ b/Debian/Debhelper/Dh_Getopt.pm @@ -94,7 +94,7 @@ sub parseopts { "no-package=s" => \&ExcludePackage, "n" => \$options{NOSCRIPTS}, - "noscripts" => \$options{ONLYSCRIPTS}, + "noscripts" => \$options{NOSCRIPTS}, "o" => \$options{ONLYSCRIPTS}, "onlyscripts" => \$options{ONLYSCRIPTS}, diff --git a/debian/changelog b/debian/changelog index 5fe53a3..d885d69 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debhelper (5.0.15) unstable; urgency=low + + * Fix ghastly option parsing error in last release that broke + --noscripts (-n was ok). Thanks, Marc Haber. Closes: #347577 + + -- Joey Hess Wed, 11 Jan 2006 12:38:41 -0500 + debhelper (5.0.14) unstable; urgency=low * dh_installinit: If run with -o, do the inverse of -n and only