[r-cran-lavaan] 05/07: Convert to dh-r
Andreas Tille
tille at debian.org
Tue Nov 29 17:48:40 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-lavaan.
commit b5b5797f86b67f13152503369d990e6ed1cc40ae
Author: Andreas Tille <tille at debian.org>
Date: Tue Nov 29 18:33:25 2016 +0100
Convert to dh-r
---
debian/changelog | 1 +
debian/control | 10 ++++------
debian/rules | 6 ++----
3 files changed, 7 insertions(+), 10 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a25387e..ae345f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ r-cran-lavaan (0.5.22-1) UNRELEASED; urgency=medium
* New upstream version
* cme fix dpkg-control
* debhelper 10
+ * Convert to dh-r
-- Andreas Tille <tille at debian.org> Tue, 29 Nov 2016 18:30:01 +0100
diff --git a/debian/control b/debian/control
index f53e92f..7460a21 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 10),
r-base-dev,
- cdbs,
+ dh-r,
r-cran-mass,
r-cran-mnormt,
r-cran-pbivnorm,
@@ -18,11 +18,9 @@ Homepage: https://cran.r-project.org/web/packages/lavaan/
Package: r-cran-lavaan
Architecture: all
Depends: ${R:Depends},
- ${misc:Depends},
- r-cran-mass,
- r-cran-mnormt,
- r-cran-pbivnorm,
- r-cran-quadprog
+ ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R package for latent variable analysis -- lavaan
This package supplies latent variable analysis for R. One can
use lavaan to estimate a large variety of multivariate statistical models,
diff --git a/debian/rules b/debian/rules
index 96c9a81..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,4 @@
#!/usr/bin/make -f
-DPKG_EXPORT_BUILDFLAGS = 1
-
-include /usr/share/dpkg/buildflags.mk
-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-lavaan.git
More information about the debian-science-commits
mailing list