[med-svn] [r-cran-ape] 04/05: Convert to dh-r
Dylan Aïssi
bob.dybian-guest at moszumanska.debian.org
Sat Dec 3 22:56:06 UTC 2016
This is an automated email from the git hooks/post-receive script.
bob.dybian-guest pushed a commit to branch master
in repository r-cran-ape.
commit 860b061339f77da4819c0b99f9e1b5f30507dc84
Author: Dylan Aïssi <bob.dybian at gmail.com>
Date: Sat Dec 3 23:40:52 2016 +0100
Convert to dh-r
---
debian/changelog | 1 +
debian/control | 20 +++++++++-----------
debian/rules | 3 ++-
3 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 21dafdf..c60ef99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ r-cran-ape (4.0-1) UNRELEASED; urgency=medium
* New upstream release.
* Canonical homepage for CRAN.
* Update watch file.
+ * Convert to dh-r.
-- Dylan Aïssi <bob.dybian at gmail.com> Sat, 03 Dec 2016 22:57:54 +0100
diff --git a/debian/control b/debian/control
index 51fb610..b968cb9 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,10 @@ Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Dylan Aïssi <bob.dybian at gmail.com>
Build-Depends: debhelper (>= 9),
- r-base-dev (>= 3.1.0),
+ dh-r,
+ r-base-dev,
r-cran-nlme,
- r-cran-lattice,
- cdbs
+ r-cran-lattice
Standards-Version: 3.9.8
Homepage: https://cran.r-project.org/package=ape
Vcs-Browser: https://anonscm.debian.org/git/debian-med/r-cran-ape.git/
@@ -15,16 +15,14 @@ Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-ape.git/
Package: r-cran-ape
Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- ${R:Depends},
- r-cran-nlme,
- r-cran-lattice
-Suggests: phyml,
+Depends: ${R:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests},
clustalw,
- t-coffee,
+ mafft,
muscle,
- r-cran-expm
+ phyml,
+ t-coffee
Description: GNU R package for Analyses of Phylogenetics and Evolution
This package provides functions for reading, writing, plotting, and
manipulating phylogenetic trees, analyses of comparative data in a
diff --git a/debian/rules b/debian/rules
index 935f37f..529c38a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,5 @@
#!/usr/bin/make -f
-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/r-cran-ape.git
More information about the debian-med-commit
mailing list