r20554 - /trunk/libarchive-any-perl/debian/rules

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Fri May 30 16:19:44 UTC 2008


Author: emhn-guest
Date: Fri May 30 16:19:44 2008
New Revision: 20554

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20554
Log:
Removed "Add commands..." comments from debian/rules

Modified:
    trunk/libarchive-any-perl/debian/rules

Modified: trunk/libarchive-any-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-any-perl/debian/rules?rev=20554&op=diff
==============================================================================
--- trunk/libarchive-any-perl/debian/rules (original)
+++ trunk/libarchive-any-perl/debian/rules Fri May 30 16:19:44 2008
@@ -21,7 +21,6 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-	# Add commands to compile the package here
 	$(PERL) Build.PL installdirs=vendor
 	$(PERL) Build
 	$(PERL) Build test
@@ -31,7 +30,6 @@
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp
-	# Add commands to clean up after the build process here
 	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
 
 install: install-stamp
@@ -39,7 +37,6 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	# Add commands to install the package into $(TMP) here
 	$(PERL) Build install destdir=$(TMP) create_packlist=0
 	touch $@
 




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