r27844 - /trunk/libclass-methodmaker-perl/debian/rules
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Sat Dec 6 18:29:37 UTC 2008
Author: gregoa
Date: Sat Dec 6 18:29:35 2008
New Revision: 27844
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27844
Log:
run perl Makefile.PL manually
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=27844&op=diff
==============================================================================
--- trunk/libclass-methodmaker-perl/debian/rules (original)
+++ trunk/libclass-methodmaker-perl/debian/rules Sat Dec 6 18:29:35 2008
@@ -1,10 +1,15 @@
#!/usr/bin/make -f
+
+PERL ?= /usr/bin/perl
include /usr/share/quilt/quilt.make
build: build-stamp
build-stamp: $(QUILT_STAMPFN)
- dh build
+ dh build --before dh_auto_configure
+ # dh_auto_configure runs ./configure
+ $(PERL) Makefile.PL INSTALLDIRS=vendor
+ dh build --after dh_auto_configure
touch $@
clean: unpatch
More information about the Pkg-perl-cvs-commits
mailing list