This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-adegenet.
commit 714ee8ffe3cbabac610e0556f5512ba522707d40 Author: Andreas Tille <[email protected]> Date: Mon Oct 2 19:21:29 2017 +0200 Convert from cdbs to dh-r --- debian/changelog | 1 + debian/control | 16 +++------------- debian/rules | 8 +++++--- 3 files changed, 9 insertions(+), 16 deletions(-) diff --git a/debian/changelog b/debian/changelog index b664904..deff106 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ r-cran-adegenet (2.0.1-2) UNRELEASED; urgency=medium * Moved packaging from SVN to Git * debhelper 10 + * Convert from cdbs to dh-r -- Andreas Tille <[email protected]> Mon, 02 Oct 2017 19:03:37 +0200 diff --git a/debian/control b/debian/control index 83064f6..8f427d6 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Uploaders: Andreas Tille <[email protected]> Section: gnu-r Priority: optional Build-Depends: debhelper (>= 10), - cdbs, + dh-r, r-base-dev, r-cran-ade4, r-cran-mass, @@ -28,18 +28,8 @@ Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, ${R:Depends}, - r-cran-ade4, - r-cran-mass, - r-cran-igraph, - r-cran-ape, - r-cran-ggplot2, - r-cran-seqinr, - r-cran-boot, - r-cran-reshape2, - r-cran-vegan, - r-cran-shiny, - r-cran-dplyr, - r-cran-spdep +Recommends: ${R:Recommends} +Suggests: ${R:Suggests} Description: GNU R exploratory analysis of genetic and genomic data Toolset for the exploration of genetic and genomic data. Adegenet provides formal (S4) classes for storing and handling various genetic diff --git a/debian/rules b/debian/rules index 087b288..3535200 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,8 @@ #!/usr/bin/make -f -include /usr/share/R/debian/r-cran.mk +%: + dh $@ --buildsystem R -install/$(package):: - chmod -x $(debRlib)/$(cranName)/files/nancycats.* +override_dh_fixperms: + dh_fixperms + find debian -name "nancycats.*" -exec chmod -x \{\} \; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-adegenet.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
