[med-svn] r22913 - trunk/packages/R/r-bioc-annotate/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Wed Oct 26 15:05:12 UTC 2016
Author: tille
Date: 2016-10-26 15:05:11 +0000 (Wed, 26 Oct 2016)
New Revision: 22913
Modified:
trunk/packages/R/r-bioc-annotate/trunk/debian/changelog
trunk/packages/R/r-bioc-annotate/trunk/debian/control
trunk/packages/R/r-bioc-annotate/trunk/debian/copyright
trunk/packages/R/r-bioc-annotate/trunk/debian/rules
Log:
* New upstream version
* Convert to dh-r
* Generic BioConductor homepage
* New Build-Depends: r-cran-rcurl
Modified: trunk/packages/R/r-bioc-annotate/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-bioc-annotate/trunk/debian/changelog 2016-10-26 15:04:06 UTC (rev 22912)
+++ trunk/packages/R/r-bioc-annotate/trunk/debian/changelog 2016-10-26 15:05:11 UTC (rev 22913)
@@ -1,3 +1,12 @@
+r-bioc-annotate (1.52.0+dfsg-1) unstable; urgency=medium
+
+ * New upstream version
+ * Convert to dh-r
+ * Generic BioConductor homepage
+ * New Build-Depends: r-cran-rcurl
+
+ -- Andreas Tille <tille at debian.org> Wed, 26 Oct 2016 16:51:43 +0200
+
r-bioc-annotate (1.50.0+dfsg-1) unstable; urgency=medium
* New upstream version
Modified: trunk/packages/R/r-bioc-annotate/trunk/debian/control
===================================================================
--- trunk/packages/R/r-bioc-annotate/trunk/debian/control 2016-10-26 15:04:06 UTC (rev 22912)
+++ trunk/packages/R/r-bioc-annotate/trunk/debian/control 2016-10-26 15:05:11 UTC (rev 22913)
@@ -4,23 +4,23 @@
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
- cdbs,
+ dh-r,
r-base-dev,
r-bioc-annotationdbi (>= 1.32.0),
+ r-cran-rcurl,
r-cran-xtable,
r-cran-xml
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-bioc-annotate/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-bioc-annotate/trunk/
-Homepage: http://bioconductor.org/packages/release/bioc/html/annotate.html
+Homepage: https://bioconductor.org/packages/annotate/
Package: r-bioc-annotate
Architecture: any
Depends: ${R:Depends},
${misc:Depends},
${shlibs:Depends},
- r-bioc-annotationdbi (>= 1.32.0),
- r-cran-xtable,
- r-cran-xml
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: BioConductor annotation for microarrays
This BioConductor module provides methods for annotation for microarrays
Modified: trunk/packages/R/r-bioc-annotate/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-bioc-annotate/trunk/debian/copyright 2016-10-26 15:04:06 UTC (rev 22912)
+++ trunk/packages/R/r-bioc-annotate/trunk/debian/copyright 2016-10-26 15:05:11 UTC (rev 22913)
@@ -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: annotate
Upstream-Contact: Bioconductor Package Maintainer <maintainer at bioconductor.org>
-Source: http://bioconductor.org/packages/release/bioc/html/annotate.html
+Source: https://bioconductor.org/packages/annotate/
Files-Excluded: vignettes/HOWTOigenes.ps
Files: *
-Copyright: © 2006-2014 R. Gentleman
+Copyright: © 2006-2016 R. Gentleman
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-annotate/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-bioc-annotate/trunk/debian/rules 2016-10-26 15:04:06 UTC (rev 22912)
+++ trunk/packages/R/r-bioc-annotate/trunk/debian/rules 2016-10-26 15:05:11 UTC (rev 22913)
@@ -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