[med-svn] [r-cran-combinat] 03/08: Convert from cdbs to dh-r

Andreas Tille tille at debian.org
Thu Oct 19 09:39:40 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-combinat.

commit 20bd764f31c92f84120580da8fa0598c644c4b37
Author: Andreas Tille <tille at debian.org>
Date:   Thu Oct 19 11:29:16 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index ed487c9..abcb713 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ r-cran-combinat (0.0-8-5) UNRELEASED; urgency=low
   * cme fix dpkg-control
   * Standards-Version: 4.1.1
   * debhelper 10
+  * Convert from cdbs to dh-r
 
  -- Andreas Tille <tille at debian.org>  Thu, 19 Oct 2017 11:25:13 +0200
 
diff --git a/debian/control b/debian/control
index c349d56..a77f074 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,7 @@ Uploaders: Steffen Moeller <moeller 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-combinat.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-combinat.git
@@ -16,5 +15,7 @@ Package: r-cran-combinat
 Architecture: all
 Depends: ${misc:Depends},
          ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R package with utilities for combinatorics
  The R library provides routines for combinatorics.
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-combinat.git



More information about the debian-med-commit mailing list