[httpcomponents-core] 01/01: Fix OSGi metadata generation
Jakub Adam
xhaakon-guest at moszumanska.debian.org
Fri Feb 28 10:34:32 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-core.
commit 02b9da5bf612c9d600e79b2099b929c04ed1966a
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date: Fri Feb 28 10:19:08 2014 +0100
Fix OSGi metadata generation
---
debian/changelog | 7 +++++++
debian/patches/01-generate_osgi_metadata.patch | 13 +++++++------
2 files changed, 14 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 233a2c9..0e1b919 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+httpcomponents-core (4.3.2-2) UNRELEASED; urgency=medium
+
+ * Fix OSGi metadata generation
+ - add 'nouses' to bnd parameters.
+
+ -- Jakub Adam <jakub.adam at ktknet.cz> Fri, 28 Feb 2014 10:19:18 +0100
+
httpcomponents-core (4.3.2-1) unstable; urgency=medium
* New upstream release
diff --git a/debian/patches/01-generate_osgi_metadata.patch b/debian/patches/01-generate_osgi_metadata.patch
index 0fc1519..aaf20ad 100644
--- a/debian/patches/01-generate_osgi_metadata.patch
+++ b/debian/patches/01-generate_osgi_metadata.patch
@@ -1,16 +1,16 @@
From: Jakub Adam <jakub.adam at ktknet.cz>
+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 @@
</execution>
</executions>
</plugin>
@@ -33,6 +33,7 @@ Forwarded: no
+ <Bundle-SymbolicName>${project.groupId}.httpcore</Bundle-SymbolicName>
+ <Import-Package>!org.apache.http*,*</Import-Package>
+ <_exportcontents>org.apache.http.*;version=${project.version}</_exportcontents>
++ <_nouses>true</_nouses>
+ <Embed-Dependency>*;scope=compile|runtime;inline=true</Embed-Dependency>
+ <!-- Stop the JAVA_1_n_HOME variables from being treated as headers by Bnd -->
+ <_removeheaders>JAVA_1_3_HOME,JAVA_1_4_HOME</_removeheaders>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/httpcomponents-core.git
More information about the pkg-java-commits
mailing list