[r-cran-rprotobuf] 03/07: Convert to dh-r

Andreas Tille tille at debian.org
Thu Nov 17 11:36:35 UTC 2016


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

tille pushed a commit to tag debian/0.4.7-1
in repository r-cran-rprotobuf.

commit 7ca6ff5294bd8d0281b1452a9c32b097760c2366
Author: Andreas Tille <tille at debian.org>
Date:   Thu Nov 17 12:09:04 2016 +0100

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

diff --git a/debian/changelog b/debian/changelog
index cf8ecd4..51c02eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ r-cran-rprotobuf (0.4.7-1) UNRELEASED; urgency=medium
 
   * Team upload.
   * New upstream version
+  * Convert to dh-r
 
  -- Andreas Tille <tille at debian.org>  Thu, 17 Nov 2016 12:06:39 +0100
 
diff --git a/debian/control b/debian/control
index b9633a5..5d31d38 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Jonathon Love <jon at thon.cc>
 Section: gnu-r
 Priority: optional
 Build-Depends: debhelper (>= 9),
-               cdbs,
+               dh-r,
                r-base-dev,
                r-cran-rcpp,
                r-cran-rcurl,
@@ -19,10 +19,9 @@ Package: r-cran-rprotobuf
 Architecture: any
 Depends: ${R:Depends},
          ${misc:Depends},
-         ${shlibs:Depends},
-         r-base,
-         r-cran-rcpp,
-         r-cran-rcurl
+         ${shlibs:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R package providing an interface to the Protocol Buffers API
  r-cran-protobuf is a GNU R package providing an interface to the
  Protocol Buffers API. Protocol Buffers are a way of encoding structured
diff --git a/debian/rules b/debian/rules
index 6f03015..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/R/debian/r-cran.mk
-
-install/$(package)::
-	chmod -x $(debRlib)/RProtoBuf/unitTests/runit.addressbook.R
-	chmod -x $(debRlib)/RProtoBuf/unitTests/runit.bytes.R
-
+%:
+	dh $@ --buildsystem R

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-rprotobuf.git



More information about the debian-science-commits mailing list