Author: tille Date: 2016-11-17 14:22:40 +0000 (Thu, 17 Nov 2016) New Revision: 23090
Modified: trunk/packages/R/r-cran-fastcluster/trunk/debian/changelog trunk/packages/R/r-cran-fastcluster/trunk/debian/compat trunk/packages/R/r-cran-fastcluster/trunk/debian/control trunk/packages/R/r-cran-fastcluster/trunk/debian/rules trunk/packages/R/r-cran-fastcluster/trunk/debian/watch Log: * Add new Build-Depends: python-scipy and python3-scipy + * d/watch: version=4 + * debhelper 10 + * hardening=+bindnow Modified: trunk/packages/R/r-cran-fastcluster/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-fastcluster/trunk/debian/changelog 2016-11-17 12:12:01 UTC (rev 23089) +++ trunk/packages/R/r-cran-fastcluster/trunk/debian/changelog 2016-11-17 14:22:40 UTC (rev 23090) @@ -1,11 +1,15 @@ -r-cran-fastcluster (1.1.21-1) UNRELEASED; urgency=medium +r-cran-fastcluster (1.1.21-1) unstable; urgency=medium * New upstream version * Convert to dh-r * Canonical homepage for CRAN * Add new Build-Depends: python-setuptools, python3-setuptools, + python-scipy and python3-scipy + * d/watch: version=4 + * debhelper 10 + * hardening=+bindnow - -- Andreas Tille <[email protected]> Tue, 08 Nov 2016 09:34:09 +0100 + -- Andreas Tille <[email protected]> Thu, 17 Nov 2016 14:53:49 +0100 r-cran-fastcluster (1.1.16-2) unstable; urgency=medium Modified: trunk/packages/R/r-cran-fastcluster/trunk/debian/compat =================================================================== --- trunk/packages/R/r-cran-fastcluster/trunk/debian/compat 2016-11-17 12:12:01 UTC (rev 23089) +++ trunk/packages/R/r-cran-fastcluster/trunk/debian/compat 2016-11-17 14:22:40 UTC (rev 23090) @@ -1 +1 @@ -9 +10 Modified: trunk/packages/R/r-cran-fastcluster/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-fastcluster/trunk/debian/control 2016-11-17 12:12:01 UTC (rev 23089) +++ trunk/packages/R/r-cran-fastcluster/trunk/debian/control 2016-11-17 14:22:40 UTC (rev 23090) @@ -3,16 +3,18 @@ Uploaders: Andreas Tille <[email protected]> Section: gnu-r Priority: optional -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), dh-python, dh-r, r-base-dev, python-dev, python-numpy, python-setuptools, + python-scipy, python3-dev, python3-numpy, - python3-setuptools + python3-setuptools, + python3-scipy Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-fastcluster/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-fastcluster/trunk/ Modified: trunk/packages/R/r-cran-fastcluster/trunk/debian/rules =================================================================== --- trunk/packages/R/r-cran-fastcluster/trunk/debian/rules 2016-11-17 12:12:01 UTC (rev 23089) +++ trunk/packages/R/r-cran-fastcluster/trunk/debian/rules 2016-11-17 14:22:40 UTC (rev 23090) @@ -2,6 +2,8 @@ DH_VERBOSE=1 +export LC_ALL=C.UTF-8 +export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow export PYBUILD_NAME=fastcluster # Taken from CDBS file for R. @@ -12,7 +14,7 @@ dh $@ --buildsystem R --with python2,python3 --buildsystem=pybuild --sourcedirectory=src/python override_dh_auto_clean: - dh_auto_clean + dh_auto_clean || true # Parts of the following are taken from the CDBS file for F. if test -d src; then \ Modified: trunk/packages/R/r-cran-fastcluster/trunk/debian/watch =================================================================== --- trunk/packages/R/r-cran-fastcluster/trunk/debian/watch 2016-11-17 12:12:01 UTC (rev 23089) +++ trunk/packages/R/r-cran-fastcluster/trunk/debian/watch 2016-11-17 14:22:40 UTC (rev 23090) @@ -1,2 +1,2 @@ -version=3 +version=4 http://cran.r-project.org/src/contrib/fastcluster_([-\d.]*)\.tar\.gz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
