[med-svn] [r-cran-fail] 03/06: Convert from cdbs to dh-r

Andreas Tille tille at debian.org
Thu Oct 19 10:54:16 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-fail.

commit 715ec3e2408e098e7cb70d84ad10d5863273217e
Author: Andreas Tille <tille at debian.org>
Date:   Thu Oct 19 12:49:41 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 1e0e5ff..4552992 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ r-cran-fail (1.3-2) UNRELEASED; urgency=medium
   * cme fix dpkg-control
   * Standards-Version: 4.1.1
   * debhelper 10
+  * Convert from cdbs to dh-r
 
  -- Andreas Tille <tille at debian.org>  Thu, 19 Oct 2017 12:46:36 +0200
 
diff --git a/debian/control b/debian/control
index 48ebb96..0682fc9 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Uploaders: Andreas Tille <tille at debian.org>
 Section: gnu-r
 Priority: optional
 Build-Depends: debhelper (>= 10),
-               cdbs,
-               r-base-dev (>= 3.0.0),
+               dh-r,
                r-cran-bbmisc
 Standards-Version: 4.1.1
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-fail.git
@@ -13,10 +12,11 @@ Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-fail.git
 Homepage: http://cran.r-project.org/web/packages/fail/
 
 Package: r-cran-fail
-Architecture: any
-Depends: ${shlibs:Depends},
-         ${R:Depends},
-         r-cran-bbmisc
+Architecture: all
+Depends: ${misc:Depends},
+         ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R File Abstraction Interface Layer (FAIL) mimicking a key-value store
  This package provides a File Abstraction Interface Layer (FAIL)
  mimicking a key-value store.  It is a more comfortable interface to work
diff --git a/debian/rules b/debian/rules
index 9c63da8..ae86733 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,8 @@
 #!/usr/bin/make -f
-# 							-*- makefile -*-
 
-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

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



More information about the debian-med-commit mailing list