r65090 - /trunk/libpoe-component-server-simplehttp-perl/debian/rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Nov 20 19:42:32 UTC 2010


Author: gregoa
Date: Sat Nov 20 19:42:25 2010
New Revision: 65090

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65090
Log:
re-enable optional Makefile.PL features, got lost in d/rules upgrade

Modified:
    trunk/libpoe-component-server-simplehttp-perl/debian/rules

Modified: trunk/libpoe-component-server-simplehttp-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/debian/rules?rev=65090&op=diff
==============================================================================
--- trunk/libpoe-component-server-simplehttp-perl/debian/rules (original)
+++ trunk/libpoe-component-server-simplehttp-perl/debian/rules Sat Nov 20 19:42:25 2010
@@ -1,8 +1,13 @@
 #!/usr/bin/make -f
+
+PERL ?= /usr/bin/perl
 
 %:
 	dh $@
 
+override_dh_auto_configure:
+	yes | $(PERL) Makefile.PL INSTALLDIRS=vendor
+
 override_dh_auto_test:
 	# tests 05 and 11 fail randomly. Until CPAN#35993 is fixed,
 	# disable tests.




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