[r-cran-zelig] 94/102: Convert to dh-r

Andreas Tille tille at debian.org
Sun Jan 8 17:00:21 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-zelig.

commit 9e405532a16bbc4d63ade38680dcb9facdff721f
Author: Andreas Tille <tille at debian.org>
Date:   Sun Jan 8 10:05:18 2017 +0100

    Convert to dh-r
---
 debian/changelog |  1 +
 debian/control   | 18 ++++--------------
 debian/rules     | 10 ++--------
 3 files changed, 7 insertions(+), 22 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8660ee8..5562157 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ zelig (5.0-13-1) UNRELEASED; urgency=medium
   * Moved to Debian Science team maintenance
   * cme fix dpkg-control
   * Remove Conflicts: r-other-gking-zelig
+  * Convert to dh-r
 
  -- Andreas Tille <tille at debian.org>  Sun, 08 Jan 2017 09:57:52 +0100
 
diff --git a/debian/control b/debian/control
index 1cf2d74..2001c97 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Chris Lawrence <lawrencc at debian.org>
 Section: gnu-r
 Priority: optional
 Build-Depends: debhelper (>> 7),
-               cdbs,
+               dh-r,
                r-base-dev (>= 3.0),
                r-cran-mass,
                r-cran-nnet,
@@ -20,20 +20,10 @@ Homepage: http://gking.harvard.edu/zelig/
 
 Package: r-cran-zelig
 Architecture: all
-Depends: r-cran-mass,
-         r-cran-boot,
-         r-cran-mvtnorm,
-         r-cran-survival,
-         r-cran-zoo,
-         r-cran-sandwich,
-         r-cran-mcmcpack,
-         r-cran-coda,
-         r-cran-vgam,
-         r-cran-mgcv,
-         r-cran-nnet,
-         r-cran-lme4,
-         ${shlibs:Depends},
+Depends: ${misc:Depends},
          ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R package providing a unified front-end for estimating statistical models
  With thousands of contributors who have written hundreds of packaged
  routines, R can deal with nearly any statistical problem.  Although
diff --git a/debian/rules b/debian/rules
index 8da5c75..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +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>
 
-include /usr/share/R/debian/r-cran.mk
-
-common-binary-post-install-indep::
-	rm -vf debian/r-cran-zelig/usr/lib/R/site-library/Zelig/COPYING
-	rm -vf debian/r-cran-zelig/usr/lib/R/site-library/Zelig/LICENSE
+%:
+	dh $@ --buildsystem R

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



More information about the debian-science-commits mailing list