r26624 - in /trunk/libexception-class-trycatch-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Nov 3 22:29:23 UTC 2008


Author: gregoa
Date: Mon Nov  3 22:29:20 2008
New Revision: 26624

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26624
Log:
debian/rules: use the template from dh-make-perl

Modified:
    trunk/libexception-class-trycatch-perl/debian/changelog
    trunk/libexception-class-trycatch-perl/debian/rules

Modified: trunk/libexception-class-trycatch-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libexception-class-trycatch-perl/debian/changelog?rev=26624&op=diff
==============================================================================
--- trunk/libexception-class-trycatch-perl/debian/changelog (original)
+++ trunk/libexception-class-trycatch-perl/debian/changelog Mon Nov  3 22:29:20 2008
@@ -1,10 +1,14 @@
 libexception-class-trycatch-perl (1.11-1) unstable; urgency=low
 
+  [ Jose Luis Rivas ]
   * New upstream release
   * Switched to debhelper 7.
   * debian/control: added me as uploader.
   * debian/docs: Created
   * debian/copyright: Updated formatting.
+
+  [ gregor herrmann ]
+  * debian/rules: use the template from dh-make-perl
 
  -- Jose Luis Rivas <ghostbar38 at gmail.com>  Sat, 01 Nov 2008 19:47:22 -0430
 

Modified: trunk/libexception-class-trycatch-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libexception-class-trycatch-perl/debian/rules?rev=26624&op=diff
==============================================================================
--- trunk/libexception-class-trycatch-perl/debian/rules (original)
+++ trunk/libexception-class-trycatch-perl/debian/rules Mon Nov  3 22:29:20 2008
@@ -1,3 +1,23 @@
 #!/usr/bin/make -f
-%:
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
 	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	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