debian/ 0000755 0000000 0000000 00000000000 12201330224 007153 5 ustar debian/build.xml 0000644 0000000 0000000 00000004407 12201327731 011012 0 ustar
debian/watch 0000644 0000000 0000000 00000000110 12201327731 010205 0 ustar version=3
http://math.nist.gov/javanumerics/jama/Jama-([\d.]+)\.tar\.gz
debian/rules 0000755 0000000 0000000 00000001227 12201327731 010246 0 ustar #!/usr/bin/make -f
# debian/rules file for jama (uses cdbs)
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/ant.mk
JAVA_HOME := /usr/lib/jvm/default-java
DEB_ANT_BUILDFILE := debian/build.xml
DEB_ANT_BUILD_TARGET := all
install/libjama-java::
mh_installpom -plibjama-java debian/pom.xml
mh_installjar -plibjama-java --java-lib debian/pom.xml target/jama.jar
clean::
mh_clean
get-orig-pom:
wget http://central.maven.org/maven2/gov/nist/math/jama/$(DEB_UPSTREAM_VERSION)/jama-$(DEB_UPSTREAM_VERSION).pom -O debian/pom.xml
get-orig-source:
uscan --force-download --download-version $(DEB_UPSTREAM_VERSION) --rename --repack
debian/changelog 0000644 0000000 0000000 00000004054 12201327731 011041 0 ustar jama (1.0.3-1) unstable; urgency=low
* Team upload.
* New upstream release
* Install the Maven artifacts in /usr/share/maven-repo
* Generate Java 6 compatible bytecode
* debian/control:
- Use canonical URLs for the Vcs-* fields
- Updated Standards-Version to 3.9.4 (no changes)
- Removed Michael Koch from the uploaders (Closes: #654026)
- Removed the article at the beginning of the package descriptions
* debian/rules: Added the get-orig-pom and get-orig-source targets
-- Emmanuel Bourg Fri, 09 Aug 2013 17:32:58 +0200
jama (1.0.2-4) unstable; urgency=low
* Added myself to uploaders.
* Removed dependency on default-jdk. (Closes: #590461)
* Updated Standards-Version to 3.9.1.
* Added Vcs-* and Homepage fields.
* Moved javadoc and examples to a separate package.
- To get the javadoc, install libjama-java-doc.
* Registered javadoc with docbase.
* Changed to 3.0 (quilt) source format.
-- Melvin Winstrøm-Møller Wed, 28 Jul 2010 17:20:52 +0200
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 Mon, 14 Sep 2009 21:32:40 +0200
jama (1.0.2-2) unstable; urgency=low
* kaffe compiler transition
-- Wolfgang Baer Sun, 15 Jan 2006 18:17:09 +0100
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 Sun, 7 Aug 2005 14:34:30 +0200
jama (1.0.1-1) experimental; urgency=low
* Initial Release (closes: #294539)
-- Wolfgang Baer Thu, 27 Jan 2005 10:38:29 +0100
debian/libjama-java.dirs 0000644 0000000 0000000 00000000017 12201327731 012363 0 ustar usr/share/java
debian/libjama-java-doc.docs 0000644 0000000 0000000 00000000060 12201327731 013113 0 ustar target/docs/api
src/Jama/examples
src/Jama/test
debian/source/ 0000755 0000000 0000000 00000000000 12201330224 010453 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 12201327731 011672 0 ustar 3.0 (quilt)
debian/libjama-java-doc.doc-base 0000644 0000000 0000000 00000001033 12201327731 013641 0 ustar Document: libjama-java
Title: JAMA: a basic linear algebra library for Java
Author: The MathWorks and NIST
Abstract: JAMA 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.
Section: Programming/Java
Format: HTML
Index: /usr/share/doc/libjama-java-doc/api/index.html
Files: /usr/share/doc/libjama-java-doc/api/*.html
debian/compat 0000644 0000000 0000000 00000000002 12201327731 010362 0 ustar 7
debian/copyright 0000644 0000000 0000000 00000001225 12201327731 011117 0 ustar This package was debianized by Wolfgang Baer on
Thu, 27 Jan 2005 10:38:29 +0100.
It was downloaded from
Copyright:
This software is a cooperative product of The MathWorks and the
National Institute of Standards and Technology (NIST) which has
been released to the public domain. Neither The MathWorks nor NIST
assumes any responsibility whatsoever for its use by other parties,
and makes no guarantees, expressed or implied, about its quality,
reliability, or any other characteristic.
Upstream Authors:
Joe Hicklin
Cleve Moler
Peter Webb
Ronald F. Boisvert
Bruce Miller
Roldan Pozo
Karin Remington
debian/pom.xml 0000644 0000000 0000000 00000006727 12201327731 010515 0 ustar
4.0.0gov.nist.mathjama1.0.3jarJAMAJAMA is a basic linear algebra package for Java. It provides
user-level classes for constructing and manipulating real, dense matrices.
It is meant to provide sufficient functionality for routine problems,
packaged in a way that is natural and understandable to
non-experts.http://math.nist.gov/javanumerics/jama/Java Numerics Working Group, National Institute of Standards and Technology (NIST)http://math.nist.gov/javanumerics/Public Domainhttp://creativecommons.org/licenses/publicdomain/repojhicklinJoe HicklinThe MathWorkshttp://www.mathworks.com/cmolerCleve Molerhttp://www.mathworks.com/company/cleve_bio.shtmlThe MathWorkshttp://www.mathworks.com/pwebbPeter WebbThe MathWorkshttp://www.mathworks.com/rboisvertRonald F. Boisverthttp://math.nist.gov/~RBoisvert/National Institute of Standards and Technology (NIST)http://www.nist.gov/bmillerBruce Millerhttp://math.nist.gov/~BMiller/National Institute of Standards and Technology (NIST)http://www.nist.gov/rpozoRoldan Pozohttp://math.nist.gov/~RPozo/National Institute of Standards and Technology (NIST)http://www.nist.gov/kremingtonKarin Remingtonhttp://math.nist.gov/~KRemington/National Institute of Standards and Technology (NIST)http://www.nist.gov/jamahttp://cio.nist.gov/esd/emaildir/lists/jama/maillist.htmlhttp://cio.nist.gov/esd/emaildir/lists/jama/maillist.htmlhttp://cio.nist.gov/esd/emaildir/lists/jama/maillist.htmlnot availablehttp://math.nist.gov/javanumerics/jama/Jama-1.0.3.tar.gz
debian/control 0000644 0000000 0000000 00000004125 12201327731 010571 0 ustar Source: jama
Section: java
Priority: optional
Maintainer: Debian Java Maintainers
Uploaders: Melvin Winstrøm-Møller
Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk, default-jdk-doc, maven-repo-helper
Standards-Version: 3.9.4
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/jama
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/jama/
Homepage: http://math.nist.gov/javanumerics/jama/
Package: libjama-java
Architecture: all
Depends: ${misc:Depends}
Suggests: libjama-java-doc
Description: Basic linear algebra library for Java
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
Package: libjama-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: default-jdk-doc,
Suggests: libjama-java
Description: Basic linear algebra library for Java (documentation)
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
.
This package contains the documentation of libjama-java.