[SCM] Debian packaging of libcdk-perl branch, master, updated. debian/4.9.10-5-22-g098ed6b

gregor herrmann gregoa at debian.org
Sun Aug 26 17:08:35 UTC 2012


The following commit has been merged in the master branch:
commit 47ef10e9b5935a725c3a2fb335c1d31f46a6a917
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Aug 26 18:14:40 2012 +0200

    debian/rules: call dh_auto_configure twice.
    
    Once for ./configure, and then again for Makefile.PL. Otherwise the perl
    modules get installed into the wrong directory, since INSTALLDIRS is not
    passed along.

diff --git a/debian/rules b/debian/rules
index 95f9a84..21a8828 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,5 +3,9 @@
 %:
 	dh $@
 
+override_dh_auto_configure:
+	dh_auto_configure
+	dh_auto_configure --buildsystem=perl_makemaker
+
 override_dh_compress:
 	dh_compress -Xexamples

-- 
Debian packaging of libcdk-perl



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