[med-svn] [r-cran-etm] 02/07: Convert from cdbs to dh-r
Andreas Tille
tille at debian.org
Thu Oct 19 10:38:31 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-etm.
commit 14c0ecea8963ff4d8c607d639794d1df61d924f9
Author: Andreas Tille <tille at debian.org>
Date: Thu Oct 19 12:32:43 2017 +0200
Convert from cdbs to dh-r
---
debian/changelog | 1 +
debian/control | 10 +++++-----
debian/rules | 3 ++-
3 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c172454..4e026e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ r-cran-etm (0.6-2-4) UNRELEASED; urgency=medium
* Moved packaging from SVN to Git
* Standards-Version: 4.1.1
+ * Convert from cdbs to dh-r
-- Andreas Tille <tille at debian.org> Thu, 19 Oct 2017 12:30:18 +0200
diff --git a/debian/control b/debian/control
index de4144f..31eb3b4 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,7 @@ Section: gnu-r
Testsuite: autopkgtest
Priority: optional
Build-Depends: debhelper (>= 9),
- cdbs,
- r-base-dev,
+ dh-r,
r-cran-lattice,
r-cran-survival
Standards-Version: 4.1.1
@@ -17,9 +16,10 @@ Homepage: https://cran.r-project.org/web/packages/etm/
Package: r-cran-etm
Architecture: any
Depends: ${shlibs:Depends},
- ${R:Depends},
- r-cran-lattice,
- r-cran-survival
+ ${misc:Depends},
+ ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R empirical transition matrix
This GNU R package provides matrix of transition probabilities for any
time-inhomogeneous multistate model with finite state space.
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-etm.git
More information about the debian-med-commit
mailing list