r11077 - in /trunk/libparams-validate-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Dec 10 09:52:16 UTC 2007


Author: dmn
Date: Mon Dec 10 09:52:16 2007
New Revision: 11077

URL: http://svn.debian.org/wsvn/?sc=1&rev=11077
Log:
* Remove unneeded dh_installdirs and dh_installman
* in clean target: s/clean/distclean/; No more need to remove
  Makefile.old
* Move dh_clean stamp files before distclean

Modified:
    trunk/libparams-validate-perl/debian/changelog
    trunk/libparams-validate-perl/debian/rules

Modified: trunk/libparams-validate-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libparams-validate-perl/debian/changelog?rev=11077&op=diff
==============================================================================
--- trunk/libparams-validate-perl/debian/changelog (original)
+++ trunk/libparams-validate-perl/debian/changelog Mon Dec 10 09:52:16 2007
@@ -27,6 +27,10 @@
 
   [ Damyan Ivanov ]
   * Bump Standards-Version (no changes)
+  * Remove unneeded dh_installdirs and dh_installman
+  * in clean target: s/clean/distclean/; No more need to remove
+    Makefile.old
+  * Move dh_clean stamp files before distclean
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 03 Dec 2007 21:19:01 +0100
 

Modified: trunk/libparams-validate-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libparams-validate-perl/debian/rules?rev=11077&op=diff
==============================================================================
--- trunk/libparams-validate-perl/debian/rules (original)
+++ trunk/libparams-validate-perl/debian/rules Mon Dec 10 09:52:16 2007
@@ -17,16 +17,14 @@
 clean:
 	dh_testdir
 	dh_testroot
-	[ ! -f Makefile ] || $(MAKE) clean
-	rm -f Makefile.old
 	dh_clean build-stamp install-stamp
+	[ ! -f Makefile ] || $(MAKE) distclean
 
 install: install-stamp
 install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	dh_installdirs
 	$(MAKE) PREFIX=/usr DESTDIR=$(CURDIR)/debian/$(PACKAGE) OPTIMIZE="-O2 -g -Wall" install
 	rmdir --parents --ignore-fail-on-non-empty $(CURDIR)/debian/$(PACKAGE)/usr/share/perl5
 	touch $@
@@ -36,7 +34,6 @@
 	dh_testdir
 	dh_testroot
 	dh_installdocs
-	dh_installman
 	dh_installchangelogs Changes
 	dh_strip
 	dh_compress




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