[r-cran-maps] 05/08: convert from cdbs to dh-r

Andreas Tille tille at debian.org
Thu Sep 7 09:17:41 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-maps.

commit 93c3ce98ff8186282e20b27476cefb4b58e8df62
Author: Andreas Tille <tille at debian.org>
Date:   Thu Sep 7 09:47:44 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 00a2a73..5bf9712 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ r-cran-maps (3.2.0-1) UNRELEASED; urgency=medium
   * Take over packaging into Debian Science team
   * Verified d/watch and express this by setting version=4
   * cme fix dpkg-control
+  * convert from cdbs to dh-r
 
  -- Andreas Tille <tille at debian.org>  Thu, 07 Sep 2017 09:31:55 +0200
 
diff --git a/debian/control b/debian/control
index ae3c42d..f23b190 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: gnu-r
 Priority: optional
 Build-Depends: debhelper (>> 9),
                r-base-dev (>= 3.0),
-               cdbs
+               dh-r
 Standards-Version: 4.1.0
 Vcs-Browser: https://anonscm.debian.org/git/debian-science/packages/r-cran-maps.git
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/r-cran-maps.git
@@ -16,8 +16,8 @@ Architecture: any
 Depends: ${R:Depends},
          ${shlibs:Depends},
          ${misc:Depends}
-Suggests: r-cran-mapproj,
-          r-cran-mapdata
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R support for producing geographic maps
  This package provides facilities for easily producing maps based on
  data sets in the GNU R statistical computing environment.  
diff --git a/debian/rules b/debian/rules
index b6f74f2..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,4 @@
 #!/usr/bin/make -f
-# 							-*- makefile -*-
-# debian/rules file for the Debian/GNU Linux r-cran-car package
-# Copyright 2003 by Dirk Eddelbuettel <edd at debian.org>
 
-include /usr/share/R/debian/r-cran.mk
-
-clean::
-	-(cd src; make clean)
+%:
+	dh $@ --buildsystem R

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-maps.git



More information about the debian-science-commits mailing list