r25965 - in /trunk/libmoose-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Oct 12 15:16:59 UTC 2008


Author: gregoa
Date: Sun Oct 12 15:16:56 2008
New Revision: 25965

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25965
Log:
Refresh debian/rules, no functional changes.

Modified:
    trunk/libmoose-perl/debian/changelog
    trunk/libmoose-perl/debian/rules

Modified: trunk/libmoose-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoose-perl/debian/changelog?rev=25965&op=diff
==============================================================================
--- trunk/libmoose-perl/debian/changelog (original)
+++ trunk/libmoose-perl/debian/changelog Sun Oct 12 15:16:56 2008
@@ -6,6 +6,7 @@
   [ gregor herrmann ]
   * New upstream release.
   * Bump (build) dependency on libclass-mop-perl to >= 0.66.
+  * Refresh debian/rules, no functional changes.
 
  -- Ansgar Burchardt <ansgar at 43-1.org>  Thu, 02 Oct 2008 01:01:43 +0200
 

Modified: trunk/libmoose-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoose-perl/debian/rules?rev=25965&op=diff
==============================================================================
--- trunk/libmoose-perl/debian/rules (original)
+++ trunk/libmoose-perl/debian/rules Sun Oct 12 15:16:56 2008
@@ -1,18 +1,23 @@
 #!/usr/bin/make -f
 
-build:
+build: build-stamp
+build-stamp:
 	dh build
+	touch $@
 
 clean:
-	dh clean
+	dh $@
 
-install: build
+install: install-stamp
+install-stamp: build-stamp
 	dh install
+	touch $@
 
 binary-arch:
-	# nothing here
 
 binary-indep: install
-	dh binary-indep
+	dh $@
 
 binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build




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