[med-svn] [r-cran-proto] 05/11: Switch to dh-r
Andreas Tille
tille at debian.org
Tue Dec 6 17:56:54 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-proto.
commit aafadee5a8461d0946f7bd83c2d1b844d3bf1af7
Author: Andreas Tille <tille at debian.org>
Date: Tue Dec 6 18:26:39 2016 +0100
Switch to dh-r
---
debian/changelog | 1 +
debian/control | 4 +++-
debian/rules | 3 ++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 46ab3ea..388beee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ r-cran-proto (1.0.0-1) UNRELEASED; urgency=medium
* New upstream version
* Remove Carlos Borroto from Uploaders, add myself to Uploaders
* cme fix dpkg-control
+ * Switch to dh-r
-- Andreas Tille <tille at debian.org> Tue, 06 Dec 2016 18:23:11 +0100
diff --git a/debian/control b/debian/control
index 03d6a61..ef2ab47 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Andreas Tille <tille at debian.org>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
- cdbs,
+ dh-r,
r-base-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-proto.git
@@ -16,6 +16,8 @@ Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: Prototype object-based programming
An object oriented system using object-based, also called prototype-
based, rather than class-based object oriented ideas.
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-proto.git
More information about the debian-med-commit
mailing list