[med-svn] [Git][med-team/libhac-java][master] 8 commits: Hope upstream will set release tags
Andreas Tille
gitlab at salsa.debian.org
Sun Oct 28 22:15:23 GMT 2018
Andreas Tille pushed to branch master at Debian Med / libhac-java
Commits:
d05a2b5e by Andreas Tille at 2018-10-28T21:27:26Z
Hope upstream will set release tags
- - - - -
2c662c52 by Andreas Tille at 2018-10-28T21:30:52Z
debhelper 11
- - - - -
6f778e20 by Andreas Tille at 2018-10-28T21:31:03Z
Point Vcs fields to salsa.debian.org
- - - - -
3d3e5482 by Andreas Tille at 2018-10-28T21:31:03Z
Standards-Version: 4.2.1
- - - - -
2c8107ad by Andreas Tille at 2018-10-28T21:31:03Z
Remove trailing whitespace in debian/control
- - - - -
73129247 by Andreas Tille at 2018-10-28T21:31:03Z
Remove trailing whitespace in debian/copyright
- - - - -
d88671b9 by Andreas Tille at 2018-10-28T22:08:48Z
No nieed to specify doc explicitly for installation
- - - - -
c388a79b by Andreas Tille at 2018-10-28T22:13:20Z
Upload to unstable
- - - - -
6 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/copyright
- − debian/libhac-java.docs
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+libhac-java (0.20110510-3) unstable; urgency=medium
+
+ * Hope upstream will set release tags
+ * debhelper 11
+ * Point Vcs fields to salsa.debian.org
+ * Standards-Version: 4.2.1
+ * Remove trailing whitespace in debian/control
+ * Remove trailing whitespace in debian/copyright
+
+ -- Andreas Tille <tille at debian.org> Sun, 28 Oct 2018 22:31:03 +0100
+
libhac-java (0.20110510-2) unstable; urgency=medium
* Moved packaging from SVN to Git
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-10
+11
=====================================
debian/control
=====================================
@@ -4,13 +4,13 @@ Uploaders: Tim Booth <tbooth at ceh.ac.uk>,
Andreas Tille <tille at debian.org>
Section: java
Priority: optional
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 11~),
default-jdk,
javahelper
Build-Depends-Indep: default-jdk-doc
-Standards-Version: 4.1.1
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libhac-java.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/libhac-java.git
+Standards-Version: 4.2.1
+Vcs-Browser: https://salsa.debian.org/med-team/libhac-java
+Vcs-Git: https://salsa.debian.org/med-team/libhac-java.git
Homepage: http://sape.inf.usi.ch/hac
Package: libhac-java
@@ -22,7 +22,7 @@ Description: 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:
+ 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).
@@ -36,7 +36,7 @@ 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:
+ 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).
=====================================
debian/copyright
=====================================
@@ -5,7 +5,7 @@ Source: https://github.com/sape/hac
Files: *
Copyright: 2011, the Sape Research Group
- Matthias.Hauswirth at usi.ch
+ Matthias.Hauswirth at usi.ch
License: SimplifiedBSD
Files: debian/*
@@ -15,27 +15,27 @@ 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.
+ You may not use this software except in compliance with the License.
.
- Redistribution and use in source and binary forms, with or without
+ Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
.
- * Redistributions of source code must retain the above copyright notice,
+ * Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above copyright notice,
+ * Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
- * Neither the name of the Sape Research Group, nor
- the names of its contributors may be used to endorse or promote products
+ * Neither the name of the Sape Research Group, nor
+ the names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
.
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
- 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
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ 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.
=====================================
debian/libhac-java.docs deleted
=====================================
@@ -1 +0,0 @@
-doc/*
=====================================
debian/watch
=====================================
@@ -1,2 +1,6 @@
-version=3
-# The project is not tagged on GitHub, so no automated watch is possible.
+version=4
+
+https://github.com/sape/hac/releases .*/archive/v?@ANY_VERSION@@ARCHIVE_EXT@
+
+# Asked for release tags
+# https://github.com/sape/hac/issues/1
View it on GitLab: https://salsa.debian.org/med-team/libhac-java/compare/756c058bbce71a76f633d0b477aa575f2f185667...c388a79b0c34065787f5a0dd49fef4412b217a77
--
View it on GitLab: https://salsa.debian.org/med-team/libhac-java/compare/756c058bbce71a76f633d0b477aa575f2f185667...c388a79b0c34065787f5a0dd49fef4412b217a77
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20181028/ebec8359/attachment-0001.html>
More information about the debian-med-commit
mailing list