[SCM] Debian packaging of Best CPAN distribution branch, master, updated. debian/0.12-1-6-g03b594b

gregor herrmann gregoa at debian.org
Tue Oct 25 20:23:48 UTC 2011


The following commit has been merged in the master branch:
commit ef6a5a73edd228a7bbec3763d2d4e09d43ff9f82
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Oct 25 22:18:31 2011 +0200

    debian/rules: explicitly use Makefile.PL, the updated Module::Install fails
    with Build.PL (which dh prefers in compat mode 8).

diff --git a/debian/rules b/debian/rules
index 2d33f6a..d6b6741 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --buildsystem=perl_makemaker

-- 
Debian packaging of Best CPAN distribution



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