[med-svn] [r-cran-hexbin] 03/07: Convert from cdbs to dh-r

Andreas Tille tille at debian.org
Thu Oct 19 17:03:50 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-hexbin.

commit ca958b59142ae9710d5ea365b962dd63249b757b
Author: Andreas Tille <tille at debian.org>
Date:   Thu Oct 19 18:44:10 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 2bbdc2e..cde9bb6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ r-cran-hexbin (1.27.1-2) UNRELEASED; urgency=medium
   * Moved packaging from SVN to Git
   * Standards-Version: 4.1.1
   * debhelper 10
+  * Convert from cdbs to dh-r
 
  -- Andreas Tille <tille at debian.org>  Thu, 19 Oct 2017 18:38:58 +0200
 
diff --git a/debian/control b/debian/control
index 3a4402d..b9e43fa 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,8 @@ Uploaders: Andreas Tille <tille at debian.org>
 Section: gnu-r
 Priority: optional
 Build-Depends: debhelper (>= 10),
-               r-base-dev,
-               r-cran-lattice,
-               cdbs
+               dh-r,
+               r-cran-lattice
 Standards-Version: 4.1.1
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-hexbin.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-hexbin.git
@@ -17,7 +16,8 @@ Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${R:Depends},
-         r-cran-lattice
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R hexagonal binning routines
  This GNU R package contains binning and plotting functions for hexagonal
  bins. Now uses and relies on grid graphics and formal (S4) classes and
diff --git a/debian/rules b/debian/rules
index 04a2c2a..0e5dae3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,10 @@
 #!/usr/bin/make -f
 
-include /usr/share/R/debian/r-cran.mk
+include /usr/share/dpkg/default.mk
 
-install/$(package)::
-	find debian/$(package)/ -type f -exec chmod 644 {} +
+%:
+	dh $@ --buildsystem R
+
+override_dh_fixperms:
+	dh_fixperms
+	find debian/$(DEB_SOURCE)/ -type f -exec -x \{\} \;

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



More information about the debian-med-commit mailing list