[r-cran-raschsampler] 16/19: Convert to dh-r
Andreas Tille
tille at debian.org
Mon Dec 12 10:45:18 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-raschsampler.
commit 9bfd89e307661a691ef794e033e04d791bd39938
Author: Andreas Tille <tille at debian.org>
Date: Mon Dec 12 11:34:43 2016 +0100
Convert to dh-r
---
debian/changelog | 1 +
debian/control | 4 +++-
debian/rules | 9 ++-------
3 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e3447b8..6cef03f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ r-cran-raschsampler (0.8-8-1) UNRELEASED; urgency=medium
* Take over packaging into Debian Science team
* Consistent naming between source and binary package
* cme fix dpkg-control
+ * Convert to dh-r
-- Andreas Tille <tille at debian.org> Mon, 12 Dec 2016 11:27:27 +0100
diff --git a/debian/control b/debian/control
index 9e5b42d..bb56012 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: gnu-r
Priority: optional
Build-Depends: debhelper (>> 7),
r-base-dev,
- cdbs,
+ dh-r,
gfortran
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/r-cran-raschsampler.git
@@ -16,6 +16,8 @@ Architecture: any
Depends: ${shlibs:Depends},
${R:Depends},
${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R package for sampling binary matrices with fixed margins
This package implements an MCMC algorithm for sampling of binary
matrices with fixed margins complying to the Rasch model. Its
diff --git a/debian/rules b/debian/rules
index a04f618..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,4 @@
#!/usr/bin/make -f
-# debian/rules file for the Debian/GNU Linux r-cran-* packages
-# We don't want to include the cdbs patchsys, as we're using source
-# format 3.0 (quilt). The following line makes cdbs skip trying to
-# load it (it is included by /usr/share/R/debian/r-cran.mk).
-_cdbs_rules_patchsys = 1
-
-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-raschsampler.git
More information about the debian-science-commits
mailing list