[med-svn] [r-cran-seroincidence] 01/04: Convert from cdbs to dh-r

Andreas Tille tille at debian.org
Fri Sep 29 18:50: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-seroincidence.

commit 5b04b467a214f0a8fec881b0f565a5634b57a3e2
Author: Andreas Tille <tille at debian.org>
Date:   Fri Sep 29 20:41:49 2017 +0200

    Convert from cdbs to dh-r
---
 debian/changelog | 1 +
 debian/control   | 5 +++--
 debian/rules     | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b2cab0e..2219359 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 r-cran-seroincidence (1.0.5-2) UNRELEASED; urgency=medium
 
   * Moved package from SVN to Git
+  * Convert from cdbs to dh-r
 
  -- Andreas Tille <tille at debian.org>  Fri, 29 Sep 2017 20:37:52 +0200
 
diff --git a/debian/control b/debian/control
index 2c0063f..cf54349 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 (>= 9),
-               cdbs,
+               dh-r,
                r-base-dev
 Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-seroincidence.git
@@ -15,7 +15,8 @@ Package: r-cran-seroincidence
 Architecture: all
 Depends: ${misc:Depends},
          ${R:Depends}
-Suggests: r-cran-knitr
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R seroincidence calculator tool
  Antibody levels measured in a cross-sectional population samples can be
  translated into an estimate of the frequency with which seroconversions
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-seroincidence.git



More information about the debian-med-commit mailing list