summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-06-30 13:10:20 -0400
committerJoey Hess <joey@kitenet.net>2013-06-30 13:10:20 -0400
commitf9ac21865fa06049670fef728474c2c1ba3409bf (patch)
treede2eadb4cf49347597f67505f5b38f586761a627 /debian
parent510475f6940a3dd677a8da252bbb8525c3aceb17 (diff)
perl_build: Use -- long option names, for compatability with Module::Build::Tiny. Closes: #714544 (Thanks, gregor herrmann)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 716598a5..24ec5c41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+debhelper (9.20130627) UNRELEASED; urgency=low
+
+ * perl_build: Use -- long option names, for compatability with
+ Module::Build::Tiny. Closes: #714544
+ (Thanks, gregor herrmann)
+
+ -- Joey Hess <joeyh@debian.org> Sun, 30 Jun 2013 13:09:28 -0400
+
debhelper (9.20130626) unstable; urgency=low
* dh_strip: Run readelf in C locale. Closes: #714187