[libcommons-compress-java] 16/38: Add xz.jar to manifest Class-Path
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon May 19 15:47:18 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 700239b3aca999a5c3c152f60af4f5d81d0a8e98
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date: Sat Oct 27 15:56:12 2012 +0000
Add xz.jar to manifest Class-Path
---
debian/changelog | 7 +++++++
debian/classpath | 1 +
debian/control | 3 ++-
debian/rules | 2 +-
4 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7dfeda3..97a8829 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libcommons-compress-java (1.4.1-3) UNRELEASED; urgency=low
+
+ * Add xz.jar to manifest Class-Path.
+ - fixes lintian-reported warning missing-classpath.
+
+ -- Jakub Adam <jakub.adam at ktknet.cz> Sat, 27 Oct 2012 15:57:18 +0200
+
libcommons-compress-java (1.4.1-2) unstable; urgency=low
* Team upload.
diff --git a/debian/classpath b/debian/classpath
new file mode 100644
index 0000000..7a62327
--- /dev/null
+++ b/debian/classpath
@@ -0,0 +1 @@
+usr/share/java/commons-compress.jar xz.jar
diff --git a/debian/control b/debian/control
index fa38fa5..428e17c 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends: ant,
default-jdk,
junit4,
maven-repo-helper,
+ javahelper,
libxz-java
Standards-Version: 3.9.3
Homepage: http://commons.apache.org/compress/
@@ -18,6 +19,6 @@ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-compress-java
Package: libcommons-compress-java
Architecture: all
-Depends: ${misc:Depends}, libxz-java
+Depends: ${misc:Depends}, ${java:Depends}
Description: Java API for working with tar, zip and bzip2 files
Commons Compress defines an API for working with tar, zip and bzip2 files.
diff --git a/debian/rules b/debian/rules
index 4452a51..5656d13 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/javahelper.mk
include /usr/share/cdbs/1/class/ant.mk
JAVA_HOME := /usr/lib/jvm/default-java
--
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