[r-cran-dynlm] 01/04: Switch from cdbs to dh-r.

Sébastien Villemot sebastien at debian.org
Thu Jun 8 09:51:42 UTC 2017


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository r-cran-dynlm.

commit 161b5d9b7792d50f8cf202420e244133ec0f912c
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Thu Jun 8 11:47:21 2017 +0200

    Switch from cdbs to dh-r.
---
 debian/control | 7 ++++---
 debian/rules   | 3 ++-
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index fd6db74..b9622e0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: gnu-r
 Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Sébastien Villemot <sebastien at debian.org>
-Build-Depends: debhelper (>= 10), r-base-dev, cdbs, r-cran-zoo, r-cran-car,
+Build-Depends: debhelper (>= 10), r-base-dev, dh-r, r-cran-zoo, r-cran-car,
                r-cran-lmtest
 Standards-Version: 3.9.8
 Homepage: https://cran.r-project.org/package=dynlm
@@ -12,8 +12,9 @@ Vcs-Browser: https://anonscm.debian.org/git/debian-science/packages/r-cran-dynlm
 
 Package: r-cran-dynlm
 Architecture: all
-Depends: ${misc:Depends}, ${R:Depends}, r-cran-zoo, r-cran-car, r-cran-lmtest
-Suggests: r-cran-sandwich, r-cran-strucchange
+Depends: ${misc:Depends}, ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R package for dynamic linear models and time series regression
  This R package provides a user-friendly interface for fitting dynamic linear
  models and time series regression relationships
diff --git a/debian/rules b/debian/rules
index 2fbba2d..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,4 @@
 #!/usr/bin/make -f
 
-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-dynlm.git



More information about the debian-science-commits mailing list