[r-cran-mcmcpack] 85/90: Convert to dh-r
Andreas Tille
tille at debian.org
Fri Dec 16 09:07:52 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-mcmcpack.
commit 596d060c247ad6c635d8294075f99091af09cc24
Author: Andreas Tille <tille at debian.org>
Date: Fri Dec 16 09:05:45 2016 +0100
Convert to dh-r
---
debian/changelog | 1 +
debian/control | 14 ++++----------
debian/rules | 24 ++----------------------
3 files changed, 7 insertions(+), 32 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 76700c5..5543373 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ r-cran-cmcpack (1.3-8-1) UNRELEASED; urgency=medium
* Consistent naming between source and binary package
* Take over packaging into Debian Science team
* cme fix dpkg-control
+ * Convert to dh-r
-- Andreas Tille <tille at debian.org> Fri, 16 Dec 2016 08:34:53 +0100
diff --git a/debian/control b/debian/control
index 5d56107..6dc9944 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,10 @@ Uploaders: Chris Lawrence <lawrencc at debian.org>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>> 9),
+ dh-r,
r-base-dev (>= 3.0),
r-cran-coda (>= 0.16),
r-cran-mass,
- cdbs,
r-cran-quantreg,
r-bioc-graph,
r-cran-mcmc
@@ -19,16 +19,10 @@ Homepage: http://mcmcpack.wustl.edu/
Package: r-cran-mcmcpack
Architecture: any
Depends: ${shlibs:Depends},
- r-cran-coda (>= 0.16),
- r-cran-mass,
${misc:Depends},
- ${R:Depends},
- r-cran-quantreg,
- r-bioc-graph,
- r-cran-mcmc
-Suggests: r-cran-bayesm,
- r-cran-eco,
- r-cran-mnp
+ ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: R routines for Markov chain Monte Carlo model estimation
This is a set of routines for GNU R that implement various
statistical and econometric models using Markov chain Monte Carlo
diff --git a/debian/rules b/debian/rules
index 2aeed9a..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,24 +1,4 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-# debian/rules file for the Debian/GNU Linux r-cran-mcmcpack package
-DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/buildflags.mk
-
-PKG_CFLAGS=$(CFLAGS)
-PKG_CXXFLAGS=$(CXXFLAGS)
-PKG_CPPFLAGS=$(CPPFLAGS)
-PKG_FFLAGS=$(FFLAGS)
-
-export PKG_CFLAGS PKG_CXXFLAGS PKG_CPPFLAGS PKG_FFLAGS
-
-makeFlags="LDFLAGS=$(LDFLAGS)"
-
-include /usr/share/R/debian/r-cran.mk
-
-## Remove extra license file
-common-install-arch::
- rm -vf debian/r-cran-mcmcpack/usr/lib/R/site-library/MCMCpack/LICENSE
-
-clean::
- rm -vf src/Makevars
+%:
+ dh $@ --buildsystem R
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-mcmcpack.git
More information about the debian-science-commits
mailing list