[r-cran-lsmeans] 02/04: Convert to debhelper

Andreas Tille tille at debian.org
Fri Nov 4 12:31:11 UTC 2016


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

tille pushed a commit to branch master
in repository r-cran-lsmeans.

commit af90a7a443abfdf4cca4e6b5176a7c4087bdddfd
Author: Andreas Tille <tille at debian.org>
Date:   Fri Nov 4 13:08:08 2016 +0100

    Convert to debhelper
---
 debian/changelog |  8 ++++++++
 debian/control   | 14 ++++----------
 debian/rules     |  4 ++--
 3 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 996d067..f1e852e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+r-cran-lsmeans (2.24-1) UNRELEASED; urgency=medium
+
+  * Team upload
+  * New upstream release
+  * Convert to debhelper
+
+ -- Andreas Tille <tille at debian.org>  Fri, 04 Nov 2016 13:06:28 +0100
+
 r-cran-lsmeans (2.23-1) unstable; urgency=low
 
   * New upstream release 
diff --git a/debian/control b/debian/control
index 2fcf7b1..2cd19f8 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Jonathon Love <jon at thon.cc>
 Section: gnu-r
 Priority: optional
 Build-Depends: debhelper (>= 9),
-               cdbs,
+               dh-r,
                r-base-dev,
                r-cran-estimability,
                r-cran-nlme,
@@ -21,15 +21,9 @@ Homepage: http://cran.r-project.org/package=lsmeans
 Package: r-cran-lsmeans
 Architecture: all
 Depends: ${R:Depends},
-         ${misc:Depends},
-         r-base,
-         r-cran-estimability,
-         r-cran-nlme,
-         r-cran-coda (>= 0.17),
-         r-cran-multcomp,
-         r-cran-plyr,
-         r-cran-mvtnorm,
-         r-cran-xtable (>= 1:1.8-2)
+         ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R package providing least-squares means for linear, generalized linear, and mixed models
  The r-cran-lsmeans package is a GNU R package to obtain least-squares
  means for many linear, generalized linear, and mixed models.
diff --git a/debian/rules b/debian/rules
index 935f37f..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +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-lsmeans.git



More information about the debian-science-commits mailing list