r9882 - in /trunk/libclass-mop-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Nov 28 11:23:40 UTC 2007


Author: dmn
Date: Wed Nov 28 11:23:40 2007
New Revision: 9882

URL: http://svn.debian.org/wsvn/?sc=1&rev=9882
Log:
* minor cleanup of debian/rules
  + use "$@" when touching stamps
  + move removing stamps before distclean

Modified:
    trunk/libclass-mop-perl/debian/changelog
    trunk/libclass-mop-perl/debian/rules

Modified: trunk/libclass-mop-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libclass-mop-perl/debian/changelog?rev=9882&op=diff
==============================================================================
--- trunk/libclass-mop-perl/debian/changelog (original)
+++ trunk/libclass-mop-perl/debian/changelog Wed Nov 28 11:23:40 2007
@@ -5,8 +5,11 @@
 
   [ Damyan Ivanov ]
   * Use search.cpan.org/dist-based URL in debian/watch saving 98% bandwidth
+  * minor cleanup of debian/rules
+    + use "$@" when touching stamps
+    + move removing stamps before distclean
 
- -- Rene Mayorga <rmayorga at debian.org.sv>  Tue, 27 Nov 2007 15:40:32 -0600
+ -- Damyan Ivanov <dmn at debian.org>  Wed, 28 Nov 2007 13:22:44 +0200
 
 libclass-mop-perl (0.45-1) unstable; urgency=low
 

Modified: trunk/libclass-mop-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libclass-mop-perl/debian/rules?rev=9882&op=diff
==============================================================================
--- trunk/libclass-mop-perl/debian/rules (original)
+++ trunk/libclass-mop-perl/debian/rules Wed Nov 28 11:23:40 2007
@@ -28,13 +28,13 @@
 	$(PERL) Makefile.PL installdirs=vendor
 	$(MAKE)
 	$(MAKE) test
-	touch build-stamp
+	touch $@
 
 clean:
 	dh_testdir
 	dh_testroot
+	dh_clean build-stamp install-stamp
 	[ ! -f Makefile ] || $(MAKE) distclean
-	dh_clean build-stamp install-stamp
 
 install: install-stamp
 install-stamp: build-stamp
@@ -43,7 +43,7 @@
 	dh_clean -k
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	rmdir --parents --ignore-fail-on-non-empty $(TMP)/usr/lib/perl5
-	touch install-stamp
+	touch $@
 
 binary-arch:
 	@echo "We have nothing to do by default."




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