[med-svn] [r-cran-genabel.data] 03/04: Convert from cdbs to dh-r

Andreas Tille tille at debian.org
Thu Oct 19 13:46:03 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-genabel.data.

commit cc5db9278add52d7eb282d0fa32d2a9639c51254
Author: Andreas Tille <tille at debian.org>
Date:   Thu Oct 19 15:44:41 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 0eadafb..b774d7d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ r-cran-genabel.data (1.0.0-2) 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 15:27:13 +0200
 
diff --git a/debian/control b/debian/control
index 1f9999f..6c64561 100644
--- a/debian/control
+++ b/debian/control
@@ -4,17 +4,18 @@ Uploaders: Andreas Tille <tille at debian.org>
 Section: gnu-r
 Priority: optional
 Build-Depends: debhelper (>= 10),
-               cdbs,
-               r-base-dev
+               dh-r
 Standards-Version: 4.1.1
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-genabel.data.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-genabel.data.git
 Homepage: http://cran.at.r-project.org/web/packages/GenABEL.data/
 
 Package: r-cran-genabel.data
-Architecture: any
-Depends: ${shlibs:Depends},
-         ${R:Depends}
+Architecture: all
+Depends: ${R:Depends},
+         ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: data package for genome-wide SNP association analysis
  The package offers the R library GenABEL for the hunt of genetic contributions
  to a disease (or any other pheonypical trait) by so called genome-wide
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-genabel.data.git



More information about the debian-med-commit mailing list