[httpcomponents-client] 01/01: Fix OSGi metadata
Jakub Adam
xhaakon-guest at moszumanska.debian.org
Fri Feb 28 10:30:58 UTC 2014
This is an automated email from the git hooks/post-receive script.
xhaakon-guest pushed a commit to branch master
in repository httpcomponents-client.
commit 7b801fa27fe9065350114837b9deabcd30bfb280
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date: Fri Feb 28 09:19:23 2014 +0100
Fix OSGi metadata
---
debian/changelog | 7 +++++++
debian/patches/01-generate_osgi_metadata.patch | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index e308579..2bbf481 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+httpcomponents-client (4.3.2-2) UNRELEASED; urgency=medium
+
+ * Fix OSGi metadata
+ - prevent org.apache.http.impl.execchain to appear in package imports.
+
+ -- Jakub Adam <jakub.adam at ktknet.cz> Fri, 28 Feb 2014 09:29:18 +0100
+
httpcomponents-client (4.3.2-1) unstable; urgency=low
* New upstream release
diff --git a/debian/patches/01-generate_osgi_metadata.patch b/debian/patches/01-generate_osgi_metadata.patch
index 75cc728..78a45ce 100644
--- a/debian/patches/01-generate_osgi_metadata.patch
+++ b/debian/patches/01-generate_osgi_metadata.patch
@@ -38,7 +38,7 @@ Subject: generate-osgi-metadata
+ <Bundle-Name>Apache ${project.name}</Bundle-Name>
+ <Bundle-SymbolicName>${project.groupId}.httpclient</Bundle-SymbolicName>
+ <Bundle-Version>${debian.originalVersion}</Bundle-Version>
-+ <Export-Package>org.apache.http.auth.*,org.apache.http.client.*,org.apache.http.conn.*,org.apache.http.cookie.*,org.apache.http.impl.auth*,org.apache.http.impl.client*,org.apache.http.impl.conn*,org.apache.http.impl.cookie*</Export-Package>
++ <Export-Package>org.apache.http.auth.*,org.apache.http.client.*,org.apache.http.conn.*,org.apache.http.cookie.*,org.apache.http.impl.*</Export-Package>
+ <Private-Package></Private-Package>
+ <_nouses>true</_nouses>
+ <!-- Stop the JAVA_1_n_HOME variables from being treated as headers by Bnd -->
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/httpcomponents-client.git
More information about the pkg-java-commits
mailing list