[jexcelapi] 02/27: * new upstream version * Move package to Alioth and change Maintainer. * Add Homepage and Vcs headers to debian/control. * Switch from kaffe to java-gcj. * Bump up Standards-Version: 3.7.3 (no changes needed).

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Mar 28 12:08:08 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 07367a4c1e5bba209fa4fb3b54771d010fa06806
Author: Torsten Werner <twerner at debian.org>
Date:   Sun Dec 16 10:33:41 2007 +0000

    * new upstream version
    * Move package to Alioth and change Maintainer.
    * Add Homepage and Vcs headers to debian/control.
    * Switch from kaffe to java-gcj.
    * Bump up Standards-Version: 3.7.3 (no changes needed).
---
 debian/changelog | 10 ++++++++++
 debian/control   | 14 +++++++-------
 debian/rules     |  2 +-
 3 files changed, 18 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7d83b76..7246ebf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+jexcelapi (2.6.6-1) unstable; urgency=low
+
+  * new upstream version
+  * Move package to Alioth and change Maintainer.
+  * Add Homepage and Vcs headers to debian/control.
+  * Switch from kaffe to java-gcj.
+  * Bump up Standards-Version: 3.7.3 (no changes needed).
+
+ -- Torsten Werner <twerner at debian.org>  Sun, 16 Dec 2007 11:32:38 +0100
+
 jexcelapi (2.6.3-1) unstable; urgency=low
 
   * Initial release (Closes: #419951)
diff --git a/debian/control b/debian/control
index 66fe62f..e849917 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,13 @@
 Source: jexcelapi
 Section: libs
 Priority: optional
-Maintainer: Torsten Werner <twerner at debian.org>
-Build-Depends: ant, cdbs, debhelper (>= 5), kaffe
-Standards-Version: 3.7.2
-X-XS-Vcs-Svn: http://bollin.googlecode.com/svn/jexcelapi/trunk
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Torsten Werner <twerner at debian.org>
+Build-Depends: ant, cdbs, debhelper (>= 5), java-gcj-compat-dev
+Standards-Version: 3.7.3
+Homepage: http://www.jexcelapi.org
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jexcelapi/
+Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/jexcelapi
 
 Package: libjexcelapi-java
 Architecture: all
@@ -20,6 +23,3 @@ Description: Java API to read, write and modify Excel spreadsheets
  which can both process and deliver Excel spreadsheets. Because it is Java,
  this API may be invoked from within a servlet, thus giving access to Excel
  functionality over internet and intranet web applications. 
- .
-  Homepage: http://www.jexcelapi.org
-
diff --git a/debian/rules b/debian/rules
index 8a2757e..d9b6af2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 
 DEB_BUILDDIR         := build
-JAVA_HOME            := /usr/lib/kaffe
+JAVA_HOME            := /usr/lib/jvm/java-gcj
 DEB_ANT_BUILD_TARGET := jxl docs
 DEB_ANT_CLEAN_TARGET := clean
 

-- 
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