[pkg-java] r5061 - trunk/libvldocking-java/debian

twerner at alioth.debian.org twerner at alioth.debian.org
Sun Dec 16 13:58:02 UTC 2007


Author: twerner
Date: 2007-12-16 13:58:02 +0000 (Sun, 16 Dec 2007)
New Revision: 5061

Modified:
   trunk/libvldocking-java/debian/
   trunk/libvldocking-java/debian/changelog
   trunk/libvldocking-java/debian/control
   trunk/libvldocking-java/debian/rules
Log:
* Move package to Alioth and change Maintainer.
* Add Vcs and Homepage headers to debian/control.
* Bump up Standards-Version: 3.7.3 (no changes needed).
* Switch from kaffe to java-gcj.


Property changes on: trunk/libvldocking-java/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Modified: trunk/libvldocking-java/debian/changelog
===================================================================
--- trunk/libvldocking-java/debian/changelog	2007-12-16 13:51:00 UTC (rev 5060)
+++ trunk/libvldocking-java/debian/changelog	2007-12-16 13:58:02 UTC (rev 5061)
@@ -1,3 +1,12 @@
+libvldocking-java (2.1.4-2) unstable; urgency=low
+
+  * Move package to Alioth and change Maintainer.
+  * Add Vcs and Homepage headers to debian/control.
+  * Bump up Standards-Version: 3.7.3 (no changes needed).
+  * Switch from kaffe to java-gcj.
+
+ -- Torsten Werner <twerner at debian.org>  Sun, 16 Dec 2007 14:56:34 +0100
+
 libvldocking-java (2.1.4-1) unstable; urgency=low
 
   * Initial release (Closes: #423663)

Modified: trunk/libvldocking-java/debian/control
===================================================================
--- trunk/libvldocking-java/debian/control	2007-12-16 13:51:00 UTC (rev 5060)
+++ trunk/libvldocking-java/debian/control	2007-12-16 13:58:02 UTC (rev 5061)
@@ -1,9 +1,13 @@
 Source: libvldocking-java
 Section: libs
 Priority: extra
-Maintainer: Torsten Werner <twerner at debian.org>
-Build-Depends: ant, cdbs, debhelper (>= 5), kaffe, quilt
-Standards-Version: 3.7.2
+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, quilt
+Standards-Version: 3.7.3
+Homepage: http://www.vlsolutions.com/en/products/docking/index.php
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libvldocking-java/
+Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libvldocking-java
 
 Package: libvldocking-java
 Architecture: all
@@ -23,5 +27,3 @@
     only when the mouse is moved over it
   - Contextual pop-up menus : customizable title bars and tabs
   - Close / Closable tab
- .
-  Homepage: http://www.vlsolutions.com/en/products/docking/index.php

Modified: trunk/libvldocking-java/debian/rules
===================================================================
--- trunk/libvldocking-java/debian/rules	2007-12-16 13:51:00 UTC (rev 5060)
+++ trunk/libvldocking-java/debian/rules	2007-12-16 13:58:02 UTC (rev 5061)
@@ -4,7 +4,7 @@
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
-JAVA_HOME            := /usr/lib/kaffe
+JAVA_HOME            := /usr/lib/jvm/java-gcj
 DEB_ANT_BUILD_TARGET := jar javadoc
 JAR_VERSION          := 2.1-beta
 




More information about the pkg-java-commits mailing list