[med-svn] [r-cran-vioplot] 03/05: Convert from cdbs to dh-r

Andreas Tille tille at debian.org
Fri Sep 29 21:12:34 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-vioplot.

commit 624684315079f66988a6d6cb858afb70e88d45f6
Author: Andreas Tille <tille at debian.org>
Date:   Fri Sep 29 23:04:50 2017 +0200

    Convert from cdbs to dh-r
---
 debian/changelog |  1 +
 debian/control   |  7 ++++---
 debian/rules     | 10 +++++-----
 3 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cca6998..35c565f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ r-cran-vioplot (0.2-3) UNRELEASED; urgency=medium
   * Moved packaging from SVN to Git
   * debhelper 10
   * Standards-Version: 4.1.1
+  * Convert from cdbs to dh-r
 
  -- Andreas Tille <tille at debian.org>  Fri, 29 Sep 2017 22:59:51 +0200
 
diff --git a/debian/control b/debian/control
index bd73dd0..196918e 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders: Steffen Moeller <moeller at debian.org>,
 Section: gnu-r
 Priority: optional
 Build-Depends: debhelper (>= 10),
-               cdbs,
+               dh-r,
                r-base-dev (>= 3.0),
                r-cran-sm
 Standards-Version: 4.1.1
@@ -16,8 +16,9 @@ Homepage: http://cran.r-project.org/web/packages/vioplot/index.html
 Package: r-cran-vioplot
 Architecture: all
 Depends: ${R:Depends},
-         ${misc:Depends},
-         r-cran-sm
+         ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R toolbox for violin plots
  Violin plots are a method of plotting numeric data. A violin plot is a
  combination of a box plot and a kernel density plot. Specifically, it
diff --git a/debian/rules b/debian/rules
index e65d5ff..0771f39 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
 
-export DEB_BUILD_HARDENING=1
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-include /usr/share/R/debian/r-cran.mk
+%:
+	dh $@ --buildsystem R
 
-install/$(package)::
-	rm -rf debian/$(package)/usr/lib/R/site-library/$(cranName)/LICENSE
+override_dh_install:
+	dh_install
+	find debian -name LICENSE -delete
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-vioplot.git



More information about the debian-med-commit mailing list