[r-cran-pwt8] 04/08: Convert to dh-r
Andreas Tille
tille at debian.org
Sun Jan 8 08:02:26 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-pwt8.
commit 9709939a9b9a11fdb96a22dcbc4ddd7f64e84444
Author: Andreas Tille <tille at debian.org>
Date: Sun Jan 8 08:50:42 2017 +0100
Convert to dh-r
---
debian/changelog | 1 +
debian/control | 7 +++++--
debian/rules | 3 ++-
3 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6f7a29a..0512e17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ r-cran-pwt8 (8.1.1-1) UNRELEASED; urgency=medium
* Team upload.
* New upstream version
* cme fix dpkg-control
+ * Convert to dh-r
-- Andreas Tille <tille at debian.org> Sun, 08 Jan 2017 08:47:48 +0100
diff --git a/debian/control b/debian/control
index 89a2702..3b1596e 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
r-base-dev,
- cdbs
+ dh-r
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/r-cran-pwt8.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/r-cran-pwt8.git
@@ -13,7 +13,10 @@ Homepage: http://cran.r-project.org/web/packages/pwt8/index.html
Package: r-cran-pwt8
Architecture: all
-Depends: ${R:Depends}
+Depends: ${R:Depends},
+ ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Enhances: r-cran-pwt
Description: GNU R package for the Penn World Tables (version 8)
This package contains the Penn World Tables (PWT) version 8, which provide
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-science/packages/r-cran-pwt8.git
More information about the debian-science-commits
mailing list