[med-svn] r16665 - trunk/packages/libhac-java/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Fri Apr 11 21:09:17 UTC 2014


Author: tille
Date: 2014-04-11 21:09:17 +0000 (Fri, 11 Apr 2014)
New Revision: 16665

Modified:
   trunk/packages/libhac-java/trunk/debian/changelog
   trunk/packages/libhac-java/trunk/debian/control
   trunk/packages/libhac-java/trunk/debian/copyright
Log:
Upload to new


Modified: trunk/packages/libhac-java/trunk/debian/changelog
===================================================================
--- trunk/packages/libhac-java/trunk/debian/changelog	2014-04-11 16:30:40 UTC (rev 16664)
+++ trunk/packages/libhac-java/trunk/debian/changelog	2014-04-11 21:09:17 UTC (rev 16665)
@@ -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
 

Modified: trunk/packages/libhac-java/trunk/debian/control
===================================================================
--- trunk/packages/libhac-java/trunk/debian/control	2014-04-11 16:30:40 UTC (rev 16664)
+++ trunk/packages/libhac-java/trunk/debian/control	2014-04-11 21:09:17 UTC (rev 16665)
@@ -32,7 +32,13 @@
 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.

Modified: trunk/packages/libhac-java/trunk/debian/copyright
===================================================================
--- trunk/packages/libhac-java/trunk/debian/copyright	2014-04-11 16:30:40 UTC (rev 16664)
+++ trunk/packages/libhac-java/trunk/debian/copyright	2014-04-11 21:09:17 UTC (rev 16665)
@@ -7,6 +7,13 @@
 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 @@
  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'




More information about the debian-med-commit mailing list