[r-cran-ca] 04/08: Convert to dh-r
Andreas Tille
tille at debian.org
Fri Dec 16 22:04:56 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-ca.
commit 7d8f225ff1c01f015357ae3928423e10fed3db00
Author: Andreas Tille <tille at debian.org>
Date: Fri Dec 16 22:56:30 2016 +0100
Convert to dh-r
---
debian/changelog | 3 ++-
debian/control | 7 ++++---
debian/rules | 4 ++--
3 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 856e894..2a905e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-r-cran-ca (0.70-2) UNRELEASED; urgency=medium
+r-cran-ca (0.70-1) UNRELEASED; urgency=medium
* Team upload.
* New upstream version
* cme fix dpkg-control
+ * Convert to dh-r
-- Andreas Tille <tille at debian.org> Fri, 16 Dec 2016 22:54:30 +0100
diff --git a/debian/control b/debian/control
index 6bc4279..74a42a9 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Jonathon Love <jon at thon.cc>
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-science/packages/r-cran-ca.git
@@ -14,8 +14,9 @@ Homepage: http://www.carme-n.org/
Package: r-cran-ca
Architecture: all
Depends: ${R:Depends},
- ${misc:Depends},
- r-base
+ ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R package for simple, multiple and joint correspondence analysis
r-cran-ca is a GNU R package for computation and visualization of
simple, multiple and joint correspondence analysis
diff --git a/debian/rules b/debian/rules
index 935f37f..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +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-ca.git
More information about the debian-science-commits
mailing list