This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-phylobase.
commit 71b6f0e53d41349befcc6410941d5ab6e09da03c Author: Andreas Tille <[email protected]> Date: Thu Sep 7 20:53:10 2017 +0000 * New upstream version * debhelper 10 * use dh-r instead of cdbs * canonical Homepage for CRAN packages * Standards-Version: 4.1.0 (no changes needed) --- debian/changelog | 10 ++++++++++ debian/compat | 2 +- debian/control | 20 +++++++++----------- debian/copyright | 2 +- debian/rules | 8 +++++--- 5 files changed, 26 insertions(+), 16 deletions(-) diff --git a/debian/changelog b/debian/changelog index be13dba..ec82c4e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +r-cran-phylobase (0.8.4-1) unstable; urgency=medium + + * New upstream version + * debhelper 10 + * use dh-r instead of cdbs + * canonical Homepage for CRAN packages + * Standards-Version: 4.1.0 (no changes needed) + + -- Andreas Tille <[email protected]> Thu, 07 Sep 2017 22:38:05 +0200 + r-cran-phylobase (0.8.2-1) unstable; urgency=low * Initial release (Closes: #820520) diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index c267686..d09500c 100644 --- a/debian/control +++ b/debian/control @@ -3,28 +3,26 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Andreas Tille <[email protected]> Section: gnu-r Priority: optional -Build-Depends: debhelper (>= 9), - cdbs, +Build-Depends: debhelper (>= 10), + dh-r, r-base-dev, r-cran-ape, r-cran-ade4, r-cran-rcpp, r-cran-rncl, r-cran-rnexml -Standards-Version: 3.9.8 +Standards-Version: 4.1.0 Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-phylobase/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-phylobase/trunk/ -Homepage: https://cran.r-project.org/web/packages/phylobase/ +Homepage: https://cran.r-project.org/package=phylobase Package: r-cran-phylobase Architecture: any -Depends: ${misc:Depends}, - ${shlibs:Depends}, - ${R:Depends}, - r-cran-ape, - r-cran-ade4, - r-cran-rncl, - r-cran-rnexml +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${R:Depends} +Recommends: ${R:Recommends} +Suggests: ${R:Suggests} Description: GNU R base package for phylogenetic structures and comparative data This R package provides a base S4 class for comparative methods, incorporating one or more trees and trait data as these are used in diff --git a/debian/copyright b/debian/copyright index db450f2..486ce3b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Francois Michonneau <[email protected]> Source: https://cran.r-project.org/web/packages/phylobase/ diff --git a/debian/rules b/debian/rules index d9c5a57..355ccec 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)/nexusfiles/co1.nex +override_dh_fixperms: + dh_fixperms + find debian -name co1.nex -exec chmod -x \{\} \; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-phylobase.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
