[med-svn] [r-cran-shape] 01/08: Convert from cdbs to dh-r

Andreas Tille tille at debian.org
Fri Sep 29 13:50:17 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-shape.

commit 2e5de80ef7eef52f030b14ee235030555bd7f76e
Author: Andreas Tille <tille at debian.org>
Date:   Fri Sep 29 15:43:16 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index a5f37bd..09f1340 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 r-cran-shape (1.4.2-2) UNRELEASED; urgency=medium
 
   * Moved packaging from SVN to Git
+  * Convert from cdbs to dh-r
 
  -- Andreas Tille <tille at debian.org>  Fri, 29 Sep 2017 15:38:16 +0200
 
diff --git a/debian/control b/debian/control
index 9fb1827..3e42484 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,
                r-base-dev
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-shape.git
@@ -15,6 +15,8 @@ Package: r-cran-shape
 Architecture: all
 Depends: ${misc:Depends},
          ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R functions for plotting graphical shapes, colors
  This GNU R package provides functions for plotting graphical shapes such
  as ellipses, circles, cylinders, arrows, ...
diff --git a/debian/rules b/debian/rules
index 2fbba2d..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +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-med/r-cran-shape.git



More information about the debian-med-commit mailing list