[libuuid-perl] 05/08: Work around a Makefile.PL problem in debian/rules.

gregor herrmann gregoa at debian.org
Fri May 6 18:01:03 UTC 2016


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

gregoa pushed a commit to branch master
in repository libuuid-perl.

commit f4a5f8e7a59c0290c03ee4fce7aed7e7acbdb560
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 6 19:55:36 2016 +0200

    Work around a Makefile.PL problem in debian/rules.
---
 debian/rules | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/rules b/debian/rules
index e5c8035..0ceff52 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,5 +3,11 @@
 %:
 	dh $@
 
+override_dh_auto_configure:
+	# Makefile.PL shifts off the first parameter, which is INSTALLDIRS=vendor
+	# so let's add it again. reported as
+	# https://rt.cpan.org/Ticket/Display.html?id=114213
+	dh_auto_configure -- INSTALLDIRS=vendor
+
 override_dh_perl:
 	dh_perl -d

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



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