r62430 - in /trunk/libtime-progress-perl/debian: changelog rules

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Thu Sep 9 13:56:18 UTC 2010


Author: carnil-guest
Date: Thu Sep  9 13:56:02 2010
New Revision: 62430

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62430
Log:
debian/rules: Simplify to a three line rules file.

Modified:
    trunk/libtime-progress-perl/debian/changelog
    trunk/libtime-progress-perl/debian/rules

Modified: trunk/libtime-progress-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-progress-perl/debian/changelog?rev=62430&op=diff
==============================================================================
--- trunk/libtime-progress-perl/debian/changelog (original)
+++ trunk/libtime-progress-perl/debian/changelog Thu Sep  9 13:56:02 2010
@@ -5,8 +5,9 @@
   * debian/control: Changed: Replace versioned (build-)dependency on
     perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
     permitted by Debian Policy 3.8.3).
+  * debian/rules: Simplify to a three line rules file.
 
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sun, 16 Aug 2009 20:16:18 +0200
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Thu, 09 Sep 2010 15:55:55 +0200
 
 libtime-progress-perl (1.5-1) unstable; urgency=low
 

Modified: trunk/libtime-progress-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-progress-perl/debian/rules?rev=62430&op=diff
==============================================================================
--- trunk/libtime-progress-perl/debian/rules (original)
+++ trunk/libtime-progress-perl/debian/rules Thu Sep  9 13:56:02 2010
@@ -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:
-
-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