[pkg-java] r10358 - trunk/jama/debian

Michael Koch mkoch at alioth.debian.org
Mon Sep 14 19:35:18 UTC 2009


Author: mkoch
Date: 2009-09-14 19:35:18 +0000 (Mon, 14 Sep 2009)
New Revision: 10358

Modified:
   trunk/jama/debian/changelog
   trunk/jama/debian/compat
   trunk/jama/debian/control
   trunk/jama/debian/rules
Log:
jama (1.0.2-3) unstable; urgency=low

  * (Build-)Depends on default-jdk.
  * Build-Depends on debhelper >= 7.
  * Moved package to section 'java'.
  * Removed Wolfang and added myself to uploaders.
  * Updated Standards-Version to 3.8.3.

 -- Michael Koch <konqueror at gmx.de>  Mon, 14 Sep 2009 21:32:40 +0200



Modified: trunk/jama/debian/changelog
===================================================================
--- trunk/jama/debian/changelog	2009-09-14 19:24:05 UTC (rev 10357)
+++ trunk/jama/debian/changelog	2009-09-14 19:35:18 UTC (rev 10358)
@@ -1,3 +1,13 @@
+jama (1.0.2-3) unstable; urgency=low
+
+  * (Build-)Depends on default-jdk.
+  * Build-Depends on debhelper >= 7.
+  * Moved package to section 'java'.
+  * Removed Wolfang and added myself to uploaders.
+  * Updated Standards-Version to 3.8.3.
+
+ -- Michael Koch <konqueror at gmx.de>  Mon, 14 Sep 2009 21:32:40 +0200
+
 jama (1.0.2-2) unstable; urgency=low
 
   * kaffe compiler transition 

Modified: trunk/jama/debian/compat
===================================================================
--- trunk/jama/debian/compat	2009-09-14 19:24:05 UTC (rev 10357)
+++ trunk/jama/debian/compat	2009-09-14 19:35:18 UTC (rev 10358)
@@ -1 +1 @@
-4
+7

Modified: trunk/jama/debian/control
===================================================================
--- trunk/jama/debian/control	2009-09-14 19:24:05 UTC (rev 10357)
+++ trunk/jama/debian/control	2009-09-14 19:35:18 UTC (rev 10358)
@@ -1,15 +1,14 @@
 Source: jama
-Section: libs
+Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Wolfgang Baer <WBaer at gmx.de>
-Build-Depends-Indep: debhelper (>= 4.2.30), cdbs, ant, kaffe
-Standards-Version: 3.6.2
+Uploaders: Michael Koch <konqueror at gmx.de>
+Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk
+Standards-Version: 3.8.3
 
 Package: libjama-java
 Architecture: all
-Depends: kaffe | java1-runtime | java2-runtime
-Suggests: java-virtual-machine
+Depends: default-jdk, ${misc:Depends}
 Description: a basic linear algebra library for java
  Provides fundamental operations of numerical linear algebra. The package 
  provides five matrix decompositions. These decompositions are accessed by

Modified: trunk/jama/debian/rules
===================================================================
--- trunk/jama/debian/rules	2009-09-14 19:24:05 UTC (rev 10357)
+++ trunk/jama/debian/rules	2009-09-14 19:35:18 UTC (rev 10358)
@@ -6,8 +6,7 @@
 
 export UPSTREAM_VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\-)
 
-JAVA_HOME := /usr/lib/kaffe
-ANT_HOME := /usr/share/ant
+JAVA_HOME := /usr/lib/jvm/default-java
 
 DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar
 DEB_ANT_BUILDFILE := debian/build.xml




More information about the pkg-java-commits mailing list