r18997 - /trunk/libio-tee-perl/debian/rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Apr 21 20:02:55 UTC 2008


Author: gregoa
Date: Mon Apr 21 20:02:54 2008
New Revision: 18997

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18997
Log:
changelog: remove comments and README

Modified:
    trunk/libio-tee-perl/debian/rules

Modified: trunk/libio-tee-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-tee-perl/debian/rules?rev=18997&op=diff
==============================================================================
--- trunk/libio-tee-perl/debian/rules (original)
+++ trunk/libio-tee-perl/debian/rules Mon Apr 21 20:02:54 2008
@@ -18,7 +18,6 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
@@ -28,7 +27,6 @@
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp
-	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
 
 install: install-stamp
@@ -36,7 +34,6 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	# Add commands to install the package into $(TMP) here
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	[ ! -d $(TMP)/usr/lib/perl5 ] || \
 		rmdir --ignore-fail-on-non-empty --parents --verbose \
@@ -49,7 +46,7 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs README
+	dh_installdocs
 	dh_installchangelogs Changes
 	dh_perl
 	dh_compress




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