r52152 - in /trunk/libdata-visitor-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Feb 4 16:32:27 UTC 2010


Author: gregoa
Date: Thu Feb  4 16:32:20 2010
New Revision: 52152

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

Modified:
    trunk/libdata-visitor-perl/debian/changelog
    trunk/libdata-visitor-perl/debian/rules

Modified: trunk/libdata-visitor-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-visitor-perl/debian/changelog?rev=52152&op=diff
==============================================================================
--- trunk/libdata-visitor-perl/debian/changelog (original)
+++ trunk/libdata-visitor-perl/debian/changelog Thu Feb  4 16:32:20 2010
@@ -1,9 +1,13 @@
 libdata-visitor-perl (0.27-1) unstable; urgency=low
 
+  [ Jonathan Yu ]
   * New upstream release
   * Rewrite control description
   * Standards-Version 3.8.4 (no changes)
   * Drop dependency on Test::MockObject
+
+  [ gregor herrmann ]
+  * Minimize debian/rules.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Wed, 03 Feb 2010 11:57:05 -0500
 

Modified: trunk/libdata-visitor-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-visitor-perl/debian/rules?rev=52152&op=diff
==============================================================================
--- trunk/libdata-visitor-perl/debian/rules (original)
+++ trunk/libdata-visitor-perl/debian/rules Thu Feb  4 16:32:20 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