[med-svn] [r-cran-rngtools] 02/06: Convert to dh-r
Andreas Tille
tille at debian.org
Sun Nov 13 18:12:50 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-rngtools.
commit f6fd61aabf0d18df4c651d86b464e70dd40203e9
Author: Andreas Tille <tille at debian.org>
Date: Sun Nov 13 19:02:08 2016 +0100
Convert to dh-r
---
debian/changelog | 1 +
debian/control | 9 ++++-----
debian/rules | 6 ++----
3 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 56194b6..85f596e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ r-cran-rngtools (1.2.4-2) UNRELEASED; urgency=medium
* Team upload.
* Fix watch file
+ * Convert to dh-r
-- Andreas Tille <tille at debian.org> Sun, 13 Nov 2016 18:58:37 +0100
diff --git a/debian/control b/debian/control
index 64d20f7..1dee601 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
r-base-dev (>= 3.0.0),
- cdbs,
+ dh-r,
r-cran-pkgmaker (>= 0.20),
r-cran-stringr,
r-cran-digest
@@ -18,10 +18,9 @@ Package: r-cran-rngtools
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- ${R:Depends},
- r-cran-pkgmaker (>= 0.20),
- r-cran-stringr,
- r-cran-digest
+ ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R package for random number generators
This package contains a set of functions for working with Random Number
Generators (RNGs). In particular, it defines a generic S4 framework for
diff --git a/debian/rules b/debian/rules
index 5d36b3b..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,4 @@
#!/usr/bin/make -f
-include /usr/share/R/debian/r-cran.mk
-
-install/$(package)::
- chmod 644 $(debRlib)/$(cranName)/tests/runit.*
+%:
+ dh $@ --buildsystem R
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-rngtools.git
More information about the debian-med-commit
mailing list