r51444 - in /trunk/libdevel-refcount-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jan 24 16:05:26 UTC 2010


Author: gregoa
Date: Sun Jan 24 16:05:10 2010
New Revision: 51444

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51444
Log:
Minimize debian/rules.

Modified:
    trunk/libdevel-refcount-perl/debian/changelog
    trunk/libdevel-refcount-perl/debian/rules

Modified: trunk/libdevel-refcount-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-refcount-perl/debian/changelog?rev=51444&op=diff
==============================================================================
--- trunk/libdevel-refcount-perl/debian/changelog (original)
+++ trunk/libdevel-refcount-perl/debian/changelog Sun Jan 24 16:05:10 2010
@@ -21,6 +21,7 @@
   [ gregor herrmann ]
   * debian/control: Changed: (build-)depend on perl instead of perl-
     modules.
+  * Minimize debian/rules.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sun, 24 Jan 2010 10:28:23 -0500
 

Modified: trunk/libdevel-refcount-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-refcount-perl/debian/rules?rev=51444&op=diff
==============================================================================
--- trunk/libdevel-refcount-perl/debian/rules (original)
+++ trunk/libdevel-refcount-perl/debian/rules Sun Jan 24 16:05:10 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: 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