r1720 - packages/libemail-filter-perl/trunk/debian

Niko Tyni ntyni-guest at costa.debian.org
Tue Dec 20 21:06:14 UTC 2005


Author: ntyni-guest
Date: 2005-12-20 21:06:13 +0000 (Tue, 20 Dec 2005)
New Revision: 1720

Modified:
   packages/libemail-filter-perl/trunk/debian/rules
Log:
debian/rules cleanup


Modified: packages/libemail-filter-perl/trunk/debian/rules
===================================================================
--- packages/libemail-filter-perl/trunk/debian/rules	2005-12-20 21:04:38 UTC (rev 1719)
+++ packages/libemail-filter-perl/trunk/debian/rules	2005-12-20 21:06:13 UTC (rev 1720)
@@ -22,20 +22,14 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-
-	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="-Wall -O2 -g"
-
 	touch build-stamp
 
 clean:
 	dh_testdir
 	dh_testroot
-
-	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
-
 	dh_clean build-stamp install-stamp
 
 install: build install-stamp
@@ -44,7 +38,6 @@
 	dh_testroot
 	dh_clean -k
 
-	# Add commands to install the package into debian/$PACKAGE_NAME here
 	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 
@@ -61,9 +54,6 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-#	dh_installcron
-#	dh_installmenu
-#	dh_installexamples
 	dh_installdocs README
 	dh_installchangelogs CHANGES
 	dh_perl




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