r26475 - in /trunk/libpoe-api-peek-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Nov 2 00:25:17 UTC 2008


Author: gregoa
Date: Sun Nov  2 00:25:13 2008
New Revision: 26475

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26475
Log:
use our 'usual' debian/rules version instead of the ultra-short one

Modified:
    trunk/libpoe-api-peek-perl/debian/changelog
    trunk/libpoe-api-peek-perl/debian/rules

Modified: trunk/libpoe-api-peek-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-api-peek-perl/debian/changelog?rev=26475&op=diff
==============================================================================
--- trunk/libpoe-api-peek-perl/debian/changelog (original)
+++ trunk/libpoe-api-peek-perl/debian/changelog Sun Nov  2 00:25:13 2008
@@ -5,7 +5,7 @@
    + Bumped to 3.8.0 Standards-Version (no changes needed).
    + debhelper is now >= 7
   * debian/rules:
-   + Updated to debhelper v7, only 3 lines debian/rules.
+   + Updated to debhelper v7.
   * debian/compat:
    + Upgraded to 7.
 

Modified: trunk/libpoe-api-peek-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-api-peek-perl/debian/rules?rev=26475&op=diff
==============================================================================
--- trunk/libpoe-api-peek-perl/debian/rules (original)
+++ trunk/libpoe-api-peek-perl/debian/rules Sun Nov  2 00:25:13 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