~ubuntu-branches/ubuntu/wily/commons-httpclient/wily

« back to all changes in this revision

Viewing changes to debian/patches/03_upstream_qualify_ConnectionPool_declaration.patch

  • Committer: Bazaar Package Importer
  • Author(s): Damien Raude-Morvan
  • Date: 2009-11-29 01:06:18 UTC
  • mfrom: (4.1.5 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091129010618-45ph7cwz3k8v9evy
Tags: 3.1-9
* Add myself to Uploaders
* Use quilt as patch system
  - Build-Depends on quilt
  - Add debian/README.source
  - Use CDBS patchsys-quilt.mk
* New debian/patches/05_osgi_metadata.diff to include OSGi metadata
  in JAR (Closes: #558182)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- commons-httpclient-3.0.1.orig/src/java/org/apache/commons/httpclient/MultiThreadedHttpConnectionManager.java
2
 
+++ commons-httpclient-3.0.1/src/java/org/apache/commons/httpclient/MultiThreadedHttpConnectionManager.java
3
 
@@ -834,7 +834,7 @@
 
1
--- a/src/java/org/apache/commons/httpclient/MultiThreadedHttpConnectionManager.java
 
2
+++ b/src/java/org/apache/commons/httpclient/MultiThreadedHttpConnectionManager.java
 
3
@@ -1025,7 +1025,7 @@
4
4
     private static class ConnectionSource {
5
5
         
6
6
         /** The connection pool that created the connection */