[med-svn] [r-cran-distory] 10/14: Convert from cdbs to dh-r
Andreas Tille
tille at debian.org
Sat Sep 23 06:49:15 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-distory.
commit 53ff0764a871b24a52c223e22a2dbf1bed1d20c9
Author: Andreas Tille <tille at debian.org>
Date: Sat Sep 23 07:33:55 2017 +0200
Convert from cdbs to dh-r
---
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 4d07b53..972e877 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ r-cran-distory (1.4.3-1) UNRELEASED; urgency=medium
* New upstream version
* Move packaging from SVN to Git
* debhelper 10
+ * Convert from cdbs to dh-r
-- Andreas Tille <tille at debian.org> Sat, 23 Sep 2017 07:18:28 +0200
diff --git a/debian/control b/debian/control
index b5eb70c..427c1c0 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Andreas Tille <tille at debian.org>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 10),
- cdbs,
+ dh-r,
r-base-dev,
r-cran-ape
Standards-Version: 3.9.8
@@ -14,10 +14,11 @@ Homepage: https://cran.r-project.org/web/packages/distory
Package: r-cran-distory
Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- ${R:Depends},
- r-cran-ape
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+ ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R distance between phylogenetic histories
This GNU R package enables calculation of geodesic distance between
phylogenetic trees and associated functions.
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-distory.git
More information about the debian-med-commit
mailing list