[med-svn] [r-cran-assertthat] 10/11: Convert from cdbs to dh-r
Andreas Tille
tille at debian.org
Thu Sep 28 15:30:59 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-assertthat.
commit 3b5a251487b408d7fb3bb4437c1c08df95632a7c
Author: Andreas Tille <tille at debian.org>
Date: Thu Sep 28 19:28:12 2017 +0200
Convert from cdbs to dh-r
---
debian/changelog | 1 +
debian/control | 8 +++++---
debian/rules | 3 ++-
3 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 70bf919..02e0b12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ r-cran-assertthat (0.2.0-1) UNRELEASED; urgency=medium
* Move packaging from SVN to Git
* debhelper 10
* Standards-Version: 4.1.0
+ * Convert from cdbs to dh-r
-- Andreas Tille <tille at debian.org> Thu, 28 Sep 2017 19:25:46 +0200
diff --git a/debian/control b/debian/control
index a1111a8..aef32ca 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 (>= 10),
- cdbs,
+ dh-r,
r-base-dev
Standards-Version: 4.1.0
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-assertthat.git/
@@ -13,8 +13,10 @@ Homepage: https://cran.r-project.org/web/packages/assertthat/
Package: r-cran-assertthat
Architecture: all
-Depends: ${misc:Depends},
- ${R:Depends}
+Depends: ${R:Depends},
+ ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R easy pre and post assertions
Assertthat is an extension to stopifnot() that makes it easy to declare
the pre and post conditions that you code should satisfy, while also
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-assertthat.git
More information about the debian-med-commit
mailing list