r50603 - in /trunk/libpoe-component-ikc-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jan 9 20:49:10 UTC 2010


Author: gregoa
Date: Sat Jan  9 20:49:04 2010
New Revision: 50603

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

Modified:
    trunk/libpoe-component-ikc-perl/debian/changelog
    trunk/libpoe-component-ikc-perl/debian/rules

Modified: trunk/libpoe-component-ikc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-ikc-perl/debian/changelog?rev=50603&op=diff
==============================================================================
--- trunk/libpoe-component-ikc-perl/debian/changelog (original)
+++ trunk/libpoe-component-ikc-perl/debian/changelog Sat Jan  9 20:49:04 2010
@@ -5,6 +5,9 @@
 
   [ Ryan Niebur ]
   * Update jawnsy's email address
+
+  [ gregor herrmann ]
+  * Minimize debian/rules.
 
  -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 01 Sep 2009 21:19:33 -0700
 

Modified: trunk/libpoe-component-ikc-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-ikc-perl/debian/rules?rev=50603&op=diff
==============================================================================
--- trunk/libpoe-component-ikc-perl/debian/rules (original)
+++ trunk/libpoe-component-ikc-perl/debian/rules Sat Jan  9 20:49:04 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