r42302 - in /trunk/libimage-size-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Aug 21 13:48:47 UTC 2009


Author: gregoa
Date: Fri Aug 21 13:48:41 2009
New Revision: 42302

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=42302
Log:
Minimize debian/rules, adjust versioned build dependencies on debhelper
and quilt.

Modified:
    trunk/libimage-size-perl/debian/changelog
    trunk/libimage-size-perl/debian/control
    trunk/libimage-size-perl/debian/rules

Modified: trunk/libimage-size-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-size-perl/debian/changelog?rev=42302&op=diff
==============================================================================
--- trunk/libimage-size-perl/debian/changelog (original)
+++ trunk/libimage-size-perl/debian/changelog Fri Aug 21 13:48:41 2009
@@ -5,6 +5,8 @@
     (cf. #542686).
   * Set Standards-Version to 3.8.3 (no changes).
   * Reword short description.
+  * Minimize debian/rules, adjust versioned build dependencies on debhelper
+    and quilt.
 
  -- gregor herrmann <gregoa at debian.org>  Fri, 21 Aug 2009 15:43:36 +0200
 

Modified: trunk/libimage-size-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-size-perl/debian/control?rev=42302&op=diff
==============================================================================
--- trunk/libimage-size-perl/debian/control (original)
+++ trunk/libimage-size-perl/debian/control Fri Aug 21 13:48:41 2009
@@ -5,7 +5,7 @@
 Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>,
  Ryan Niebur <ryanryan52 at gmail.com>
 Standards-Version: 3.8.3
-Build-Depends: debhelper (>> 7), quilt
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: perl, perl (>= 5.10) | libcompress-zlib-perl (>> 2), libtest-pod-perl,
  libtest-pod-coverage-perl
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libimage-size-perl/

Modified: trunk/libimage-size-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-size-perl/debian/rules?rev=42302&op=diff
==============================================================================
--- trunk/libimage-size-perl/debian/rules (original)
+++ trunk/libimage-size-perl/debian/rules Fri Aug 21 13:48:41 2009
@@ -1,23 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh build
-	touch $@
-
-clean: unpatch
-	[ ! -f Makefile ] || touch Makefile
-	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-indep: build install
-	dh binary-indep
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+%:
+	dh --with quilt $@




More information about the Pkg-perl-cvs-commits mailing list