This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libhttp-proxy-perl.

commit f88760f0b8467169bf3146525cd6f2401c1f423b
Author: gregor herrmann <gre...@debian.org>
Date:   Tue Jun 16 16:46:22 2015 +0200

    Drop fix-via.patch, merged upstream.
---
 debian/patches/fix-via.patch | 41 -----------------------------------------
 debian/patches/series        |  1 -
 2 files changed, 42 deletions(-)

diff --git a/debian/patches/fix-via.patch b/debian/patches/fix-via.patch
deleted file mode 100644
index f94ae6e..0000000
--- a/debian/patches/fix-via.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-Description: fix via accessor which was broken in 0.030
-Origin: CPAN RT
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=105177
-Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=105177
-Author: Slaven Rezic <sla...@rezic.de>
-Reviewed-by: gregor herrmann <gre...@debian.org>
-Last-Update: 2015-06-12
-
---- a/lib/HTTP/Proxy.pm
-+++ b/lib/HTTP/Proxy.pm
-@@ -90,6 +90,7 @@
-         port     => 8080,
-         stash    => {},
-         timeout  => 60,
-+        via      => undef,
-         x_forwarded_for => 1,
-     );
- 
---- a/t/15accessors.t
-+++ b/t/15accessors.t
-@@ -28,7 +28,7 @@
-     # loop is not used/internal for now
- );
- 
--plan tests => 15 + keys %meth;
-+plan tests => 16 + keys %meth;
- 
- for my $key ( sort keys %meth ) {
-     no strict 'refs';
-@@ -38,6 +38,11 @@
- like( $proxy->via(), qr!\(HTTP::Proxy/$HTTP::Proxy::VERSION\)$!,
-       "via has the correct default");
- 
-+{
-+    my $my_via_proxy = HTTP::Proxy->new( via => 'VIA!VIA!VIA!' );
-+    is( $my_via_proxy->via(), 'VIA!VIA!VIA!', 'custom via' );
-+}
-+
- # test deprecated accessors
- $proxy = HTTP::Proxy->new( maxserve => 127,  maxconn => 255 );
- is( $proxy->max_keep_alive_requests, 127, "deprecated maxserve");
diff --git a/debian/patches/series b/debian/patches/series
index f28f295..5162df7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 hashbang.patch
-fix-via.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libhttp-proxy-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to