r23261 - in /trunk/libpetal-utils-perl/debian: libpetal-utils-perl.docs rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Jul 15 15:07:59 UTC 2008


Author: gregoa
Date: Tue Jul 15 15:07:57 2008
New Revision: 23261

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23261
Log:
* remove debian/libpetal-utils-perl.docs
* don't install README in debian/rules
* remove some comments in d/rules

Removed:
    trunk/libpetal-utils-perl/debian/libpetal-utils-perl.docs
Modified:
    trunk/libpetal-utils-perl/debian/rules

Modified: trunk/libpetal-utils-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpetal-utils-perl/debian/rules?rev=23261&op=diff
==============================================================================
--- trunk/libpetal-utils-perl/debian/rules (original)
+++ trunk/libpetal-utils-perl/debian/rules Tue Jul 15 15:07:57 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 $@
 
@@ -49,7 +46,7 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs TODO README
+	dh_installdocs TODO
 	dh_installchangelogs Changes
 	dh_perl
 	dh_compress




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