[med-svn] [r-bioc-pasillabamsubset] 04/04: Modernize packaging
Andreas Tille
tille at debian.org
Thu Nov 9 12:52:37 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-bioc-pasillabamsubset.
commit 983a05871c7d24accf944ffe78e7e53ff0049e06
Author: Andreas Tille <tille at debian.org>
Date: Thu Nov 9 13:52:28 2017 +0100
Modernize packaging
---
debian/compat | 2 +-
debian/control | 15 +++++++--------
debian/rules | 5 +++--
3 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index f068f16..f69cb1b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,19 +3,19 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Andreas Tille <tille at debian.org>
Section: gnu-r
Priority: optional
-Build-Depends: debhelper (>= 9),
- cdbs,
- r-base-dev
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 10),
+ dh-r
+Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-bioc-pasillabamsubset.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/r-bioc-pasillabamsubset.git
Homepage: http://bioconductor.org/packages/release/data/experiment/html/pasillaBamSubset.html
Package: r-bioc-pasillabamsubset
-Architecture: any
+Architecture: all
Depends: ${R:Depends},
- ${misc:Depends},
- ${shlibs:Depends}
+ ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: Subset of BAM files from "Pasilla" experiment
Subset of BAM files untreated1.bam (single-end reads) and
untreated3.bam (paired-end reads) from "Pasilla" experiment (Pasilla
@@ -25,4 +25,3 @@ Description: Subset of BAM files from "Pasilla" experiment
provided by NCBI Gene Expression Omnibus under accession numbers
GSM461176 to GSM461181. Also contains the DNA sequence for fly
chromosome 4 to which the reads can be mapped.
-
diff --git a/debian/rules b/debian/rules
index aeb12b3..529c38a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,5 @@
#!/usr/bin/make -f
-debRreposname=bioc
-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-med/r-bioc-pasillabamsubset.git
More information about the debian-med-commit
mailing list