[med-svn] [r-cran-cairo] 01/06: Convert from cdbs to dh-r

Andreas Tille tille at debian.org
Thu Oct 19 07:52:46 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-cairo.

commit 9a2fdbddab56118009c4d59fb45b318e98f1b41d
Author: Andreas Tille <tille at debian.org>
Date:   Thu Oct 19 09:35:05 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index b437e3b..2629d53 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ r-cran-cairo (1.5-9-3) UNRELEASED; urgency=medium
 
   * add missing copyright
   * Moved packaging from SVN to Git
+  * Convert from cdbs to dh-r
 
  -- Andreas Tille <tille at debian.org>  Thu, 19 Oct 2017 09:34:07 +0200
 
diff --git a/debian/control b/debian/control
index e27e3fa..ca64e07 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Andreas Tille <tille at debian.org>
 Section: gnu-r
 Priority: optional
 Build-Depends: debhelper (>= 9),
-               cdbs,
+               dh-r,
                libcairo2-dev,
                libxt-dev,
                r-base-dev
@@ -18,6 +18,8 @@ Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R graphics device using cairo graphics library
  GNUR R graphics device using cairo graphics library for creating high-
  quality bitmap (PNG, JPEG, TIFF), vector (PDF, SVG, PostScript) and
diff --git a/debian/rules b/debian/rules
index 2fbba2d..529c38a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,5 @@
 #!/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-med/r-cran-cairo.git



More information about the debian-med-commit mailing list