This is an automated email from the git hooks/post-receive script. tille pushed a commit to tag debian/0.9-4-1 in repository permute.
commit 4f723390e8b76fae87dce4f1b52bb977eebe5e25 Author: Andreas Tille <[email protected]> Date: Sun Nov 13 09:06:05 2016 +0100 Convert to dh-r --- debian/changelog | 1 + debian/control | 7 +++---- debian/rules | 5 ++--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index bd6af30..d1cfbbc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ permute (0.9-4-1) UNRELEASED; urgency=medium * New upstream version + * Convert to dh-r -- Andreas Tille <[email protected]> Sun, 13 Nov 2016 09:03:44 +0100 diff --git a/debian/control b/debian/control index d8b3512..29dddd9 100644 --- a/debian/control +++ b/debian/control @@ -2,10 +2,9 @@ Source: permute Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Andreas Tille <[email protected]> Section: gnu-r -Testsuite: autopkgtest Priority: optional Build-Depends: debhelper (>= 9), - cdbs, + dh-r, r-base-dev Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/permute.git @@ -16,8 +15,8 @@ Package: r-cran-permute Architecture: all Depends: ${R:Depends}, ${misc:Depends} -Recommends: r-cran-vegan, - r-cran-testthat +Recommends: ${R:Recommends} +Suggests: ${R:Suggests} Description: R functions for generating restricted permutations of data Implements a set of restricted permutation designs for freely exchangeable, line transects (time series), and spatial grid designs plus permutation of diff --git a/debian/rules b/debian/rules index 984d2aa..68d9a36 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,4 @@ #!/usr/bin/make -f -DEB_DH_BUILDDEB_ARGS = -- -Z xz - -include /usr/share/R/debian/r-cran.mk +%: + dh $@ --buildsystem R -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/permute.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
