[med-svn] [r-cran-adephylo] 07/11: * New upstream version * Convert to dh-r * Canonical homepage for CRAN * Update d/copyright * d/watch: version=4 * debhelper 10
Andreas Tille
tille at debian.org
Mon Oct 2 22:00:55 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-cran-adephylo.
commit ad9f5ad215d1d27450ec0643aa14354df519de22
Author: Andreas Tille <tille at debian.org>
Date: Tue Dec 20 13:03:04 2016 +0000
* New upstream version
* Convert to dh-r
* Canonical homepage for CRAN
* Update d/copyright
* d/watch: version=4
* debhelper 10
---
debian/README.test | 3 +--
debian/changelog | 10 ++++++++--
debian/compat | 2 +-
debian/control | 14 ++++++--------
debian/copyright | 10 ++++++----
debian/rules | 3 ++-
debian/watch | 2 +-
7 files changed, 25 insertions(+), 19 deletions(-)
diff --git a/debian/README.test b/debian/README.test
index 8d70ca3..57396d7 100644
--- a/debian/README.test
+++ b/debian/README.test
@@ -3,7 +3,6 @@ Notes on how this package can be tested.
This package can be tested by running the provided test:
-cd tests
-LC_ALL=C R --no-save < testthat.R
+ sh run-unit-test
in order to confirm its integrity.
diff --git a/debian/changelog b/debian/changelog
index 1d3227c..6df3b4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
-r-cran-adephylo (1.1-6-2) UNRELEASED; urgency=medium
+r-cran-adephylo (1.1-10-1) unstable; urgency=medium
+ * New upstream version
* Fix cut-n-pasto (thanks to Michael Hudson-Doyle)
+ * Convert to dh-r
+ * Canonical homepage for CRAN
+ * Update d/copyright
+ * d/watch: version=4
+ * debhelper 10
- -- Andreas Tille <tille at debian.org> Thu, 30 Jun 2016 08:43:30 +0200
+ -- Andreas Tille <tille at debian.org> Tue, 20 Dec 2016 11:19:17 +0100
r-cran-adephylo (1.1-6-1) unstable; urgency=low
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 aadfe34..d068f64 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Andreas Tille <tille at debian.org>
Section: gnu-r
Priority: optional
-Build-Depends: debhelper (>= 9),
- cdbs,
+Build-Depends: debhelper (>= 10),
+ dh-r,
r-base-dev,
r-cran-ade4,
r-cran-ape,
@@ -13,17 +13,15 @@ Build-Depends: debhelper (>= 9),
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-adephylo/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-adephylo/trunk/
-Homepage: https://cran.r-project.org/web/packages/adephylo/
+Homepage: https://cran.r-project.org/package=adephylo
Package: r-cran-adephylo
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
- ${R:Depends},
- r-cran-ade4,
- r-cran-ape,
- r-cran-phylobase,
- r-cran-adegenet
+ ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R exploratory analyses for the phylogenetic comparative method
This GNU R package provides multivariate tools to analyze comparative
data, i.e. a phylogeny and some traits measured for each taxa.
diff --git a/debian/copyright b/debian/copyright
index 9511f4b..2047347 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,10 +1,12 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Contact: Thibaut Jombart <t.jombart at imperial.ac.uk>
-Source: https://cran.r-project.org/web/packages/adephylo/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact: Stéphane Dray <stephane.dray at univ-lyon1.fr>
+Upstream-Name: adephylo
+Source: https://cran.r-project.org/package=adephylo
Files: *
Copyright: 2013-2016 Thibaut Jombart <thibautjombart at gmail.com>,
- Stephane Dray
+ Stephane Dray <stephane.dray at univ-lyon1.fr>,
+ Anders Ellern Bilgrau
License: GPL-2+
Files: debian/*
diff --git a/debian/rules b/debian/rules
index 2fbba2d..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,4 @@
#!/usr/bin/make -f
-include /usr/share/R/debian/r-cran.mk
+%:
+ dh $@ --buildsystem R
diff --git a/debian/watch b/debian/watch
index a8c4904..b6a2fbc 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
-version=3
+version=4
http://cran.r-project.org/src/contrib/adephylo_([-0-9\.]*).tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-adephylo.git
More information about the debian-med-commit
mailing list