r41473 - in /trunk/libhttp-proxy-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Aug 7 23:23:56 UTC 2009


Author: gregoa
Date: Fri Aug  7 23:23:50 2009
New Revision: 41473

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41473
Log:
debian/rules: use "--with quilt", adjust build dependencies.

Modified:
    trunk/libhttp-proxy-perl/debian/changelog
    trunk/libhttp-proxy-perl/debian/control
    trunk/libhttp-proxy-perl/debian/rules

Modified: trunk/libhttp-proxy-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-proxy-perl/debian/changelog?rev=41473&op=diff
==============================================================================
--- trunk/libhttp-proxy-perl/debian/changelog (original)
+++ trunk/libhttp-proxy-perl/debian/changelog Fri Aug  7 23:23:50 2009
@@ -9,6 +9,7 @@
     (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
   * Remove build dependency on libmodule-build-perl, debhelper prefers EUMM.
+  * debian/rules: use "--with quilt", adjust build dependencies.
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.

Modified: trunk/libhttp-proxy-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-proxy-perl/debian/control?rev=41473&op=diff
==============================================================================
--- trunk/libhttp-proxy-perl/debian/control (original)
+++ trunk/libhttp-proxy-perl/debian/control Fri Aug  7 23:23:50 2009
@@ -6,7 +6,7 @@
  gregor herrmann <gregoa at debian.org>,
  Jose Luis Rivas <ghostbar38 at gmail.com>,
  Tim Retout <tim at retout.co.uk>
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.40)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: libtest-pod-coverage-perl, libtest-pod-perl,
  libwww-perl, netbase, perl (>= 5.8.8)
 Standards-Version: 3.8.2
@@ -22,4 +22,4 @@
  proxy using LWP. Useful for lightweight, easy to configure proxies.
  .
  The most interesting feature of this proxy object is its ability to
- filter the HTTP requests and responses through user-defined filters.
+ filter the HTTP requests and responses through user-defined filters.

Modified: trunk/libhttp-proxy-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-proxy-perl/debian/rules?rev=41473&op=diff
==============================================================================
--- trunk/libhttp-proxy-perl/debian/rules (original)
+++ trunk/libhttp-proxy-perl/debian/rules Fri Aug  7 23:23:50 2009
@@ -1,12 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
 %:
-	dh $@
-
-override_dh_auto_configure: $(QUILT_STAMPFN)
-	dh_auto_configure
-
-override_dh_auto_clean: unpatch
-	dh_auto_clean
+	dh --with quilt $@




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