[r-cran-brglm] 06/07: Convert from cdbs to dh-r

Andreas Tille tille at debian.org
Fri Sep 8 11:16:03 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-brglm.

commit 8275f4eb8531de62532160886ef5bd3354f26356
Author: Andreas Tille <tille at debian.org>
Date:   Fri Sep 8 13:07:47 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index baa7b90..e4c3878 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ r-cran-brglm (0.6.1-1) UNRELEASED; urgency=medium
   * debhelper 10
   * cme fix dpkg-control
   * canonical homepage for CRAN packages
+  * Convert from cdbs to dh-r
 
  -- Andreas Tille <tille at debian.org>  Fri, 08 Sep 2017 12:58:58 +0200
 
diff --git a/debian/control b/debian/control
index c7242b1..a0a13d7 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Priority: optional
 Build-Depends: r-base-dev,
                r-cran-profilemodel,
                debhelper (>= 10),
-               cdbs
+               dh-r
 Standards-Version: 4.1.0
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/r-cran-brglm.git
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/r-cran-brglm.git
@@ -14,10 +14,11 @@ Homepage: https://cran.r-project.org/package=brglm
 
 Package: r-cran-brglm
 Architecture: any
-Depends: r-base-core,
-         r-cran-profilemodel,
-         ${R:Depends},
-         ${shlibs:Depends}
+Depends: ${R:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R package for bias reduction in binomial-response GLMs
  Fit generalized linear models with binomial responses using either an
  adjusted-score approach to bias reduction or maximum penalized
diff --git a/debian/rules b/debian/rules
index 1f22180..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
 
-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-science/packages/r-cran-brglm.git



More information about the debian-science-commits mailing list