Author: tille Date: 2016-11-17 14:24:45 +0000 (Thu, 17 Nov 2016) New Revision: 23092
Modified: trunk/packages/R/r-cran-fastcluster/trunk/debian/changelog trunk/packages/R/r-cran-fastcluster/trunk/debian/control Log: Recommends: python-scipy, python3-scipy Modified: trunk/packages/R/r-cran-fastcluster/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-fastcluster/trunk/debian/changelog 2016-11-17 14:23:42 UTC (rev 23091) +++ trunk/packages/R/r-cran-fastcluster/trunk/debian/changelog 2016-11-17 14:24:45 UTC (rev 23092) @@ -1,3 +1,9 @@ +r-cran-fastcluster (1.1.21-2) UNRELEASED; urgency=medium + + * Recommends: python-scipy, python3-scipy + + -- Andreas Tille <[email protected]> Thu, 17 Nov 2016 15:23:51 +0100 + r-cran-fastcluster (1.1.21-1) unstable; urgency=medium * New upstream version Modified: trunk/packages/R/r-cran-fastcluster/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-fastcluster/trunk/debian/control 2016-11-17 14:23:42 UTC (rev 23091) +++ trunk/packages/R/r-cran-fastcluster/trunk/debian/control 2016-11-17 14:24:45 UTC (rev 23092) @@ -44,6 +44,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends} +Recommends: python-scipy Description: Fast hierarchical clustering routines for Python This library provides Python functions for hierarchical clustering. It generates hierarchical clusters from distance matrices @@ -69,6 +70,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends} +Recommends: python3-scipy Description: Fast hierarchical clustering routines for Python 3 This library provides Python functions for hierarchical clustering. It generates hierarchical clusters from distance matrices _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
