[libejml-java] 03/04: Do not provide a javadoc package but simply provide the preprocessed PDF
Andreas Tille
tille at debian.org
Tue Nov 17 15:01:58 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository libejml-java.
commit 099854c6af44203bbec3a17045241072ec2ceb7c
Author: Andreas Tille <tille at debian.org>
Date: Tue Nov 17 15:37:57 2015 +0100
Do not provide a javadoc package but simply provide the preprocessed PDF
---
debian/control | 27 ---------------------------
debian/docs | 1 +
debian/libejml-java-doc.javadoc | 1 -
3 files changed, 1 insertion(+), 28 deletions(-)
diff --git a/debian/control b/debian/control
index b2f0fee..29bda48 100644
--- a/debian/control
+++ b/debian/control
@@ -38,30 +38,3 @@ Description: Efficient Java Matrix Library
symbolic interface, similar in spirit to Matlab and other CAS, that
provides a compact way of writing equations.
-Package: libejml-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends},
- ${java:Depends}
-Recommends: ${java:Recommends}
-Description: API documentation for libejml-java
- Efficient Java Matrix Library (EJML) is a linear algebra library for
- manipulating dense matrices. Its design goals are;
- 1) to be as computationally and memory efficient as possible for both
- small and large matrices, and
- 2) to be accessible to both novices and experts.
- These goals are accomplished by dynamically selecting the best
- algorithms to use at runtime, clean API, and multiple interfaces.
- .
- EJML has three distinct ways to interact with it:
- 1) procedural,
- 2) SimpleMatrix, and
- 3) Equations.
- Procedure provides all capabilities of EJML and almost complete control
- over memory creation, speed, and specific algorithms. SimpleMatrix
- provides a simplified subset of the core capabilities in an easy to use
- flow styled object-oriented API, inspired by Jama. Equations is a
- symbolic interface, similar in spirit to Matlab and other CAS, that
- provides a compact way of writing equations.
- .
- This package contains the javadoc documentation files.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..f675846
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+docs/ManualEJML.pdf
diff --git a/debian/libejml-java-doc.javadoc b/debian/libejml-java-doc.javadoc
deleted file mode 100644
index 9699968..0000000
--- a/debian/libejml-java-doc.javadoc
+++ /dev/null
@@ -1 +0,0 @@
-docs /usr/share/doc/ejml-java
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libejml-java.git
More information about the pkg-java-commits
mailing list