[med-svn] r22938 - trunk/packages/R/r-bioc-annotationhub/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Thu Oct 27 12:27:56 UTC 2016
Author: tille
Date: 2016-10-27 12:27:55 +0000 (Thu, 27 Oct 2016)
New Revision: 22938
Modified:
trunk/packages/R/r-bioc-annotationhub/trunk/debian/changelog
trunk/packages/R/r-bioc-annotationhub/trunk/debian/control
trunk/packages/R/r-bioc-annotationhub/trunk/debian/copyright
trunk/packages/R/r-bioc-annotationhub/trunk/debian/rules
Log:
* New upstream version
* Convert to dh-r
* Generic BioConductor homepage
Modified: trunk/packages/R/r-bioc-annotationhub/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-bioc-annotationhub/trunk/debian/changelog 2016-10-27 12:14:28 UTC (rev 22937)
+++ trunk/packages/R/r-bioc-annotationhub/trunk/debian/changelog 2016-10-27 12:27:55 UTC (rev 22938)
@@ -1,3 +1,11 @@
+r-bioc-annotationhub (2.6.0-1) unstable; urgency=medium
+
+ * New upstream version
+ * Convert to dh-r
+ * Generic BioConductor homepage
+
+ -- Andreas Tille <tille at debian.org> Thu, 27 Oct 2016 14:12:17 +0200
+
r-bioc-annotationhub (2.4.2-2) unstable; urgency=medium
* Fix autopkgtest (thanks to Gordon Ball for the patch)
Modified: trunk/packages/R/r-bioc-annotationhub/trunk/debian/control
===================================================================
--- trunk/packages/R/r-bioc-annotationhub/trunk/debian/control 2016-10-27 12:14:28 UTC (rev 22937)
+++ trunk/packages/R/r-bioc-annotationhub/trunk/debian/control 2016-10-27 12:27:55 UTC (rev 22938)
@@ -5,7 +5,7 @@
Testsuite: autopkgtest
Priority: optional
Build-Depends: debhelper (>= 9),
- cdbs,
+ dh-r,
r-base-dev,
r-bioc-annotationdbi,
r-bioc-biocinstaller,
@@ -14,16 +14,14 @@
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-bioc-annotationhub/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-bioc-annotationhub/trunk/
-Homepage: http://bioconductor.org/packages/release/bioc/html/AnnotationHub.html
+Homepage: https://bioconductor.org/packages/AnnotationHub/
Package: r-bioc-annotationhub
Architecture: all
Depends: ${R:Depends},
${misc:Depends},
- r-bioc-annotationdbi,
- r-bioc-biocinstaller,
- r-bioc-interactivedisplaybase,
- r-cran-httr
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R client to access AnnotationHub resources
This package provides a client for the Bioconductor AnnotationHub web
resource. The AnnotationHub web resource provides a central location
Modified: trunk/packages/R/r-bioc-annotationhub/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-bioc-annotationhub/trunk/debian/copyright 2016-10-27 12:14:28 UTC (rev 22937)
+++ trunk/packages/R/r-bioc-annotationhub/trunk/debian/copyright 2016-10-27 12:27:55 UTC (rev 22938)
@@ -1,14 +1,14 @@
-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: AnnotationHub
Upstream-Contact: Bioconductor Package Maintainer <maintainer at bioconductor.org>
-Source: http://bioconductor.org/packages/release/bioc/html/AnnotationHub.html
+Source: https://bioconductor.org/packages/AnnotationHub/
Files: *
Copyright: 2006-2016 Martin Morgan, Marc Carlson, Dan Tenenbaum, Sonali Arora
License: Artistic-2.0
Files: debian/*
-Copyright: 2013-2014 Andreas Tille <tille at debian.org>
+Copyright: 2016 Andreas Tille <tille at debian.org>
License: Artistic-2.0
License: Artistic-2.0
Modified: trunk/packages/R/r-bioc-annotationhub/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-bioc-annotationhub/trunk/debian/rules 2016-10-27 12:14:28 UTC (rev 22937)
+++ trunk/packages/R/r-bioc-annotationhub/trunk/debian/rules 2016-10-27 12:27:55 UTC (rev 22938)
@@ -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