r67688 - in /trunk/libset-object-perl/debian: changelog control rules

roam-guest at users.alioth.debian.org roam-guest at users.alioth.debian.org
Sat Jan 22 14:58:50 UTC 2011


Author: roam-guest
Date: Sat Jan 22 14:58:41 2011
New Revision: 67688

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67688
Log:
Minimize the rules file using override targets.

Modified:
    trunk/libset-object-perl/debian/changelog
    trunk/libset-object-perl/debian/control
    trunk/libset-object-perl/debian/rules

Modified: trunk/libset-object-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libset-object-perl/debian/changelog?rev=67688&op=diff
==============================================================================
--- trunk/libset-object-perl/debian/changelog (original)
+++ trunk/libset-object-perl/debian/changelog Sat Jan 22 14:58:41 2011
@@ -13,6 +13,7 @@
   * Switch to the 3.0 (quilt) source format with bzip2 compression with
     no changes.
   * Add myself to Uploaders.
+  * Minimize the rules file using debhelper override targets.
 
  -- Peter Pentchev <roam at ringlet.net>  Sat, 22 Jan 2011 16:43:17 +0200
 

Modified: trunk/libset-object-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libset-object-perl/debian/control?rev=67688&op=diff
==============================================================================
--- trunk/libset-object-perl/debian/control (original)
+++ trunk/libset-object-perl/debian/control Sat Jan 22 14:58:41 2011
@@ -11,7 +11,7 @@
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libset-object-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libset-object-perl/
 Homepage: http://search.cpan.org/dist/Set-Object/
-Build-Depends: debhelper (>= 7), perl (>> 5.8.1), libtest-pod-perl,
+Build-Depends: debhelper (>= 7.0.50~), perl (>> 5.8.1), libtest-pod-perl,
  libtest-pod-coverage-perl
 
 Package: libset-object-perl

Modified: trunk/libset-object-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libset-object-perl/debian/rules?rev=67688&op=diff
==============================================================================
--- trunk/libset-object-perl/debian/rules (original)
+++ trunk/libset-object-perl/debian/rules Sat Jan 22 14:58:41 2011
@@ -1,24 +1,8 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
+override_dh_auto_build:
+	dh_auto_build
 	pod2text Changes.pod > CHANGES
-	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