[med-svn] [r-cran-cmprsk] 03/06: Convert from cdbs to dh-r
Andreas Tille
tille at debian.org
Thu Oct 19 09:20:52 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-cmprsk.
commit 87b73b59c0ac393423254e9e5db4e00f8ef4b683
Author: Andreas Tille <tille at debian.org>
Date: Thu Oct 19 11:00:43 2017 +0200
Convert from cdbs to dh-r
---
debian/changelog | 1 +
debian/control | 8 +++++---
debian/rules | 4 +++-
3 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 824108c..edcca2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ r-cran-cmprsk (2.2-7-3) UNRELEASED; urgency=medium
* Moved packaging from SVN to Git
* Standards-Version: 4.1.1
* debhelper 10
+ * Convert from cdbs to dh-r
-- Andreas Tille <tille at debian.org> Thu, 19 Oct 2017 10:56:23 +0200
diff --git a/debian/control b/debian/control
index ba0a4d3..6c9de3d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: gnu-r
Testsuite: autopkgtest
Priority: optional
Build-Depends: debhelper (>= 10),
- cdbs,
+ dh-r,
r-base-dev,
r-cran-survival
Standards-Version: 4.1.1
@@ -16,8 +16,10 @@ Homepage: https://cran.r-project.org/web/packages/cmprsk/
Package: r-cran-cmprsk
Architecture: any
Depends: ${shlibs:Depends},
- ${R:Depends},
- r-cran-survival
+ ${misc:Depends},
+ ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R subdistribution analysis of competing risks
This GNU R package supports estimation, testing and regression modeling
of subdistribution functions in competing risks, as described in Gray
diff --git a/debian/rules b/debian/rules
index 2fbba2d..529c38a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +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-cmprsk.git
More information about the debian-med-commit
mailing list