r49456 - in /trunk/libset-scalar-perl/debian: changelog rules

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Mon Dec 28 07:11:04 UTC 2009


Author: carnil-guest
Date: Mon Dec 28 07:10:57 2009
New Revision: 49456

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49456
Log:
Minimize debian/rules to a tiny 3-line makefile. 

Modified:
    trunk/libset-scalar-perl/debian/changelog
    trunk/libset-scalar-perl/debian/rules

Modified: trunk/libset-scalar-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libset-scalar-perl/debian/changelog?rev=49456&op=diff
==============================================================================
--- trunk/libset-scalar-perl/debian/changelog (original)
+++ trunk/libset-scalar-perl/debian/changelog Mon Dec 28 07:10:57 2009
@@ -6,8 +6,9 @@
   [ Salvatore Bonaccorso ]
   * New upstream release
   * Add myself to Uploaders. 
+  * Minimize debian/rules to a tiny 3-line makefile. 
 
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Mon, 28 Dec 2009 08:09:00 +0100
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Mon, 28 Dec 2009 08:10:34 +0100
 
 libset-scalar-perl (1.24-1) unstable; urgency=low
 

Modified: trunk/libset-scalar-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libset-scalar-perl/debian/rules?rev=49456&op=diff
==============================================================================
--- trunk/libset-scalar-perl/debian/rules (original)
+++ trunk/libset-scalar-perl/debian/rules Mon Dec 28 07:10:57 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:
-
-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