[r-cran-tm] 05/12: Convert packaging from cdbs to dh-r

Andreas Tille tille at debian.org
Wed Oct 25 07:44:02 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-tm.

commit 56b001aa148c3719da39ac8df2fe47ca1886748d
Author: Andreas Tille <tille at debian.org>
Date:   Wed Oct 25 09:20:17 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 08f5497..34b9ef6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ r-cran-tm (0.7-1-1) UNRELEASED; urgency=medium
   * New upstream version
   * Secure URI in watch file
   * Standards-Version: 4.1.1
+  * Convert packaging from cdbs to dh-r
 
  -- Andreas Tille <tille at debian.org>  Wed, 25 Oct 2017 09:16:44 +0200
 
diff --git a/debian/control b/debian/control
index 2f805b7..12b3e60 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Uploaders: Daniel Pocock <daniel at pocock.pro>
 Section: gnu-r
 Priority: optional
 Build-Depends: debhelper (>= 9),
-               r-base-dev (>= 3.0.0),
-               cdbs,
+               dh-r,
                r-cran-nlp,
                r-cran-slam
 Standards-Version: 4.1.1
@@ -18,7 +17,7 @@ Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${R:Depends},
-         r-cran-nlp,
-         r-cran-slam
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: Text Mining functionality for R
  A framework for text mining applications within R.
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-science/packages/r-cran-tm.git



More information about the debian-science-commits mailing list