r23997 - /trunk/libemail-thread-perl/debian/rules

bremner-guest at users.alioth.debian.org bremner-guest at users.alioth.debian.org
Sat Aug 9 11:47:30 UTC 2008


Author: bremner-guest
Date: Sat Aug  9 11:47:27 2008
New Revision: 23997

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23997
Log:
d/rules: remove comments

Modified:
    trunk/libemail-thread-perl/debian/rules

Modified: trunk/libemail-thread-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-thread-perl/debian/rules?rev=23997&op=diff
==============================================================================
--- trunk/libemail-thread-perl/debian/rules (original)
+++ trunk/libemail-thread-perl/debian/rules Sat Aug  9 11:47:27 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 \




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