[commons-httpclient] 15/66: Removing 02_upstream_qualify_ConnectionPool_declaration.dpatch; library seems to build fine without it.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Jul 4 08:04:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository commons-httpclient.
commit 4759c25f4f51a8da580a35d479f6405e336fd21f
Author: Barry Hawkins <barry.hawkins at gmail.com>
Date: Wed Sep 14 04:47:00 2005 +0000
Removing 02_upstream_qualify_ConnectionPool_declaration.dpatch; library seems to build fine without it.
---
...2_upstream_qualify_ConnectionPool_declaration.dpatch | 17 -----------------
debian/rules | 2 +-
2 files changed, 1 insertion(+), 18 deletions(-)
diff --git a/debian/patches/02_upstream_qualify_ConnectionPool_declaration.dpatch b/debian/patches/02_upstream_qualify_ConnectionPool_declaration.dpatch
deleted file mode 100755
index 8a0f198..0000000
--- a/debian/patches/02_upstream_qualify_ConnectionPool_declaration.dpatch
+++ /dev/null
@@ -1,17 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 02_upstream_qualify_ConnectionPool_declaration.dpatch by Barry Hawkins <barry at bytemason.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Add full qualification to declaration of ConnectionPool class.
-
---- commons-httpclient-2.0.2.orig/src/java/org/apache/commons/httpclient/MultiThreadedHttpConnectionManager.java
-+++ commons-httpclient-2.0.2/src/java/org/apache/commons/httpclient/MultiThreadedHttpConnectionManager.java
-@@ -834,7 +834,7 @@
- private static class ConnectionSource {
-
- /** The connection pool that created the connection */
-- public ConnectionPool connectionPool;
-+ public MultiThreadedHttpConnectionManager.ConnectionPool connectionPool;
-
- /** The connection's host configuration */
- public HostConfiguration hostConfiguration;
diff --git a/debian/rules b/debian/rules
index 1bf2de6..8738e96 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
# GNU copyright 1997 to 1999 by Joey Hess.
# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+export DH_VERBOSE=1
# Include dpatch stuff per the documentation
include /usr/share/dpatch/dpatch.make
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-httpclient.git
More information about the pkg-java-commits
mailing list