diff -Nru httpcomponents-core-4.3.2/debian/changelog httpcomponents-core-4.3.2/debian/changelog --- httpcomponents-core-4.3.2/debian/changelog 2014-02-21 22:28:12.000000000 +0000 +++ httpcomponents-core-4.3.2/debian/changelog 2014-04-01 00:07:25.000000000 +0000 @@ -1,3 +1,11 @@ +httpcomponents-core (4.3.2-2) unstable; urgency=low + + * Team upload. + * Fix OSGi metadata generation (Closes: #742812) + - add 'nouses' to bnd parameters. + + -- Jakub Adam Fri, 28 Feb 2014 10:19:18 +0100 + httpcomponents-core (4.3.2-1) unstable; urgency=medium * New upstream release diff -Nru httpcomponents-core-4.3.2/debian/patches/01-generate_osgi_metadata.patch httpcomponents-core-4.3.2/debian/patches/01-generate_osgi_metadata.patch --- httpcomponents-core-4.3.2/debian/patches/01-generate_osgi_metadata.patch 2014-01-07 00:46:10.000000000 +0000 +++ httpcomponents-core-4.3.2/debian/patches/01-generate_osgi_metadata.patch 2014-04-01 00:03:41.000000000 +0000 @@ -1,16 +1,16 @@ From: Jakub Adam +Date: Fri, 28 Feb 2014 10:13:01 +0100 Subject: add-maven-bundle-plugin -Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666455 -Origin: vendor, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666455 -Forwarded: no --- - httpcore/pom.xml | 33 +++++++++++++++++++++++++++++++++ - 1 file changed, 33 insertions(+) + httpcore/pom.xml | 34 ++++++++++++++++++++++++++++++++++ + 1 file changed, 34 insertions(+) +diff --git a/httpcore/pom.xml b/httpcore/pom.xml +index f091d4f..c9c5b26 100644 --- a/httpcore/pom.xml +++ b/httpcore/pom.xml -@@ -87,6 +87,39 @@ +@@ -87,6 +87,40 @@ @@ -33,6 +33,7 @@ + ${project.groupId}.httpcore + !org.apache.http*,* + <_exportcontents>org.apache.http.*;version=${project.version} ++ <_nouses>true + *;scope=compile|runtime;inline=true + + <_removeheaders>JAVA_1_3_HOME,JAVA_1_4_HOME