Package: findimagedupes
Version: 2.18-4
Severity: normal
Tags: patch jessie sid

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Upstream has split off Inline::C from Inline into its own
distribution. We're following in Debian with a separate
libinline-c-perl package.

findimagedupes needs Inline::C and will FTBFS (and maybe to run)
after the upload of libinline-perl 0.58-1 (pending upload and NEW
review of libinline-c-perl.

The fix is simple: an explicit (build) dependency on
libinline-c-perl. Cf. the attached patch.


Cheers,
gregor

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQJ8BAEBCgBmBQJTwU+RXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoG2UkQAKEAUwQMyH49fsJdIbhvBN4F
K0x0HeyucZDqO7Bz7MBuG6orFknO5KbivQi5Km1oMz/YWkxKlzMOpjLuphI561Vu
fRrwSGjtJgpZFGdlXMceah29MIHn0J6I0tymQQtuoMeIg4wDP0siPmA/M5x4kc48
BFveqD/Yj0eLcD2vbK5Yp4QBSyi/9UEBuEvYTts7AfFuXBaDulWZGgrAwVbJOPlj
B0O0U659OB9foCjywuLiM2IOQ6ZgAsIsRES1tpiCCoKLniVGYA0kBxS6ftwmrRSU
PGw/pIQHXrHQUX71ZchteHUs/GEWjsme/2oTcpMOYM7ACfGmfeFvyeHRrtJ0bAOw
VY7Soc08PW9gfivkR/iVh/7rICo1t+fGjP8g+DrkOan4FfhA//9ytKEJnSFP7mYG
XRXfcPBzEY36C/kMRbrPItMgX3pi0pRRkbhNcItu7dYiHCwZJstWlp/PKn04Fduc
JHvJGEfZdksJtyD0z8BIBZxiIGz6r6vBiNl7zfg7PGOz3zycOIeHAyV00BJ9bWXk
Wfq/kT4++p0Ba+6U3S6dogdP/71XPSa8z9TO5hMfkCNDGFIOrrGVvSG5aXycsjmz
CDjVnM8yngMG2Mi3+shTcuJGbBvpHilsV0wrJUIWJ5CRMVSKm+mIQC4DCYdsGxh0
CjWCwateTPhyOR3IIEpr
=vgbz
-----END PGP SIGNATURE-----
>From d6dfef7ab8456428188db8e48742d641608c7ea7 Mon Sep 17 00:00:00 2001
From: gregor herrmann <gre...@debian.org>
Date: Sat, 12 Jul 2014 17:02:23 +0200
Subject: [PATCH] Explicitly (build-) depend on libinline-c-perl.

---
 debian/control | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index c5b4f36..f36a28c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.
 DM-Upload-Allowed: yes
 Uploaders: Andreas Tille <ti...@debian.org>, Manuel Prinz <man...@debian.org>
 Build-Depends: cdbs (>= 0.4.57), debhelper (>= 5), libfile-mimeinfo-perl, libgraphics-magick-perl,
- libinline-perl
+ libinline-perl, libinline-c-perl | libinline-perl (<< 0.57~)
 Standards-Version: 3.8.3
 Vcs-Browser: http://git.debian.org/?p=debian-science/packages/findimagedupes.git
 Vcs-Git: git://git.debian.org/git/debian-science/packages/findimagedupes.git
@@ -13,7 +13,8 @@ Homepage: http://www.jhnc.org/findimagedupes/
 
 Package: findimagedupes
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libgraphics-magick-perl, libfile-mimeinfo-perl, libinline-perl
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libgraphics-magick-perl, libfile-mimeinfo-perl, libinline-perl,
+ libinline-c-perl | libinline-perl (<< 0.57~)
 Description: Finds visually similar or duplicate images
  findimagedupes is a commandline utility which performs a rough
  "visual diff" to two images. This allows you to compare two
-- 
2.0.1

Reply via email to