r18947 - in /trunk/libhttp-proxy-perl/debian: changelog control patches/ patches/pod_spelling.patch patches/series rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Apr 20 19:36:58 UTC 2008


Author: gregoa
Date: Sun Apr 20 19:36:57 2008
New Revision: 18947

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18947
Log:
Create patch pod_spelling.patch, add quilt framework.

Added:
    trunk/libhttp-proxy-perl/debian/patches/
    trunk/libhttp-proxy-perl/debian/patches/pod_spelling.patch
    trunk/libhttp-proxy-perl/debian/patches/series
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=18947&op=diff
==============================================================================
--- trunk/libhttp-proxy-perl/debian/changelog (original)
+++ trunk/libhttp-proxy-perl/debian/changelog Sun Apr 20 19:36:57 2008
@@ -22,8 +22,9 @@
     - bump debhelper dependency to >= 5 (and adjust debian/compat)
     - add libtest-pod-perl, libtest-pod-coverage-perl to Build-Depends-Indep
   * Revert direct changes to lib/HTTP/Proxy/BodyFilter/save.pm.
+  * Create patch pod_spelling.patch, add quilt framework.
 
- -- gregor herrmann <gregoa at debian.org>  Sun, 20 Apr 2008 21:27:28 +0200
+ -- gregor herrmann <gregoa at debian.org>  Sun, 20 Apr 2008 21:35:20 +0200
 
 libhttp-proxy-perl (0.20-1) unstable; urgency=low
 

Modified: trunk/libhttp-proxy-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-proxy-perl/debian/control?rev=18947&op=diff
==============================================================================
--- trunk/libhttp-proxy-perl/debian/control (original)
+++ trunk/libhttp-proxy-perl/debian/control Sun Apr 20 19:36:57 2008
@@ -4,7 +4,7 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>,
  gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 5), libmodule-build-perl
+Build-Depends: debhelper (>= 5), libmodule-build-perl, quilt (>= 0.40)
 Build-Depends-Indep: libwww-perl, perl (>= 5.6.0-16), netbase,
  libtest-pod-perl, libtest-pod-coverage-perl
 Standards-Version: 3.7.3

Added: trunk/libhttp-proxy-perl/debian/patches/pod_spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-proxy-perl/debian/patches/pod_spelling.patch?rev=18947&op=file
==============================================================================
--- trunk/libhttp-proxy-perl/debian/patches/pod_spelling.patch (added)
+++ trunk/libhttp-proxy-perl/debian/patches/pod_spelling.patch Sun Apr 20 19:36:57 2008
@@ -1,0 +1,11 @@
+--- libhttp-proxy-perl.orig/lib/HTTP/Proxy/BodyFilter/save.pm
++++ libhttp-proxy-perl/lib/HTTP/Proxy/BodyFilter/save.pm
+@@ -292,7 +292,7 @@
+ Returning C<""> or C<undef> will prevent the creation of the file.
+ This lets a filter decide even more precisely what to save or not,
+ even though this should be done in the match subroutine (see
+-HTTP::Proxy's C<pushè_filte()> method).
++HTTP::Proxy's C<push_filter()> method).
+ 
+ =back
+ 

Added: trunk/libhttp-proxy-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-proxy-perl/debian/patches/series?rev=18947&op=file
==============================================================================
--- trunk/libhttp-proxy-perl/debian/patches/series (added)
+++ trunk/libhttp-proxy-perl/debian/patches/series Sun Apr 20 19:36:57 2008
@@ -1,0 +1,1 @@
+pod_spelling.patch

Modified: trunk/libhttp-proxy-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-proxy-perl/debian/rules?rev=18947&op=diff
==============================================================================
--- trunk/libhttp-proxy-perl/debian/rules (original)
+++ trunk/libhttp-proxy-perl/debian/rules Sun Apr 20 19:36:57 2008
@@ -10,6 +10,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+include /usr/share/quilt/quilt.make
+
 # If set to a true value then MakeMaker's prompt function will
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
@@ -19,7 +21,7 @@
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	$(PERL) Build.PL installdirs=vendor
 	$(PERL) Build
@@ -33,7 +35,7 @@
 	$(PERL) Build test
 	touch $@
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp




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