r3323 - /packages/libxml-feed-perl/trunk/debian/rules

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Wed Jul 26 21:23:42 UTC 2006


Author: eloy
Date: Wed Jul 26 21:23:38 2006
New Revision: 3323

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3323
Log:
eloy: cleaned debian/rules

Modified:
    packages/libxml-feed-perl/trunk/debian/rules

Modified: packages/libxml-feed-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libxml-feed-perl/trunk/debian/rules?rev=3323&op=diff
==============================================================================
--- packages/libxml-feed-perl/trunk/debian/rules (original)
+++ packages/libxml-feed-perl/trunk/debian/rules Wed Jul 26 21:23:38 2006
@@ -7,13 +7,7 @@
 # It was later modified by Jason Kohles <email at jasonkohles.com>
 # http://www.jasonkohles.com/ to support Module::Build installed modules
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# 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
-
 PACKAGE=$(shell dh_listpackages)
 
 ifndef PERL
@@ -25,20 +19,14 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-
-	# Add commands to compile the package here
 	$(PERL) Build.PL installdirs=vendor
 	OPTIMIZE="-Wall -O2 -g" $(PERL) Build
-
 	touch build-stamp
 
 clean:
 	dh_testdir
 	dh_testroot
-
-	# Add commands to clean up after the build process here
 	-$(PERL) Build distclean
-
 	dh_clean build-stamp install-stamp
 
 install: build install-stamp
@@ -46,8 +34,6 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-
-	# Add commands to install the package into debian/$PACKAGE_NAME here
 	$(PERL) Build test
 	$(PERL) Build install destdir=$(TMP)
 




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