[libvalidate-yubikey-perl] 04/05: Add 0001-remove-old-libcryptecb-dependency-from-makefile.patch
Nick Morrott
nickm-guest at moszumanska.debian.org
Sat May 28 00:46:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
nickm-guest pushed a commit to branch master
in repository libvalidate-yubikey-perl.
commit 81f59c3b3791859d38982dd2433a1ee6b3a111c2
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date: Sat May 28 01:23:44 2016 +0100
Add 0001-remove-old-libcryptecb-dependency-from-makefile.patch
The Crypt::ECB dependency has been removed from the code in the latest release,
but not from the build configuration.
---
...-remove-old-libcryptecb-dependency-from-makefile.patch | 15 +++++++++++++++
debian/patches/series | 1 +
2 files changed, 16 insertions(+)
diff --git a/debian/patches/0001-remove-old-libcryptecb-dependency-from-makefile.patch b/debian/patches/0001-remove-old-libcryptecb-dependency-from-makefile.patch
new file mode 100644
index 0000000..5e99c59
--- /dev/null
+++ b/debian/patches/0001-remove-old-libcryptecb-dependency-from-makefile.patch
@@ -0,0 +1,15 @@
+Description: Remove old Crypt::ECD dependency from Build.PL
+Author: Nick Morrott <knowledgejunkie at gmail.com>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=114777
+Last-Update: 2016-05-28
+---
+--- a/Build.PL
++++ b/Build.PL
+@@ -4,7 +4,6 @@
+ license => 'perl',
+ requires => {
+ perl => '5.6.1',
+- 'Crypt::ECB' => '1.45',
+ 'Crypt::Rijndael' => '1.09',
+ },
+ )->create_build_script();
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..6f4fb72
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-remove-old-libcryptecb-dependency-from-makefile.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libvalidate-yubikey-perl.git
More information about the Pkg-perl-cvs-commits
mailing list