[jexcelapi] 15/27: d/control: Drop Depends on any JRE as a Java library don't need to depends on a runtime (Java Policy)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Mar 28 12:08:10 BST 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository jexcelapi.
commit 795379008934bf5b836e01a0d0023c676c8f1f4c
Author: Damien Raude-Morvan <drazzib at debian.org>
Date: Thu Apr 28 21:11:10 2011 +0000
d/control: Drop Depends on any JRE as a Java library don't need to
depends on a runtime (Java Policy)
---
debian/changelog | 7 +++++++
debian/control | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index c4044e2..4f00044 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+jexcelapi (2.6.12-2) UNRELEASED; urgency=low
+
+ * d/control: Drop Depends on any JRE as a Java library don't need to
+ depends on a runtime (Java Policy)
+
+ -- Damien Raude-Morvan <drazzib at debian.org> Thu, 28 Apr 2011 23:10:57 +0200
+
jexcelapi (2.6.12-1) unstable; urgency=low
[ Thierry Carrez ]
diff --git a/debian/control b/debian/control
index 6d91df5..3b0f122 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jexcelapi/
Package: libjexcelapi-java
Architecture: all
-Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless
+Depends: ${misc:Depends}
Description: Java API to read, write and modify Excel spreadsheets
The Java Excel API is an open source Java API which allows Java developers to
read Excel spreadsheets and to generate Excel spreadsheets dynamically. In
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jexcelapi.git
More information about the pkg-java-commits
mailing list