[pkg-java] r14018 - in trunk/kunststoff/debian: . source
Torsten Werner
twerner at alioth.debian.org
Sat Aug 6 23:35:12 UTC 2011
Author: twerner
Date: 2011-08-06 23:35:11 +0000 (Sat, 06 Aug 2011)
New Revision: 14018
Added:
trunk/kunststoff/debian/source/
trunk/kunststoff/debian/source/format
Modified:
trunk/kunststoff/debian/changelog
trunk/kunststoff/debian/control
trunk/kunststoff/debian/rules
Log:
* Update Homepage field.
* Change Build-Depends: default-jdk.
* Remove Java runtime Depends.
* Switch to source format 3.0.
* Update Standards-Version: 3.9.1.
Modified: trunk/kunststoff/debian/changelog
===================================================================
--- trunk/kunststoff/debian/changelog 2011-08-06 23:22:21 UTC (rev 14017)
+++ trunk/kunststoff/debian/changelog 2011-08-06 23:35:11 UTC (rev 14018)
@@ -1,3 +1,13 @@
+kunststoff (2.0.2-5) unstable; urgency=low
+
+ * Update Homepage field.
+ * Change Build-Depends: default-jdk.
+ * Remove Java runtime Depends.
+ * Switch to source format 3.0.
+ * Update Standards-Version: 3.9.1.
+
+ -- Torsten Werner <twerner at debian.org> Sun, 07 Aug 2011 01:32:44 +0200
+
kunststoff (2.0.2-4) unstable; urgency=low
* Move the package to pkg-java svn.
Modified: trunk/kunststoff/debian/control
===================================================================
--- trunk/kunststoff/debian/control 2011-08-06 23:22:21 UTC (rev 14017)
+++ trunk/kunststoff/debian/control 2011-08-06 23:35:11 UTC (rev 14018)
@@ -4,15 +4,15 @@
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 (>= 5)
-Build-Depends-Indep: ant, java-gcj-compat-dev
-Standards-Version: 3.7.3
-Homepage: http://www.incors.org/archive/
+Build-Depends-Indep: ant, default-jdk
+Standards-Version: 3.9.1
+Homepage: http://kunstoff.incors.com/archive/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/kunststoff
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/kunststoff
Package: kunststoff
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java1-runtime | java2-runtime
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: suite of skins for different applications
The Kunststoff Look & Feel is a completely free Look & Feel for Java
Swing applications. It supports many widgets (e.g JInnerFrame,
Modified: trunk/kunststoff/debian/rules
===================================================================
--- trunk/kunststoff/debian/rules 2011-08-06 23:22:21 UTC (rev 14017)
+++ trunk/kunststoff/debian/rules 2011-08-06 23:35:11 UTC (rev 14018)
@@ -3,7 +3,7 @@
include /usr/share/cdbs/1/class/ant.mk
include /usr/share/cdbs/1/rules/debhelper.mk
-JAVA_HOME := /usr/lib/jvm/java-gcj
+JAVA_HOME := /usr/lib/jvm/default-java
DEB_ANT_INSTALL_TARGET := jar
DEB_ANT_BUILDFILE := debian/build.xml
Added: trunk/kunststoff/debian/source/format
===================================================================
--- trunk/kunststoff/debian/source/format (rev 0)
+++ trunk/kunststoff/debian/source/format 2011-08-06 23:35:11 UTC (rev 14018)
@@ -0,0 +1 @@
+3.0 (quilt)
More information about the pkg-java-commits
mailing list