[med-svn] r22955 - trunk/packages/R/r-bioc-go.db/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Fri Oct 28 07:11:54 UTC 2016
Author: tille
Date: 2016-10-28 07:11:53 +0000 (Fri, 28 Oct 2016)
New Revision: 22955
Modified:
trunk/packages/R/r-bioc-go.db/trunk/debian/changelog
trunk/packages/R/r-bioc-go.db/trunk/debian/control
trunk/packages/R/r-bioc-go.db/trunk/debian/copyright
trunk/packages/R/r-bioc-go.db/trunk/debian/rules
Log:
* New upstream version
* Convert to dh-r
* Generic BioConductor homepage
Modified: trunk/packages/R/r-bioc-go.db/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-bioc-go.db/trunk/debian/changelog 2016-10-28 06:54:44 UTC (rev 22954)
+++ trunk/packages/R/r-bioc-go.db/trunk/debian/changelog 2016-10-28 07:11:53 UTC (rev 22955)
@@ -1,3 +1,11 @@
+r-bioc-go.db (3.4.0-1) unstable; urgency=medium
+
+ * New upstream version
+ * Convert to dh-r
+ * Generic BioConductor homepage
+
+ -- Andreas Tille <tille at debian.org> Fri, 28 Oct 2016 08:59:52 +0200
+
r-bioc-go.db (3.3.0-1) unstable; urgency=low
* Initial release (closes: #824805)
Modified: trunk/packages/R/r-bioc-go.db/trunk/debian/control
===================================================================
--- trunk/packages/R/r-bioc-go.db/trunk/debian/control 2016-10-28 06:54:44 UTC (rev 22954)
+++ trunk/packages/R/r-bioc-go.db/trunk/debian/control 2016-10-28 07:11:53 UTC (rev 22955)
@@ -4,19 +4,22 @@
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
- cdbs,
+ dh-r,
r-base-dev,
r-bioc-annotationdbi
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-bioc-go.db/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-bioc-go.db/trunk/
-Homepage: http://bioconductor.org/packages/release/data/annotation/html/GO.db.html
+Homepage: https://bioconductor.org/packages/GO.db/
Package: r-bioc-go.db
Architecture: all
Depends: ${R:Depends},
- ${misc:Depends},
- r-bioc-annotationdbi
+ ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: annotation maps describing the entire Gene Ontology
This package is part of BioConductor and provides a set of annotation
maps describing the entire Gene Ontology assembled using data from GO.
+ .
+ The package helps running the test suites of some BioConductor packages.
Modified: trunk/packages/R/r-bioc-go.db/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-bioc-go.db/trunk/debian/copyright 2016-10-28 06:54:44 UTC (rev 22954)
+++ trunk/packages/R/r-bioc-go.db/trunk/debian/copyright 2016-10-28 07:11:53 UTC (rev 22955)
@@ -1,7 +1,7 @@
-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: GO.db
Upstream-Contact: Bioconductor Package Maintainer <maintainer at bioconductor.org>
-Source: http://bioconductor.org/packages/release/data/annotation/html/GO.db.html
+Source: https://bioconductor.org/packages/GO.db/
Files: *
Copyright: 2006-2016 Marc Carlson
Modified: trunk/packages/R/r-bioc-go.db/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-bioc-go.db/trunk/debian/rules 2016-10-28 06:54:44 UTC (rev 22954)
+++ trunk/packages/R/r-bioc-go.db/trunk/debian/rules 2016-10-28 07:11:53 UTC (rev 22955)
@@ -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