r49522 - in /trunk/libbsd-resource-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Dec 29 12:33:43 UTC 2009


Author: dmn
Date: Tue Dec 29 12:33:36 2009
New Revision: 49522

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49522
Log:
rules: convert to a 3-liner

Modified:
    trunk/libbsd-resource-perl/debian/changelog
    trunk/libbsd-resource-perl/debian/rules

Modified: trunk/libbsd-resource-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbsd-resource-perl/debian/changelog?rev=49522&op=diff
==============================================================================
--- trunk/libbsd-resource-perl/debian/changelog (original)
+++ trunk/libbsd-resource-perl/debian/changelog Tue Dec 29 12:33:36 2009
@@ -1,6 +1,10 @@
 libbsd-resource-perl (1.2903-2) UNRELEASED; urgency=low
 
+  [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
+
+  [ Damyan Ivanov ]
+  * rules: convert to a 3-liner
 
  -- Nathan Handler <nhandler at ubuntu.com>  Sat, 06 Jun 2009 01:32:56 +0000
 

Modified: trunk/libbsd-resource-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbsd-resource-perl/debian/rules?rev=49522&op=diff
==============================================================================
--- trunk/libbsd-resource-perl/debian/rules (original)
+++ trunk/libbsd-resource-perl/debian/rules Tue Dec 29 12:33:36 2009
@@ -1,23 +1,4 @@
 #!/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: install
-	dh $@
-
-binary-indep:
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build




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