r41737 - in /trunk/libpoe-component-client-keepalive-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Aug 12 16:24:40 UTC 2009


Author: gregoa
Date: Wed Aug 12 16:24:34 2009
New Revision: 41737

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

Modified:
    trunk/libpoe-component-client-keepalive-perl/debian/changelog
    trunk/libpoe-component-client-keepalive-perl/debian/control
    trunk/libpoe-component-client-keepalive-perl/debian/rules

Modified: trunk/libpoe-component-client-keepalive-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-keepalive-perl/debian/changelog?rev=41737&op=diff
==============================================================================
--- trunk/libpoe-component-client-keepalive-perl/debian/changelog (original)
+++ trunk/libpoe-component-client-keepalive-perl/debian/changelog Wed Aug 12 16:24:34 2009
@@ -10,6 +10,7 @@
   * Bump versioned (build) dependencies and fix version formats. Add
     libnet-ip-perl.
   * Set Standards-Version to 3.8.2 (no changes).
+  * Minimize debian/rules, adjust debhelper/quilt build dependencies.
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 12 Aug 2009 18:09:35 +0200
 

Modified: trunk/libpoe-component-client-keepalive-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-keepalive-perl/debian/control?rev=41737&op=diff
==============================================================================
--- trunk/libpoe-component-client-keepalive-perl/debian/control (original)
+++ trunk/libpoe-component-client-keepalive-perl/debian/control Wed Aug 12 16:24:34 2009
@@ -1,7 +1,7 @@
 Source: libpoe-component-client-keepalive-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), quilt
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: perl (>= 5.8.0), netbase,
  libpoe-component-client-dns-perl (>= 1:1.04), libpoe-perl (>= 2:1.0070),
  libnet-ip-perl (>= 1.25)

Modified: trunk/libpoe-component-client-keepalive-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-keepalive-perl/debian/rules?rev=41737&op=diff
==============================================================================
--- trunk/libpoe-component-client-keepalive-perl/debian/rules (original)
+++ trunk/libpoe-component-client-keepalive-perl/debian/rules Wed Aug 12 16:24:34 2009
@@ -1,25 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh build
-	touch $@
-
-clean: unpatch
-	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
+%:
+	dh --with quilt $@




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