[r-cran-mapproj] 04/07: Convert from cdbs to dh-r

Andreas Tille tille at debian.org
Fri Sep 8 08:10:01 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-mapproj.

commit 6a2344202b0002cd84c2193857a611e551af4543
Author: Andreas Tille <tille at debian.org>
Date:   Fri Sep 8 10:07:11 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index ac8c73a..e346fbf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ r-cran-mapproj (1.2-4-2) UNRELEASED; urgency=medium
   * debian/source/format: 3.0 (quilt)
   * cme fix dpkg-control
   * debhelper 10
+  * Convert from cdbs to dh-r
 
  -- Andreas Tille <tille at debian.org>  Fri, 08 Sep 2017 10:02:35 +0200
 
diff --git a/debian/control b/debian/control
index 346d9b9..71473f2 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: gnu-r
 Priority: optional
 Build-Depends: debhelper (>= 10),
                r-base-dev (>= 3.0),
-               cdbs,
+               dh-r,
                r-cran-maps (>= 2.3-2)
 Standards-Version: 4.1.0
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/r-cran-mapproj.git
@@ -14,11 +14,11 @@ Homepage: http://cran.r-project.org/package=mapproj
 
 Package: r-cran-mapproj
 Architecture: any
-Depends: ${R:Depends},
-         r-cran-maps (>= 2.3-2),
-         ${shlibs:Depends},
-         ${misc:Depends}
-Suggests: r-cran-mapdata
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R support for cartographic projections of map data
  This package provides facilities for easily producing cartographic
  projections of maps based on data sets in the GNU R statistical
diff --git a/debian/rules b/debian/rules
index 2eb444a..3631a90 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,8 @@
 #!/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
+%:
+	dh $@ --buildsystem R
 
-common-install-arch:: R_any_arch
-		rm -vf $(debRlib)/R.css $(debRlib)/$(cranName)/COPYING
+override_dh_fixperms:
+	dh_fixperms
+	find debian -name COPYING -delete

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



More information about the debian-science-commits mailing list