[r-cran-sem] 03/07: Convert to dh-r
Andreas Tille
tille at debian.org
Sat Nov 26 22:19:13 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-sem.
commit e386564e19cb75ace25a3323fe8f32c7cc407f9b
Author: Andreas Tille <tille at debian.org>
Date: Sat Nov 26 22:17:53 2016 +0100
Convert to dh-r
---
debian/changelog | 1 +
debian/control | 4 +++-
debian/rules | 6 ++----
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f83139b..c085dda 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ r-cran-sem (3.1.8-1) UNRELEASED; urgency=medium
* Team upload
* New upstream version
+ * Convert to dh-r
-- Andreas Tille <tille at debian.org> Sat, 26 Nov 2016 22:15:24 +0100
diff --git a/debian/control b/debian/control
index 3055567..2ad109e 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
r-base-dev,
- cdbs,
+ dh-r,
r-cran-arm,
r-cran-boot,
r-cran-matrixcalc,
@@ -21,6 +21,8 @@ Architecture: any
Depends: ${R:Depends},
${misc:Depends},
${shlibs:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R functions for fitting structural equation models -- sem
GNU R package supplying functions for fitting general linear structural
equation models (with observed and latent variables) using the RAM
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-sem.git
More information about the debian-science-commits
mailing list