r26251 - in /trunk/libmodule-versions-report-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Oct 26 14:43:29 UTC 2008


Author: gregoa
Date: Sun Oct 26 14:43:26 2008
New Revision: 26251

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26251
Log:
debian/rules: use the group's default template.

Modified:
    trunk/libmodule-versions-report-perl/debian/changelog
    trunk/libmodule-versions-report-perl/debian/rules

Modified: trunk/libmodule-versions-report-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-versions-report-perl/debian/changelog?rev=26251&op=diff
==============================================================================
--- trunk/libmodule-versions-report-perl/debian/changelog (original)
+++ trunk/libmodule-versions-report-perl/debian/changelog Sun Oct 26 14:43:26 2008
@@ -1,9 +1,13 @@
 libmodule-versions-report-perl (1.06-1) unstable; urgency=low
 
+  [ Ansgar Burchardt ]
   * New upstream release.
   * Add myself to Uploaders.
   * Convert debian/copyright to proposed machine-readable format.
     Copyright holders for debian/* are taken from the changelog.
+
+  [ gregor herrmann ]
+  * debian/rules: use the group's default template.
 
  -- Ansgar Burchardt <ansgar at 43-1.org>  Sat, 25 Oct 2008 18:35:53 +0200
 

Modified: trunk/libmodule-versions-report-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-versions-report-perl/debian/rules?rev=26251&op=diff
==============================================================================
--- trunk/libmodule-versions-report-perl/debian/rules (original)
+++ trunk/libmodule-versions-report-perl/debian/rules Sun Oct 26 14:43:26 2008
@@ -1,4 +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