[rename] 01/01: Allow options to follow other arguments (Closes: #885103)
dom at earth.li
dom at earth.li
Sun Feb 18 23:51:06 UTC 2018
This is an automated email from the git hooks/post-receive script.
dom pushed a commit to branch master
in repository rename.
commit f1c0ef2707f77d923689bff986dd38817b8c9456
Author: Dominic Hargreaves <dom at earth.li>
Date: Wed Feb 14 00:02:58 2018 +0000
Allow options to follow other arguments (Closes: #885103)
---
debian/changelog | 6 ++++++
debian/patches/no_require_order.patch | 17 +++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 56b3e91..792ef04 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rename (0.20-7) UNRELEASED; urgency=medium
+
+ * Allow options to follow other arguments (Closes: #885103)
+
+ -- Dominic Hargreaves <dom at earth.li> Wed, 14 Feb 2018 00:02:39 +0000
+
rename (0.20-6) unstable; urgency=medium
* Upload to unstable
diff --git a/debian/patches/no_require_order.patch b/debian/patches/no_require_order.patch
new file mode 100644
index 0000000..037393b
--- /dev/null
+++ b/debian/patches/no_require_order.patch
@@ -0,0 +1,17 @@
+Description: allow options to follow other arguments
+Author: Dominic Hargreaves <dom at earth.li>
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=124421
+
+
+diff --git a/lib/File/Rename.pm b/lib/File/Rename.pm
+index 757355f..f775735 100644
+--- a/lib/File/Rename.pm
++++ b/lib/File/Rename.pm
+@@ -10,6 +10,7 @@ use Getopt::Long ();
+ eval{ Getopt::Long::Configure qw(
+ posix_default
+ no_ignore_case
++ no_require_order
+ ); 1 } or warn $@;
+
+ sub GetOptions {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/rename.git
More information about the Pkg-perl-cvs-commits
mailing list