r71825 - /trunk/libapache2-mod-perl2/debian/rules
periapt-guest at users.alioth.debian.org
periapt-guest at users.alioth.debian.org
Mon Mar 21 22:16:28 UTC 2011
Author: periapt-guest
Date: Mon Mar 21 22:16:10 2011
New Revision: 71825
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71825
Log:
first phase of clean up
Modified:
trunk/libapache2-mod-perl2/debian/rules
Modified: trunk/libapache2-mod-perl2/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-mod-perl2/debian/rules?rev=71825&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/rules (original)
+++ trunk/libapache2-mod-perl2/debian/rules Mon Mar 21 22:16:10 2011
@@ -1,8 +1,7 @@
#!/usr/bin/make -f
-DH_VERBOSE=1
TMP := $(CURDIR)/debian/libapache2-mod-perl2
-BUILDHOME := $(CURDIR)/debian/build
+#BUILDHOME := $(CURDIR)/debian/build
# Allow disabling build optimation by setting noopt in
# $DEB_BUILD_OPTIONS
@@ -15,7 +14,7 @@
# If set to a true value then MakeMaker's prompt function will
# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
+#export PERL_MM_USE_DEFAULT=1
ifndef PERL
PERL = /usr/bin/perl
@@ -67,6 +66,9 @@
rm -rf $(TMP)/usr/bin/
install -m755 debian/libapache2-mod-perl2.bug $(TMP)/usr/share/bug/libapache2-mod-perl2
+# These rules are needed because otherwise the build process
+# gets messed up and the tests fail.
+# Thanks to Damyan Ivanov for figuring this out.
.PHONY: build
build:
More information about the Pkg-perl-cvs-commits
mailing list