[SCM] bindex packaging branch, master, updated. debian/2.2-3-9-gb4fcfa4
Damien Raude-Morvan
drazzib at debian.org
Wed Nov 9 21:47:16 UTC 2011
The following commit has been merged in the master branch:
commit b4fcfa4b8e0af908832d1a09362fc498f539cb86
Author: Damien Raude-Morvan <drazzib at debian.org>
Date: Tue Nov 8 02:15:30 2011 +0100
Add d/patches/define_symbolic_name.diff.
diff --git a/debian/changelog b/debian/changelog
index 2f9191d..78565a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ bindex (2.2+svn101-1) unstable; urgency=low
* New upsteam snapshot.
* Drop d/patches/classpath.patch.
+ * Add d/patches/define_symbolic_name.diff.
- -- Damien Raude-Morvan <drazzib at debian.org> Tue, 08 Nov 2011 00:33:59 +0100
+ -- Damien Raude-Morvan <drazzib at debian.org> Tue, 08 Nov 2011 02:15:15 +0100
bindex (2.2-3) unstable; urgency=low
diff --git a/debian/patches/define_symbolic_name.diff b/debian/patches/define_symbolic_name.diff
new file mode 100644
index 0000000..805671d
--- /dev/null
+++ b/debian/patches/define_symbolic_name.diff
@@ -0,0 +1,19 @@
+Index: b/bnd.bnd
+===================================================================
+--- a/bnd.bnd
++++ b/bnd.bnd
+@@ -8,6 +8,7 @@
+ org.osgi.impl.bundle.obr
+
+ Include-Resource: {LICENSE.txt},{about.html},{NOTICE.txt},{README}
++Bundle-SymbolicName: org.osgi.impl.bundle.bindex
+ Bundle-Version: 2.2
+ Bundle-Vendor: OSGi Alliance
+ Bundle-Description: Provides a command line utility to index a set of bundles. This code can be run from the command line.
+@@ -27,4 +28,4 @@
+ Export-Package: org.osgi.service.bindex
+ Import-Package: org.apache.tools.ant;resolution:=optional,\
+ org.apache.tools.ant.types;resolution:=optional,\
+- *
+\ No newline at end of file
++ *
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..23cea52
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+define_symbolic_name.diff
--
bindex packaging
More information about the pkg-java-commits
mailing list