]> git.donarmstrong.com Git - debhelper.git/commitdiff
r1851: releasing version 5.0.15 5.0.15
authorjoeyh <joeyh>
Wed, 11 Jan 2006 17:44:05 +0000 (17:44 +0000)
committerjoeyh <joeyh>
Wed, 11 Jan 2006 17:44:05 +0000 (17:44 +0000)
Debian/Debhelper/Dh_Getopt.pm
debian/changelog

index c7c831cad38d787ca56c622ee008d9b0dab4ea2e..c698b7c5ab67747892f3c6e72f6174e50463c581 100644 (file)
@@ -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},
 
index 5fe53a34d40460f07c8cdf5a9891312a28874c7c..d885d696d76314b7049001a02c8b5240cb9e647e 100644 (file)
@@ -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 <joeyh@debian.org>  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