r1718 - packages/libemail-localdelivery-perl/trunk/debian

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


Author: ntyni-guest
Date: 2005-12-20 21:03:02 +0000 (Tue, 20 Dec 2005)
New Revision: 1718

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


Modified: packages/libemail-localdelivery-perl/trunk/debian/rules
===================================================================
--- packages/libemail-localdelivery-perl/trunk/debian/rules	2005-12-20 20:58:49 UTC (rev 1717)
+++ packages/libemail-localdelivery-perl/trunk/debian/rules	2005-12-20 21:03:02 UTC (rev 1718)
@@ -24,21 +24,15 @@
 build: patch 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: clean-patched unpatch
 clean-patched:
 	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
@@ -47,7 +41,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
 
@@ -64,9 +57,6 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-#	dh_installcron
-#	dh_installmenu
-#	dh_installexamples
 	dh_installdocs
 	dh_installchangelogs Changes
 	dh_perl




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