CVS jama/debian
Wolfgang B??r
wbaer-guest at haydn.debian.org
Wed Aug 10 17:28:40 UTC 2005
Update of /cvsroot/pkg-java/jama/debian
In directory haydn:/tmp/cvs-serv31407/jama/debian
Modified Files:
changelog control libjama-java.docs rules
Log Message:
jama (1.0.2-1) unstable; urgency=low
* New upstream release
* Upload to unstable
* Standards-Version 3.6.2 (no changes needed)
* Adjusted debian/control description to fix lintian warnings
* rm ChangeLog from libjama-java.docs - installed by dh_installchangelogs
* Changed libant1.6-java build-dep to ant (now in main)
--- /cvsroot/pkg-java/jama/debian/changelog 2005/05/06 11:05:34 1.1.1.1
+++ /cvsroot/pkg-java/jama/debian/changelog 2005/08/10 17:28:38 1.2
@@ -1,3 +1,16 @@
+jama (1.0.2-1) unstable; urgency=low
+
+ * New upstream release
+ * Upload to unstable
+ * Standards-Version 3.6.2 (no changes needed)
+ * Adjusted debian/control description to fix lintian warnings
+ * rm ChangeLog from libjama-java.docs - installed by dh_installchangelogs
+ * Changed libant1.6-java build-dep to ant (now in main)
+
+ * Upload sponsored by Petter Reinholdtsen
+
+ -- Wolfgang Baer <WBaer at gmx.de> Sun, 7 Aug 2005 14:34:30 +0200
+
jama (1.0.1-1) experimental; urgency=low
* Initial Release (closes: #294539)
--- /cvsroot/pkg-java/jama/debian/control 2005/05/06 11:05:34 1.1.1.1
+++ /cvsroot/pkg-java/jama/debian/control 2005/08/10 17:28:38 1.2
@@ -3,24 +3,22 @@
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, libant1.6-java, kaffe
-Standards-Version: 3.6.1
+Build-Depends-Indep: debhelper (>= 4.2.30), cdbs, ant, kaffe
+Standards-Version: 3.6.2
Package: libjama-java
Architecture: all
Depends: kaffe | java1-runtime | java2-runtime
Suggests: java-virtual-machine
Description: a basic linear algebra library for java
- A basic linear algebra library for java which provides fundamental
- operations of numerical linear algebra. The package provides five
- matrix decompositions. These decompositions are accessed by the
- Matrix class to compute solutions of simultaneous linear equations,
+ Provides fundamental operations of numerical linear algebra. The package
+ provides five matrix decompositions. These decompositions are accessed by
+ the Matrix class to compute solutions of simultaneous linear equations,
determinants, inverses and other matrix functions.
.
The five decompositions are:
- .
- * Cholesky Decomposition of symmetric, positive definite matrices
- * LU Decomposition (Gaussian elimination) of rectangular matrices
- * QR Decomposition of rectangular matrices
- * Eigenvalue Decomposition of both symmetric and nonsymmetric square matrices
- * Singular Value Decomposition of rectangular matrices
+ * Cholesky Decomposition of symmetric, positive definite matrices
+ * LU Decomposition (Gaussian elimination) of rectangular matrices
+ * QR Decomposition of rectangular matrices
+ * Eigenvalue Decomposition of both symmetric and nonsymmetric square matrices
+ * Singular Value Decomposition of rectangular matrices
--- /cvsroot/pkg-java/jama/debian/libjama-java.docs 2005/05/06 11:05:34 1.1.1.1
+++ /cvsroot/pkg-java/jama/debian/libjama-java.docs 2005/08/10 17:28:39 1.2
@@ -1,4 +1,3 @@
-ChangeLog
target/docs/api
src/Jama/examples
src/Jama/test
--- /cvsroot/pkg-java/jama/debian/rules 2005/05/06 11:05:34 1.1.1.1
+++ /cvsroot/pkg-java/jama/debian/rules 2005/08/10 17:28:39 1.2
@@ -6,9 +6,8 @@
export UPSTREAM_VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\-)
-# These two must be specified
JAVA_HOME := /usr/lib/kaffe
-ANT_HOME := /usr/share/ant1.6
+ANT_HOME := /usr/share/ant
DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar
DEB_ANT_COMPILER := jikes
More information about the pkg-java-commits
mailing list