[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#758247: findimagedupes: FTBFS: Undefined subroutine &main::WriteInlineMakefile called at Makefile.PL line 2.



Control: tag -1 + patch

On Fri, 15 Aug 2014 22:05:34 +0300, Damyan Ivanov wrote:

> The fix is quite simple: call 'WriteMakefile' instead of 'WriteInlineMakefile'.

Spelled out as a debdiff in the attachment.


Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Tom Waits: Top Of The Hill
diff -Nru findimagedupes-2.18/debian/changelog findimagedupes-2.18/debian/changelog
--- findimagedupes-2.18/debian/changelog	2014-07-13 00:50:57.000000000 +0200
+++ findimagedupes-2.18/debian/changelog	2014-08-15 22:06:57.000000000 +0200
@@ -1,3 +1,11 @@
+findimagedupes (2.18-5.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Add patch to handle versions of Inline >= 0.67.
+    Closes: #758247
+
+ -- gregor herrmann <gregoa@debian.org>  Fri, 15 Aug 2014 20:52:01 +0200
+
 findimagedupes (2.18-5) unstable; urgency=medium
 
   * debian/sources/format: 3.0 (quilt), consequently use patches
diff -Nru findimagedupes-2.18/debian/patches/new-inline.patch findimagedupes-2.18/debian/patches/new-inline.patch
--- findimagedupes-2.18/debian/patches/new-inline.patch	1970-01-01 01:00:00.000000000 +0100
+++ findimagedupes-2.18/debian/patches/new-inline.patch	2014-08-15 22:06:50.000000000 +0200
@@ -0,0 +1,15 @@
+Description: Inline dropped WriteInelineMakefile in 0.67
+Origin: vendor
+Bug-Debian: https://bugs.debian.org/758247
+Author: gregor herrmann <gregoa@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 -Nru findimagedupes-2.18/debian/patches/series findimagedupes-2.18/debian/patches/series
--- findimagedupes-2.18/debian/patches/series	2014-07-13 00:50:57.000000000 +0200
+++ findimagedupes-2.18/debian/patches/series	2014-08-15 20:57:13.000000000 +0200
@@ -1,2 +1,3 @@
 Makefile.PL.patch
 debian_patches.patch
+new-inline.patch

Attachment: signature.asc
Description: Digital Signature


Reply to: