[med-svn] r23019 - trunk/packages/R/r-bioc-genefilter/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Tue Nov 8 16:44:20 UTC 2016
Author: tille
Date: 2016-11-08 16:44:20 +0000 (Tue, 08 Nov 2016)
New Revision: 23019
Modified:
trunk/packages/R/r-bioc-genefilter/trunk/debian/changelog
trunk/packages/R/r-bioc-genefilter/trunk/debian/control
trunk/packages/R/r-bioc-genefilter/trunk/debian/copyright
trunk/packages/R/r-bioc-genefilter/trunk/debian/rules
Log:
* New upstream version
* Convert to dh-r
* Generic BioConductor homepage
Modified: trunk/packages/R/r-bioc-genefilter/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-bioc-genefilter/trunk/debian/changelog 2016-11-08 13:17:30 UTC (rev 23018)
+++ trunk/packages/R/r-bioc-genefilter/trunk/debian/changelog 2016-11-08 16:44:20 UTC (rev 23019)
@@ -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 <tille at debian.org> Tue, 08 Nov 2016 09:58:43 +0100
+
r-bioc-genefilter (1.54.2-1) unstable; urgency=medium
* New upstream version
Modified: trunk/packages/R/r-bioc-genefilter/trunk/debian/control
===================================================================
--- trunk/packages/R/r-bioc-genefilter/trunk/debian/control 2016-11-08 13:17:30 UTC (rev 23018)
+++ trunk/packages/R/r-bioc-genefilter/trunk/debian/control 2016-11-08 16:44:20 UTC (rev 23019)
@@ -4,7 +4,7 @@
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 @@
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.
Modified: trunk/packages/R/r-bioc-genefilter/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-bioc-genefilter/trunk/debian/copyright 2016-11-08 13:17:30 UTC (rev 23018)
+++ trunk/packages/R/r-bioc-genefilter/trunk/debian/copyright 2016-11-08 16:44:20 UTC (rev 23019)
@@ -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 <maintainer at bioconductor.org>
-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 <tille at debian.org>
+Copyright: 2013-2016 Andreas Tille <tille at debian.org>
License: Artistic-2.0
License: Artistic-2.0
Modified: trunk/packages/R/r-bioc-genefilter/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-bioc-genefilter/trunk/debian/rules 2016-11-08 13:17:30 UTC (rev 23018)
+++ trunk/packages/R/r-bioc-genefilter/trunk/debian/rules 2016-11-08 16:44:20 UTC (rev 23019)
@@ -1,4 +1,4 @@
#!/usr/bin/make -f
-debRreposname=bioc
-include /usr/share/R/debian/r-cran.mk
+%:
+ dh $@ --buildsystem R
More information about the debian-med-commit
mailing list