Author: tille Date: 2014-04-10 18:58:59 +0000 (Thu, 10 Apr 2014) New Revision: 16655
Modified: trunk/packages/libhac-java/trunk/debian/control Log: Debian Med team policy changes Modified: trunk/packages/libhac-java/trunk/debian/control =================================================================== --- trunk/packages/libhac-java/trunk/debian/control 2014-04-10 16:22:28 UTC (rev 16654) +++ trunk/packages/libhac-java/trunk/debian/control 2014-04-10 18:58:59 UTC (rev 16655) @@ -1,26 +1,31 @@ Source: libhac-java +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Tim Booth <[email protected]>, + Andreas Tille <[email protected]> Section: java Priority: optional -Maintainer: Tim Booth <[email protected]> -Build-Depends: debhelper (>= 9), default-jdk, javahelper +Build-Depends: debhelper (>= 9), + default-jdk, + javahelper Build-Depends-Indep: default-jdk-doc -Standards-Version: 3.9.3 -Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/libhac-java -Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libhac-java +Standards-Version: 3.9.5 +Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/libhac-java +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/libhac-java Homepage: http://sape.inf.usi.ch/hac Package: libhac-java Architecture: all -Depends: ${misc:Depends}, ${java:Depends} +Depends: ${misc:Depends}, + ${java:Depends} Suggests: libhac-java-doc 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: - - Experiment (to tell Hac what to cluster), and - - DissimilarityMeasure (to tell Hac how to compute the dissimilarity between - two observations). + * Experiment (to tell Hac what to cluster), and + * DissimilarityMeasure (to tell Hac how to compute the dissimilarity between + two observations). Package: libhac-java-doc Architecture: all _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
