summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-01-11 17:44:05 +0000
committerjoeyh <joeyh>2006-01-11 17:44:05 +0000
commit21af4f4756f3037f3cdff675a7e942056b96ec6b (patch)
treeca14a9bf0863771ce96d2311552d356d603b0b21
parent0d519c8fd379afbed7ff4ec1c141e0b4097bcd37 (diff)
r1851: releasing version 5.0.15
-rw-r--r--Debian/Debhelper/Dh_Getopt.pm2
-rw-r--r--debian/changelog7
2 files changed, 8 insertions, 1 deletions
diff --git a/Debian/Debhelper/Dh_Getopt.pm b/Debian/Debhelper/Dh_Getopt.pm
index c7c831ca..c698b7c5 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 5fe53a34..d885d696 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 <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