[findimagedupes] 01/01: Applied gregoa's patch to fix FTBFS with perl 5.20
Ralf Treinen
treinen at moszumanska.debian.org
Mon Aug 18 07:22:55 UTC 2014
This is an automated email from the git hooks/post-receive script.
treinen pushed a commit to branch master
in repository findimagedupes.
commit 2182840826fee3ca24dd715f523e2e3f0882a2c5
Author: Ralf Treinen <treinen at free.fr>
Date: Mon Aug 18 09:08:21 2014 +0200
Applied gregoa's patch to fix FTBFS with perl 5.20
---
debian/changelog | 9 +++++++++
debian/patches/new-inline.patch | 15 +++++++++++++++
debian/patches/series | 1 +
3 files changed, 25 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index c9ef1ff..5a535ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+findimagedupes (2.18-6) unstable; urgency=medium
+
+ * Team upload.
+ * Applied patch new-inline to handle versions of Inline >= 0.67. Thanks
+ a lot to Damyan Ivanov and Gregor Herrmann for the patch! (Closes:
+ #758247).
+
+ -- Ralf Treinen <treinen at debian.org> Mon, 18 Aug 2014 09:07:25 +0200
+
findimagedupes (2.18-5) unstable; urgency=medium
* debian/sources/format: 3.0 (quilt), consequently use patches
diff --git a/debian/patches/new-inline.patch b/debian/patches/new-inline.patch
new file mode 100644
index 0000000..847c9ff
--- /dev/null
+++ b/debian/patches/new-inline.patch
@@ -0,0 +1,15 @@
+Description: Inline dropped WriteInelineMakefile in 0.67
+Origin: vendor
+Bug-Debian: https://bugs.debian.org/758247
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-08-15
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -1,5 +1,5 @@
+ use Inline::MakeMaker;
+-WriteInlineMakefile(
++WriteMakefile(
+ 'NAME' => 'findimagedupes::C',
+ 'VERSION_FROM' => 'C.pm',
+ 'EXE_FILES' => [ 'findimagedupes' ],
diff --git a/debian/patches/series b/debian/patches/series
index 59917ef..d15122e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
Makefile.PL.patch
debian_patches.patch
+new-inline.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/findimagedupes.git
More information about the debian-science-commits
mailing list