This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-bioc-genefilter.
commit 0e5c2654decf2b86fa2efbbdc49b4e60e3ebaf10 Author: Andreas Tille <[email protected]> Date: Tue Nov 8 16:44:20 2016 +0000 * New upstream version * Convert to dh-r * Generic BioConductor homepage --- debian/changelog | 8 ++++++++ debian/control | 12 +++++------- debian/copyright | 8 ++++---- debian/rules | 4 ++-- 4 files changed, 19 insertions(+), 13 deletions(-) diff --git a/debian/changelog b/debian/changelog index ee50ead..a29bed8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +r-bioc-genefilter (1.56.0-1) unstable; urgency=medium + + * New upstream version + * Convert to dh-r + * Generic BioConductor homepage + + -- Andreas Tille <[email protected]> Tue, 08 Nov 2016 09:58:43 +0100 + r-bioc-genefilter (1.54.2-1) unstable; urgency=medium * New upstream version diff --git a/debian/control b/debian/control index e363b53..2bde6f0 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Uploaders: Andreas Tille <[email protected]> Section: gnu-r Priority: optional Build-Depends: debhelper (>= 9), - cdbs, + dh-r, r-base-dev, r-bioc-annotationdbi, r-bioc-annotate, @@ -12,17 +12,15 @@ Build-Depends: debhelper (>= 9), Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-bioc-genefilter/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-bioc-genefilter/trunk/ -Homepage: http://bioconductor.org/packages/release/bioc/html/genefilter.html +Homepage: https://bioconductor.org/packages/genefilter/ Package: r-bioc-genefilter Architecture: any Depends: ${R:Depends}, ${misc:Depends}, - ${shlibs:Depends}, - r-bioc-annotationdbi, - r-bioc-annotate, - r-cran-survival -Suggests: r-cran-class + ${shlibs:Depends} +Recommends: ${R:Recommends} +Suggests: ${R:Suggests} Description: methods for filtering genes from microarray experiments This BioConductor module provides methods for filtering genes from microarray experiments. It contains some basic functions for filtering genes. diff --git a/debian/copyright b/debian/copyright index 5b70d04..041123b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,15 +1,15 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: genefilter Upstream-Contact: Bioconductor Package Maintainer <[email protected]> -Source: http://bioconductor.org/packages/release/bioc/html/genefilter.html +Source: https://bioconductor.org/packages/genefilter/ Files: * -Copyright: © 2006-2014 R. Gentleman, V. Carey, W. Huber, F. Hahne +Copyright: © 2006-2016 R. Gentleman, V. Carey, W. Huber, F. Hahne License: Artistic-2.0 Files: debian/* -Copyright: 2013 Andreas Tille <[email protected]> +Copyright: 2013-2016 Andreas Tille <[email protected]> License: Artistic-2.0 License: Artistic-2.0 diff --git a/debian/rules b/debian/rules index aeb12b3..68d9a36 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ #!/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-genefilter.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
