r40707 - /trunk/libclass-methodmaker-perl/debian/rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Jul 25 03:55:49 UTC 2009


Author: jawnsy-guest
Date: Sat Jul 25 03:55:43 2009
New Revision: 40707

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40707
Log:
Add an override so that debhelper doesn't run 'configure'

Modified:
    trunk/libclass-methodmaker-perl/debian/rules

Modified: trunk/libclass-methodmaker-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-methodmaker-perl/debian/rules?rev=40707&op=diff
==============================================================================
--- trunk/libclass-methodmaker-perl/debian/rules (original)
+++ trunk/libclass-methodmaker-perl/debian/rules Sat Jul 25 03:55:43 2009
@@ -2,3 +2,7 @@
 
 %:
 	dh --with quilt $@
+
+# Prevent issues with debhelper trying to run configure and failing horribly
+override_dh_auto_configure:
+	$(PERL) Makefile.PL INSTALLDIRS=vendor




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