[med-svn] r22911 - trunk/packages/R/r-bioc-biomart/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Wed Oct 26 15:02:56 UTC 2016
Author: tille
Date: 2016-10-26 15:02:56 +0000 (Wed, 26 Oct 2016)
New Revision: 22911
Modified:
trunk/packages/R/r-bioc-biomart/trunk/debian/changelog
trunk/packages/R/r-bioc-biomart/trunk/debian/control
trunk/packages/R/r-bioc-biomart/trunk/debian/copyright
trunk/packages/R/r-bioc-biomart/trunk/debian/rules
Log:
* New upstream version
* Convert to dh-r
* Generic BioConductor homepage
Modified: trunk/packages/R/r-bioc-biomart/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-bioc-biomart/trunk/debian/changelog 2016-10-26 14:39:50 UTC (rev 22910)
+++ trunk/packages/R/r-bioc-biomart/trunk/debian/changelog 2016-10-26 15:02:56 UTC (rev 22911)
@@ -1,3 +1,11 @@
+r-bioc-biomart (2.30.0-1) unstable; urgency=medium
+
+ * New upstream version
+ * Convert to dh-r
+ * Generic BioConductor homepage
+
+ -- Andreas Tille <tille at debian.org> Wed, 26 Oct 2016 16:54:48 +0200
+
r-bioc-biomart (2.28.0-1) unstable; urgency=medium
* New upstream version
Modified: trunk/packages/R/r-bioc-biomart/trunk/debian/control
===================================================================
--- trunk/packages/R/r-bioc-biomart/trunk/debian/control 2016-10-26 14:39:50 UTC (rev 22910)
+++ trunk/packages/R/r-bioc-biomart/trunk/debian/control 2016-10-26 15:02:56 UTC (rev 22911)
@@ -4,7 +4,7 @@
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
- cdbs,
+ dh-r,
r-base-dev,
r-bioc-annotationdbi (>= 1.28.0),
r-cran-xml,
@@ -12,15 +12,14 @@
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-bioc-biomart/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-bioc-biomart/trunk/
-Homepage: http://www.bioconductor.org/packages/release/bioc/html/biomaRt.html
+Homepage: https://bioconductor.org/packages/biomaRt/
Package: r-bioc-biomart
Architecture: all
Depends: ${R:Depends},
${misc:Depends},
- r-bioc-annotationdbi (>= 1.28.0),
- r-cran-xml,
- r-cran-rcurl
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R Interface to BioMart databases (Ensembl, COSMIC, Wormbase and Gramene)
In recent years a wealth of biological data has become available in
public data repositories. Easy access to these valuable data resources
Modified: trunk/packages/R/r-bioc-biomart/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-bioc-biomart/trunk/debian/copyright 2016-10-26 14:39:50 UTC (rev 22910)
+++ trunk/packages/R/r-bioc-biomart/trunk/debian/copyright 2016-10-26 15:02:56 UTC (rev 22911)
@@ -1,16 +1,16 @@
-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: biomaRt
Upstream-Contact: Steffen Durinck <sdurinck at gmail.com>
-Source: http://www.bioconductor.org/packages/release/bioc/html/biomaRt.html
+Source: https://bioconductor.org/packages/biomaRt/
Files: *
-Copyright: © 2006-2014 Steffen Durinck <sdurinck at gmail.com>,
+Copyright: © 2006-2016 Steffen Durinck <sdurinck at gmail.com>,
Wolfgang Huber <huber at ebi.ac.uk>
License: Artistic-2.0
Files: debian/*
-Copyright: 2013-2014 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-biomart/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-bioc-biomart/trunk/debian/rules 2016-10-26 14:39:50 UTC (rev 22910)
+++ trunk/packages/R/r-bioc-biomart/trunk/debian/rules 2016-10-26 15:02:56 UTC (rev 22911)
@@ -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