[libimage-info-perl] 18/18: Import Debian patch 1.28-1.3

Salvatore Bonaccorso carnil at debian.org
Thu Nov 3 05:38:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libimage-info-perl.

commit 5100f65f045017685c6952d2666db58042a3eb65
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Sep 18 13:23:13 2016 +0200

    Import Debian patch 1.28-1.3
---
 debian/changelog | 9 +++++++++
 debian/rules     | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4d6de66..7a35c76 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libimage-info-perl (1.28-1.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: Can't locate inc/Module/Install.pm in @INC":
+    call perl with "-I." in debian/rules.
+    (Closes: #837284)
+
+ -- gregor herrmann <gregoa at debian.org>  Sun, 18 Sep 2016 13:23:13 +0200
+
 libimage-info-perl (1.28-1.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff --git a/debian/rules b/debian/rules
index fb7e17f..947a20c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,7 @@ binary-indep-stamp: install
 build: build-stamp
 build-stamp:
 	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(PERL) -I. Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
 	touch $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libimage-info-perl.git



More information about the Pkg-perl-cvs-commits mailing list