[med-svn] [r-cran-catools] 03/07: Convert from cdbs to dh-r

Andreas Tille tille at debian.org
Thu Oct 19 08:44:36 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-catools.

commit 6b3c21ef85e478f4b5b6107aca96c5fd2bdacf1f
Author: Andreas Tille <tille at debian.org>
Date:   Thu Oct 19 10:33:30 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 913ff80..a252f85 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ r-cran-catools (1.17.1-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 10:30:16 +0200
 
diff --git a/debian/control b/debian/control
index b51dfd2..d6e498a 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Priority: optional
 Build-Depends: debhelper (>= 10),
                r-base-dev,
                r-cran-bitops,
-               cdbs
+               dh-r
 Standards-Version: 4.1.1
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-catools.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-catools.git
@@ -15,11 +15,11 @@ Homepage: http://cran.r-project.org/web/packages/caTools/
 
 Package: r-cran-catools
 Architecture: any
-Depends: ${R:Depends},
-         r-cran-bitops,
-         ${shlibs:Depends}
-Suggests: r-cran-mass,
-          r-cran-rpart
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R package providing various utility functions
  The packages features several basic utility functions including:
  moving (rolling, running) window statistic functions, read/write for GIF
diff --git a/debian/rules b/debian/rules
index ef838f7..529c38a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,5 @@
 #!/usr/bin/make -f
 
-include /usr/share/R/debian/r-cran.mk
+%:
+	dh $@ --buildsystem R
 
-clean::
-	rm -f src/caTools.so

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-catools.git



More information about the debian-med-commit mailing list