[med-svn] r11182 - trunk/packages/libmtj-java/trunk/debian

Andreas Tille tille at alioth.debian.org
Sun Jun 3 12:06:51 UTC 2012


Author: tille
Date: 2012-06-03 12:06:51 +0000 (Sun, 03 Jun 2012)
New Revision: 11182

Added:
   trunk/packages/libmtj-java/trunk/debian/libmtj-java-doc.javadoc
Modified:
   trunk/packages/libmtj-java/trunk/debian/control
Log:
Package description and doc package (build untested)


Modified: trunk/packages/libmtj-java/trunk/debian/control
===================================================================
--- trunk/packages/libmtj-java/trunk/debian/control	2012-06-03 11:55:01 UTC (rev 11181)
+++ trunk/packages/libmtj-java/trunk/debian/control	2012-06-03 12:06:51 UTC (rev 11182)
@@ -12,7 +12,37 @@
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libmtj-java/trunk/
 
 Package: libmtj-java
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${java:Depends}
+Architecture: aall
+Depends: ${misc:Depends}, ${java:Depends}
 Recommends: ${java:Recommends}
-Description: 
\ No newline at end of file
+Description: Java library for developing numerical applications
+ MTJ is designed to be used as a library for developing numerical
+ applications, both for small and large scale computations. The library
+ is based on BLAS and LAPACK for its dense and structured sparse
+ computations, and on the Templates project for unstructured sparse
+ operations.
+ .
+ MTJ uses the netlib-java project as a backend, which can be set up to
+ use machine-optimised BLAS libraries for improved performance of dense
+ matrix operations, falling back to a pure Java implementation. This
+ ensures perfect portability, while allowing for improved performance in
+ a production environment.
+
+Package: libmtj-java-doc
+Architecture: all
+Depends: ${misc:Depends}, ${java:Depends}
+Recommends: ${java:Recommends}
+Description: Java library for developing numerical applications (documentation)
+ MTJ is designed to be used as a library for developing numerical
+ applications, both for small and large scale computations. The library
+ is based on BLAS and LAPACK for its dense and structured sparse
+ computations, and on the Templates project for unstructured sparse
+ operations.
+ .
+ MTJ uses the netlib-java project as a backend, which can be set up to
+ use machine-optimised BLAS libraries for improved performance of dense
+ matrix operations, falling back to a pure Java implementation. This
+ ensures perfect portability, while allowing for improved performance in
+ a production environment.
+ .
+ This package contains the javadoc documentation files.

Added: trunk/packages/libmtj-java/trunk/debian/libmtj-java-doc.javadoc
===================================================================
--- trunk/packages/libmtj-java/trunk/debian/libmtj-java-doc.javadoc	                        (rev 0)
+++ trunk/packages/libmtj-java/trunk/debian/libmtj-java-doc.javadoc	2012-06-03 12:06:51 UTC (rev 11182)
@@ -0,0 +1 @@
+javadoc /usr/share/doc/libmtj-java




More information about the debian-med-commit mailing list