[pkg-java] r5047 - trunk/jexcelapi/debian

twerner at alioth.debian.org twerner at alioth.debian.org
Sun Dec 16 10:33:41 UTC 2007


Author: twerner
Date: 2007-12-16 10:33:41 +0000 (Sun, 16 Dec 2007)
New Revision: 5047

Modified:
   trunk/jexcelapi/debian/
   trunk/jexcelapi/debian/changelog
   trunk/jexcelapi/debian/control
   trunk/jexcelapi/debian/rules
Log:
* 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).


Property changes on: trunk/jexcelapi/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Modified: trunk/jexcelapi/debian/changelog
===================================================================
--- trunk/jexcelapi/debian/changelog	2007-12-16 10:26:53 UTC (rev 5046)
+++ trunk/jexcelapi/debian/changelog	2007-12-16 10:33:41 UTC (rev 5047)
@@ -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)

Modified: trunk/jexcelapi/debian/control
===================================================================
--- trunk/jexcelapi/debian/control	2007-12-16 10:26:53 UTC (rev 5046)
+++ trunk/jexcelapi/debian/control	2007-12-16 10:33:41 UTC (rev 5047)
@@ -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 @@
  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
-

Modified: trunk/jexcelapi/debian/rules
===================================================================
--- trunk/jexcelapi/debian/rules	2007-12-16 10:26:53 UTC (rev 5046)
+++ trunk/jexcelapi/debian/rules	2007-12-16 10:33:41 UTC (rev 5047)
@@ -4,7 +4,7 @@
 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
 




More information about the pkg-java-commits mailing list