[med-svn] [r-cran-data.table] 04/07: Convert to dh-r

Andreas Tille tille at debian.org
Sun Dec 4 16:23:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository r-cran-data.table.

commit 94790165bace876535dc74876938e3e288c90215
Author: Andreas Tille <tille at debian.org>
Date:   Sun Dec 4 16:46:06 2016 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 54a328f..1e8dbef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ r-cran-data.table (1.10.0-1) UNRELEASED; urgency=medium
 
   * New upstream version
   * cme fix dpkg-control
+  * Convert to dh-r
 
  -- Andreas Tille <tille at debian.org>  Sun, 04 Dec 2016 16:44:21 +0100
 
diff --git a/debian/control b/debian/control
index afdb83a..a97216d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders: Alba Crespi <crespialba+debian at gmail.com>,
 Section: gnu-r
 Priority: optional
 Build-Depends: debhelper (>= 9),
-               cdbs,
+               dh-r,
                r-base-dev,
                r-cran-chron
 Standards-Version: 3.9.8
@@ -17,8 +17,9 @@ Package: r-cran-data.table
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends},
-         ${R:Depends},
-         r-cran-chron
+         ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R extension of Data.frame
  Fast aggregation of large data (e.g. 100GB in RAM), fast ordered joins,
  fast add/modify/delete of columns by group using no copies at all, list
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-data.table.git



More information about the debian-med-commit mailing list