[med-svn] [r-cran-epibasix] 02/07: Convert from cdbs to dh-r
Andreas Tille
tille at debian.org
Thu Oct 19 10:21:46 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-epibasix.
commit 261e4f27949a8cbb621b89b5b5382e57ea48bbd1
Author: Andreas Tille <tille at debian.org>
Date: Thu Oct 19 12:15:56 2017 +0200
Convert from cdbs to dh-r
---
debian/changelog | 1 +
debian/control | 12 +++++-------
debian/rules | 3 ++-
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6a14a62..b311889 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ r-cran-epibasix (1.3-3) 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:13:24 +0200
diff --git a/debian/control b/debian/control
index 1ece25d..632bf77 100644
--- a/debian/control
+++ b/debian/control
@@ -4,20 +4,18 @@ Uploaders: Andreas Tille <tille at debian.org>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
- cdbs,
- r-base-dev
+ dh-r
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-epibasix.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-epibasix.git
Homepage: http://cran.r-project.org/web/packages/epibasix
Package: r-cran-epibasix
-Architecture: any
-Depends: ${shlibs:Depends},
+Architecture: all
+Depends: ${misc:Depends},
${R:Depends}
-Suggests: r-cran-surveillance,
- r-cran-epi,
- r-cran-epitools
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R Elementary Epidemiological Functions
Elementary Epidemiological Functions for a Graduate Epidemiology /
Biostatistics Course.
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-epibasix.git
More information about the debian-med-commit
mailing list