[med-svn] [r-cran-batchjobs] 03/05: Convert from cdbs to dh-r
Andreas Tille
tille at debian.org
Thu Oct 19 05:17:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-cran-batchjobs.
commit 958fedfbc041a7e513b5fbd379886935d7c30dc3
Author: Andreas Tille <tille at debian.org>
Date: Thu Oct 19 06:55:01 2017 +0200
Convert from cdbs to dh-r
---
debian/changelog | 1 +
debian/control | 19 ++++++-------------
debian/rules | 9 +++++----
3 files changed, 12 insertions(+), 17 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 156719a..bf5d8d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ r-cran-batchjobs (1.6-2) UNRELEASED; urgency=medium
* cme fix dpkg-control
* Standards-Version: 4.1.1
* debhelper 10
+ * Convert from cdbs to dh-r
-- Andreas Tille <tille at debian.org> Thu, 19 Oct 2017 06:48:47 +0200
diff --git a/debian/control b/debian/control
index 0f91844..66a46f5 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Andreas Tille <tille at debian.org>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 10),
- cdbs,
+ dh-r,
r-base-dev (>= 3.0.0),
r-cran-bbmisc (>= 1.9),
r-cran-brew,
@@ -22,18 +22,11 @@ Homepage: http://cran.r-project.org/web/packages/BatchJobs/
Package: r-cran-batchjobs
Architecture: any
-Depends: ${shlibs:Depends},
- ${R:Depends},
- r-cran-bbmisc (>= 1.9),
- r-cran-brew,
- r-cran-checkmate,
- r-cran-digest,
- r-cran-rsqlite,
- r-cran-plyr,
- r-cran-stringr,
- r-cran-sendmailr,
- r-cran-fail
-Recommends: r-cran-mass
+Depends: ${R:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R batch computing
This GNU R package Provides Map, Reduce and Filter variants to generate
jobs on batch computing systems like PBS/Torque, LSF, SLURM and Sun Grid
diff --git a/debian/rules b/debian/rules
index 47400ac..ae86733 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,8 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-include /usr/share/R/debian/r-cran.mk
+%:
+ dh $@ --buildsystem R
-install/$(package)::
- rm -rf debian/$(package)/usr/lib/R/site-library/$(cranNameOrig)/LICENSE
+override_dh_install:
+ dh_install
+ find debian -name LICENSE -delete
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-batchjobs.git
More information about the debian-med-commit
mailing list