r71828 - /trunk/libapache2-mod-perl2/debian/rules

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Mon Mar 21 22:42:54 UTC 2011


Author: periapt-guest
Date: Mon Mar 21 22:42:48 2011
New Revision: 71828

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71828
Log:
more cleanup

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=71828&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/rules (original)
+++ trunk/libapache2-mod-perl2/debian/rules Mon Mar 21 22:42:48 2011
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
 TMP  := $(CURDIR)/debian/libapache2-mod-perl2
-#BUILDHOME := $(CURDIR)/debian/build
 
 # Allow disabling build optimation by setting noopt in
 # $DEB_BUILD_OPTIONS
@@ -12,17 +11,13 @@
         CFLAGS += -O2
 endif
 
-# 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
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-ifndef MAKE
-MAKE = /usr/bin/make
-endif
+#ifndef PERL
+#PERL = /usr/bin/perl
+#endif
+#
+#ifndef MAKE
+#MAKE = /usr/bin/make
+#endif
 
 %:
 	dh $@




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