[libcommons-compress-java] 28/38: Removed the build dependency on bnd to ease the integration with Ubuntu and added a static manifest file

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon May 19 15:47:19 UTC 2014


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

ebourg-guest pushed a commit to branch master
in repository libcommons-compress-java.

commit 213ca69edbbae20f3941695cd08449e8a7fda6d1
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Mar 26 17:05:53 2013 +0000

    Removed the build dependency on bnd to ease the integration with Ubuntu and added a static manifest file
---
 debian/MANIFEST.MF          | 37 +++++++++++++++++++++++++++++++++++++
 debian/build.xml            |  2 +-
 debian/changelog            |  3 ++-
 debian/commons-compress.bnd |  5 -----
 debian/control              |  1 -
 debian/rules                |  1 -
 6 files changed, 40 insertions(+), 9 deletions(-)

diff --git a/debian/MANIFEST.MF b/debian/MANIFEST.MF
new file mode 100644
index 0000000..5ff107f
--- /dev/null
+++ b/debian/MANIFEST.MF
@@ -0,0 +1,37 @@
+Manifest-Version: 1.0
+Export-Package: org.apache.commons.compress.compressors.pack200;versio
+ n="1.5",org.apache.commons.compress.changes;version="1.5",org.apache.
+ commons.compress.archivers.ar;version="1.5",org.apache.commons.compre
+ ss.archivers.jar;version="1.5",org.apache.commons.compress.archivers.
+ cpio;version="1.5",org.apache.commons.compress.archivers;version="1.5
+ ",org.apache.commons.compress.archivers.tar;version="1.5",org.apache.
+ commons.compress.archivers.zip;version="1.5",org.apache.commons.compr
+ ess.archivers.dump;version="1.5",org.apache.commons.compress.compress
+ ors.bzip2;version="1.5",org.apache.commons.compress.compressors;versi
+ on="1.5",org.apache.commons.compress.compressors.xz;version="1.5",org
+ .apache.commons.compress.utils;version="1.5",org.apache.commons.compr
+ ess.compressors.gzip;version="1.5"
+Implementation-Title: Commons Compress
+Implementation-Vendor: The Apache Software Foundation
+Implementation-Vendor-Id: org.apache
+Specification-Title: Commons Compress
+Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
+Bundle-SymbolicName: org.apache.commons.compress
+Extension-Name: org.apache.commons.compress
+Implementation-Version: 1.5
+Specification-Vendor: The Apache Software Foundation
+Bundle-Name: Commons Compress
+Bundle-Vendor: The Apache Software Foundation
+Bundle-Version: 1.5.0
+Bundle-ManifestVersion: 2
+Bundle-Description: Apache Commons Compress software defines an API fo
+ r working with compression and archive formats.These include: bzip2, 
+ gzip, pack200, xz and ar, cpio, jar, tar, zip, dump.
+Bundle-DocURL: http://commons.apache.org/compress/
+Import-Package: org.tukaani.xz;resolution:=optional
+Include-Resource: META-INF/LICENSE.txt=LICENSE.txt,META-INF/NOTICE.txt
+ =NOTICE.txt
+Specification-Version: 1.5
+Implementation-Build: tags/COMPRESS-1.5_RC1 at r1455005; 2013-03-11 07:12
+ :20+0100
+Main-Class: org.apache.commons.compress.archivers.Lister
diff --git a/debian/build.xml b/debian/build.xml
index 7c299ee..054ccaf 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -50,7 +50,7 @@
   </target>
 
   <target name="jar" description="o Create the jar" depends="compile">
-    <jar jarfile="${jar}">
+    <jar jarfile="${jar}" manifest="debian/MANIFEST.MF">
       <fileset dir="${class.dir}">
           <include name="**"/>
       </fileset>
diff --git a/debian/changelog b/debian/changelog
index 6c29743..d0341e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libcommons-compress-java (1.5-1) unstable; urgency=low
   * New upstream release.
   * Add Emmanuel Bourg to Uploaders.
   * d/control: Bump Standards-Version to 3.9.4 (no changes needed).
+  * Removed the build dependency on bnd
 
   [ Jakub Adam ]
   * Add xz.jar to manifest Class-Path.
@@ -12,7 +13,7 @@ libcommons-compress-java (1.5-1) unstable; urgency=low
   * Generate OSGi metadata into jar manifest.
   * Add Jakub Adam to Uploaders.
 
- -- Emmanuel Bourg <ebourg at apache.org>  Fri, 26 Mar 2013 13:02:01 +0100
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 26 Mar 2013 18:04:04 +0100
 
 libcommons-compress-java (1.4.1-2) unstable; urgency=low
 
diff --git a/debian/commons-compress.bnd b/debian/commons-compress.bnd
deleted file mode 100644
index 3bea60c..0000000
--- a/debian/commons-compress.bnd
+++ /dev/null
@@ -1,5 +0,0 @@
-Bundle-Name: Apache Commons Compress library
-Bundle-SymbolicName: org.apache.commons.compress
-Bundle-Version: 1.5
-Bundle-Vendor: Debian.org
-Import-Package: org.tukaani.xz;resolution:=optional, *
diff --git a/debian/control b/debian/control
index 15e51e5..85c55c8 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@ Build-Depends: ant,
                ant-optional,
                cdbs,
                debhelper (>= 5),
-               bnd,
                default-jdk,
                junit4,
                maven-repo-helper,
diff --git a/debian/rules b/debian/rules
index 6866aeb..5656d13 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,6 @@ DEB_JARS          := ant-junit junit4 xz
 PACKAGE           := commons-compress
 
 install/lib$(PACKAGE)-java:: 
-	bnd wrap -properties debian/$(PACKAGE).bnd -output $(PACKAGE).jar $(PACKAGE).jar
 	mh_installpoms -plib$(PACKAGE)-java
 	mh_installjar -plib$(PACKAGE)-java -l pom.xml $(PACKAGE).jar
 

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



More information about the pkg-java-commits mailing list