[lucene2] 88/104: Fixed the Bundle-SymbolicName of lucene-core.jar

Kai-Chung Yan seamlik-guest at moszumanska.debian.org
Wed Mar 23 16:27:35 UTC 2016


This is an automated email from the git hooks/post-receive script.

seamlik-guest pushed a commit to branch master
in repository lucene2.

commit 61ee096b5b18778d6fea9391e70b25b3ec570d3f
Author: Niels Thykier <nthykier at debian.org>
Date:   Wed Aug 3 10:49:15 2011 +0000

    Fixed the Bundle-SymbolicName of lucene-core.jar
---
 debian/changelog                                        | 8 ++++++++
 debian/patches/05_add-osgi-metadata-in-manifests.dpatch | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 37f6ec4..1075f49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+lucene2 (2.9.4+ds1-3) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Fixed the Bundle-SymbolicName of the lucene-core.jar.
+    (Closes: 631235)
+
+ -- Niels Thykier <niels at thykier.net>  Wed, 03 Aug 2011 12:42:12 +0200
+
 lucene2 (2.9.4+ds1-2) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/patches/05_add-osgi-metadata-in-manifests.dpatch b/debian/patches/05_add-osgi-metadata-in-manifests.dpatch
index 60c32af..9e86d06 100755
--- a/debian/patches/05_add-osgi-metadata-in-manifests.dpatch
+++ b/debian/patches/05_add-osgi-metadata-in-manifests.dpatch
@@ -12,7 +12,7 @@ diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch'
  
    <property name="junit.includes" value="**/Test*.java"/>
  
-+  <property name="OSGi.symbolicname" value="org.apache.lucene" />
++  <property name="OSGi.symbolicname" value="org.apache.lucene.core" />
 +  <pathconvert property="OSGi.exportpackage" pathsep=",">
 +    <dirset dir="src/java" excludes="org org/apache"/>
 +    <mapper>
@@ -145,7 +145,7 @@ diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch'
 +  <!-- these can be overridden in the separate contrib
 +       build.xml files --> 
 +  <property name="OSGi.requirebundle"
-+    value='org.apache.lucene;bundle-version="${version}";visibility:=reexport' />
++    value='org.apache.lucene.core;bundle-version="${version}";visibility:=reexport' />
 +  <property name="OSGi.symbolicname" value="org.apache.lucene.${ant.project.name}" />
 +  <pathconvert property="OSGi.exportpackage" pathsep=",">
 +    <dirset dir="src/java" excludes="org org/apache org/apache/lucene"/>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lucene2.git



More information about the pkg-java-commits mailing list