[pkg-java] r6089 - trunk/tinylaf/debian

twerner at alioth.debian.org twerner at alioth.debian.org
Thu Apr 3 23:16:15 UTC 2008


Author: twerner
Date: 2008-04-03 23:16:14 +0000 (Thu, 03 Apr 2008)
New Revision: 6089

Modified:
   trunk/tinylaf/debian/changelog
   trunk/tinylaf/debian/control
   trunk/tinylaf/debian/rules
Log:
* Switch to openjdk-6.
* Move package to main.

Modified: trunk/tinylaf/debian/changelog
===================================================================
--- trunk/tinylaf/debian/changelog	2008-04-03 23:10:21 UTC (rev 6088)
+++ trunk/tinylaf/debian/changelog	2008-04-03 23:16:14 UTC (rev 6089)
@@ -1,3 +1,10 @@
+tinylaf (1.3.8-3) UNRELEASED; urgency=low
+
+  * Switch to openjdk-6.
+  * Move package to main.
+
+ -- Torsten Werner <twerner at debian.org>  Fri, 04 Apr 2008 01:11:56 +0200
+
 tinylaf (1.3.8-2) unstable; urgency=low
 
   * Move the package to pkg-java svn.

Modified: trunk/tinylaf/debian/control
===================================================================
--- trunk/tinylaf/debian/control	2008-04-03 23:10:21 UTC (rev 6088)
+++ trunk/tinylaf/debian/control	2008-04-03 23:16:14 UTC (rev 6089)
@@ -1,10 +1,10 @@
 Source: tinylaf
-Section: contrib/utils
+Section: utils
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Varun Hiremath <varun at debian.org>, Torsten Werner <twerner at debian.org>
 Build-Depends: cdbs, debhelper (>= 6)
-Build-Depends-Indep: ant, sun-java5-jdk
+Build-Depends-Indep: ant, openjdk-6-jdk | sun-java5-jdk
 Standards-Version: 3.7.3
 Homepage: http://www.muntjak.de/hans/java/tinylaf/index.html
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/tinylaf

Modified: trunk/tinylaf/debian/rules
===================================================================
--- trunk/tinylaf/debian/rules	2008-04-03 23:10:21 UTC (rev 6088)
+++ trunk/tinylaf/debian/rules	2008-04-03 23:16:14 UTC (rev 6089)
@@ -3,7 +3,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-JAVA_HOME            := /usr/lib/jvm/java-1.5.0-sun
+JAVA_HOME_DIRS       := /usr/lib/jvm/java-6-openjdk /usr/lib/jvm/java-1.5.0-sun
 DEB_ANT_BUILD_TARGET := dist
 
 clean::




More information about the pkg-java-commits mailing list