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 229c3a06c371130680840392e2d0c6b8db4ba2bb Author: Andreas Tille <[email protected]> Date: Tue Jun 28 12:55:02 2016 +0000 Finally r-cran-spdep was accepted and we can move on with the dependencies --- debian/changelog | 1 - debian/control | 11 ++++++----- debian/rules | 3 +++ 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2cd65df..d033a0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,5 @@ r-cran-adegenet (2.0.1-1) UNRELEASED; urgency=low * Initial release (Closes: #???) - TODO: svn://anonscm.debian.org/debian-science/packages/R/r-cran-spdep/trunk/ -- Andreas Tille <[email protected]> Tue, 22 Mar 2016 21:32:09 +0100 diff --git a/debian/control b/debian/control index 02b44d9..4deca78 100644 --- a/debian/control +++ b/debian/control @@ -16,9 +16,9 @@ Build-Depends: debhelper (>= 9), r-cran-reshape2, r-cran-vegan, r-cran-shiny, - r-cran-dplyr -# r-cran-spdep, -Standards-Version: 3.9.7 + r-cran-dplyr, + r-cran-spdep +Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-adegenet/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-adegenet/trunk/ Homepage: https://cran.r-project.org/web/packages/adegenet/ @@ -27,7 +27,7 @@ Package: r-cran-adegenet Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, - ${R:Depends} + ${R:Depends}, r-cran-ade4, r-cran-mass, r-cran-igraph, @@ -38,7 +38,8 @@ Depends: ${misc:Depends}, r-cran-reshape2, r-cran-vegan, r-cran-shiny, - r-cran-dplyr + r-cran-dplyr, + r-cran-spdep 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 2fbba2d..087b288 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,6 @@ #!/usr/bin/make -f include /usr/share/R/debian/r-cran.mk + +install/$(package):: + chmod -x $(debRlib)/$(cranName)/files/nancycats.* -- 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
