[pkg-java] r10416 - trunk/trove/debian
Michael Koch
mkoch at alioth.debian.org
Wed Sep 16 21:17:48 UTC 2009
Author: mkoch
Date: 2009-09-16 21:17:48 +0000 (Wed, 16 Sep 2009)
New Revision: 10416
Modified:
trunk/trove/debian/changelog
trunk/trove/debian/compat
trunk/trove/debian/control
trunk/trove/debian/rules
Log:
trove (2.0.4-2) unstable; urgency=low
* (Build-)Depends on default-jdk (Closes: #526301)
* Build-Depends on debhelper >= 7.
* Let all packages depend on ${misc:Depends}.
* Moved package to section 'java'.
* Added myself to Uploaders.
* Updated Standards-Version to 3.8.3.
-- Michael Koch <konqueror at gmx.de> Wed, 16 Sep 2009 22:54:50 +0200
Modified: trunk/trove/debian/changelog
===================================================================
--- trunk/trove/debian/changelog 2009-09-16 20:42:18 UTC (rev 10415)
+++ trunk/trove/debian/changelog 2009-09-16 21:17:48 UTC (rev 10416)
@@ -1,3 +1,14 @@
+trove (2.0.4-2) unstable; urgency=low
+
+ * (Build-)Depends on default-jdk (Closes: #526301)
+ * Build-Depends on debhelper >= 7.
+ * Let all packages depend on ${misc:Depends}.
+ * Moved package to section 'java'.
+ * Added myself to Uploaders.
+ * Updated Standards-Version to 3.8.3.
+
+ -- Michael Koch <konqueror at gmx.de> Wed, 16 Sep 2009 22:54:50 +0200
+
trove (2.0.4-1) unstable; urgency=low
* new upstream release
Modified: trunk/trove/debian/compat
===================================================================
--- trunk/trove/debian/compat 2009-09-16 20:42:18 UTC (rev 10415)
+++ trunk/trove/debian/compat 2009-09-16 21:17:48 UTC (rev 10416)
@@ -1 +1 @@
-4
+7
Modified: trunk/trove/debian/control
===================================================================
--- trunk/trove/debian/control 2009-09-16 20:42:18 UTC (rev 10415)
+++ trunk/trove/debian/control 2009-09-16 21:17:48 UTC (rev 10416)
@@ -1,19 +1,17 @@
Source: trove
-Section: libs
+Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Vandyck <avdyk at debian.org>,
- Torsten Werner <twerner at debian.org>
-Build-Depends: debhelper (>= 4.2.30), cdbs
-Build-Depends-Indep: java-gcj-compat-dev (>= 1.0.69-2), ant
-Standards-Version: 3.8.0
+Uploaders: Arnaud Vandyck <avdyk at debian.org>, Torsten Werner <twerner at debian.org>, Michael Koch <konqueror at gmx.de>
+Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant
+Standards-Version: 3.8.3
Homepage: http://trove4j.sourceforge.net
Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/trove
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/trove/
Package: libtrove-java
Architecture: all
-Depends: java-gcj-compat | java2-runtime
+Depends: default-jdk | java2-runtime, ${misc:Depends}
Description: high performance collections for java
GNU Trove is a fast, lightweight implementations of the java.util
Collections API. These implementations are designed to be pluggable
@@ -29,6 +27,7 @@
Package: libtrove-java-doc
Section: doc
Architecture: all
+Depends: ${misc:Depends}
Suggests: libtrove-java
Description: high performance collections for java
GNU Trove is a fast, lightweight implementations of the java.util
Modified: trunk/trove/debian/rules
===================================================================
--- trunk/trove/debian/rules 2009-09-16 20:42:18 UTC (rev 10415)
+++ trunk/trove/debian/rules 2009-09-16 21:17:48 UTC (rev 10416)
@@ -5,7 +5,7 @@
include /usr/share/cdbs/1/class/ant.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
-JAVA_HOME := /usr/lib/jvm/java-gcj
+JAVA_HOME := /usr/lib/jvm/default-java
DEB_ANT_BUILD_TARGET := jar javadoc
cleanbuilddir::
@@ -24,4 +24,3 @@
get-orig-source:
uscan --upstream-version 0 --rename
-
More information about the pkg-java-commits
mailing list