[r-cran-eco] 27/30: convert from cdbs to dh-r

Andreas Tille tille at debian.org
Thu Sep 7 07:21:00 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-eco.

commit 6f5f4be952af019d062f5f16335115e876d9f091
Author: Andreas Tille <tille at debian.org>
Date:   Thu Sep 7 09:14:45 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 2c59353..58e71c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ r-cran-eco (4.0-1-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:04:51 +0200
 
diff --git a/debian/control b/debian/control
index dda2fe2..da7399e 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Section: gnu-r
 Priority: optional
 Build-Depends: debhelper (>> 9),
                r-base-dev (>= 3.0),
-               r-cran-mass,
-               cdbs,
+               dh-r,
+               r-cran-mass
 Standards-Version: 4.1.0
 Vcs-Browser: https://anonscm.debian.org/git/debian-science/packages/r-cran-eco.git
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/r-cran-eco.git
@@ -16,9 +16,9 @@ Package: r-cran-eco
 Architecture: any
 Depends: ${R:Depends},
          ${shlibs:Depends},
-         r-cran-mass,
          ${misc:Depends}
-Suggests: r-cran-mcmcpack
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R routines for Bayesian ecological inference
  This is a set of routines for GNU R that implement Imai and Lu's
  parametric and nonparametric Bayesian ecological inference algorithms
diff --git a/debian/rules b/debian/rules
index 2f7c0cb..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +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>
 
-DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/buildflags.mk
-
-include /usr/share/R/debian/r-cran.mk
-
-common-install-arch:: R_any_arch
-		rm -vf $(debRlib)/R.css $(debRlib)/$(cranName)/COPYING
-
-clean::
-		find -name '*.o' -o -name '*.so' -print0 | xargs -r0 rm -f
+%:
+	dh $@ --buildsystem R

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



More information about the debian-science-commits mailing list