[med-svn] [libhac-java] 05/11: Upload to new
Andreas Tille
tille at debian.org
Thu Nov 30 15:26:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository libhac-java.
commit 79d411f440acdc2c48d7bb8ae4045a2b6d1d3a05
Author: Andreas Tille <tille at debian.org>
Date: Fri Apr 11 21:09:17 2014 +0000
Upload to new
---
debian/changelog | 4 ++--
debian/control | 10 ++++++++--
debian/copyright | 14 +++++++-------
3 files changed, 17 insertions(+), 11 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7b2bc21..8dbc9a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
-libhac-java (0.20110510-1) UNRELEASED; urgency=medium
+libhac-java (0.20110510-1) unstable; urgency=medium
- * Initial upload to Debian (Closes: #???)
+ * Initial upload to Debian (Closes: #744233)
-- Andreas Tille <tille at debian.org> Thu, 10 Apr 2014 20:59:14 +0200
diff --git a/debian/control b/debian/control
index 728c4a7..24aabbb 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,13 @@ Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libhac-java
-Description: Documentation for HAC
- Hac is a simple library for hierarchical agglomerative clustering.
+Description: API documentation for hierarchical agglomerative clustering
+ Hac is a simple library for hierarchical agglomerative clustering. The goal of
+ Hac is to be easy to use in any context that might require a hierarchical
+ agglomerative clustering approach. You can use Hac by bundling Hac with your
+ application, and by implementing two interfaces:
+ * Experiment (to tell Hac what to cluster), and
+ * DissimilarityMeasure (to tell Hac how to compute the dissimilarity between
+ two observations).
.
This package contains the API documentation of libhac-java.
diff --git a/debian/copyright b/debian/copyright
index 2a954e8..ffabb20 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,6 +7,13 @@ Files: *
Copyright: 2011, the Sape Research Group
Matthias.Hauswirth at usi.ch
License: SimplifiedBSD
+
+Files: debian/*
+Copyright: 2013-2014 Tim Booth <tbooth at ceh.ac.uk>
+ 2014 Andreas Tille <tille at debian.org>
+License: SimplifiedBSD
+
+License: SimplifiedBSD
This software is licensed to You under the "Simplified BSD License".
You may not use this software except in compliance with the License.
.
@@ -32,10 +39,3 @@ License: SimplifiedBSD
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-Files: debian/*
-Copyright: 2013-2014 Tim Booth <tbooth at ceh.ac.uk>
- 2014 Andreas Tille <tille at debian.org>
-License: BSD
- On Debian GNU/Linux system you can find the complete text of the
- BSD license in '/usr/share/common-licenses/BSD'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libhac-java.git
More information about the debian-med-commit
mailing list