[med-svn] [r-cran-beeswarm] 03/05: Switch from cdbs to dh-r
Andreas Tille
tille at debian.org
Thu Sep 28 15:16:47 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-beeswarm.
commit 5514f10cdc1ea57aae6ed6e5a624f71299d8dbfb
Author: Andreas Tille <tille at debian.org>
Date: Thu Sep 28 17:09:42 2017 +0200
Switch from cdbs to dh-r
---
debian/changelog | 1 +
debian/control | 4 +++-
debian/rules | 6 ++----
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 50d7ec6..b9166d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ r-cran-beeswarm (0.2.3-2) UNRELEASED; urgency=medium
* debhelper 10
* cme fix dpkg-control
* Standards-Version: 4.1.0 (no changes needed)
+ * Switch from cdbs to dh-r
-- Andreas Tille <tille at debian.org> Thu, 28 Sep 2017 17:07:02 +0200
diff --git a/debian/control b/debian/control
index 7a0fd17..b24835f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Dylan Aïssi <bob.dybian at gmail.com>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 10),
- cdbs,
+ dh-r,
r-base-dev (>= 3.1.0)
Standards-Version: 4.1.0
Vcs-Browser: https://anonscm.debian.org/git/debian-med/r-cran-beeswarm.git
@@ -15,6 +15,8 @@ Package: r-cran-beeswarm
Architecture: all
Depends: ${R:Depends},
${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: bee swarm plot, an alternative to stripchart
Beeswarm is an add-on package for the R statistical environment. The bee swarm
plot is a one-dimensional scatter plot like "stripchart", but with
diff --git a/debian/rules b/debian/rules
index 9c30f79..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,4 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-# debian/rules file for the Debian/GNU Linux r-cran-ape package
-
-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-beeswarm.git
More information about the debian-med-commit
mailing list