[med-svn] [r-cran-globals] 04/06: Convert to dh-r
Andreas Tille
tille at debian.org
Tue Nov 8 08:55:17 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-globals.
commit bad0c618daef07750d329001007d7f294da487e0
Author: Andreas Tille <tille at debian.org>
Date: Tue Nov 8 09:49:00 2016 +0100
Convert to dh-r
---
debian/changelog | 1 +
debian/control | 4 +++-
debian/rules | 5 +++--
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6cccf8b..60107a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ r-cran-globals (0.7.1-1) UNRELEASED; urgency=medium
* Team upload.
* New upstream version
+ * Convert to dh-r
-- Andreas Tille <tille at debian.org> Tue, 08 Nov 2016 09:46:48 +0100
diff --git a/debian/control b/debian/control
index bbea0fc..c2bd196 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Michael R. Crusoe <michael.crusoe at gmail.com>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
- cdbs,
+ dh-r,
r-base-dev,
r-cran-codetools
Standards-Version: 3.9.8
@@ -17,6 +17,8 @@ Architecture: any
Depends: ${R:Depends},
${misc:Depends},
${shlibs:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: R package: Identify Global Objects in R Expressions
Identifies global ("unknown") objects in R expressions by code inspection
using various strategies, e.g. conservative or liberal. The objective of this
diff --git a/debian/rules b/debian/rules
index 71809fc..529c38a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,5 @@
#!/usr/bin/make -f
-debRreposname=cran
-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-globals.git
More information about the debian-med-commit
mailing list