[med-svn] r22887 - trunk/packages/R/r-bioc-biocinstaller/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Wed Oct 26 11:09:55 UTC 2016
Author: tille
Date: 2016-10-26 11:09:54 +0000 (Wed, 26 Oct 2016)
New Revision: 22887
Modified:
trunk/packages/R/r-bioc-biocinstaller/trunk/debian/changelog
trunk/packages/R/r-bioc-biocinstaller/trunk/debian/control
trunk/packages/R/r-bioc-biocinstaller/trunk/debian/copyright
trunk/packages/R/r-bioc-biocinstaller/trunk/debian/rules
Log:
* New upstream version
* Convert to dh-r
* Generic BioConductor homepage
Modified: trunk/packages/R/r-bioc-biocinstaller/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-bioc-biocinstaller/trunk/debian/changelog 2016-10-26 11:04:58 UTC (rev 22886)
+++ trunk/packages/R/r-bioc-biocinstaller/trunk/debian/changelog 2016-10-26 11:09:54 UTC (rev 22887)
@@ -1,3 +1,11 @@
+r-bioc-biocinstaller (1.24.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 13:05:43 +0200
+
r-bioc-biocinstaller (1.22.1-1) unstable; urgency=medium
* New upstream version
Modified: trunk/packages/R/r-bioc-biocinstaller/trunk/debian/control
===================================================================
--- trunk/packages/R/r-bioc-biocinstaller/trunk/debian/control 2016-10-26 11:04:58 UTC (rev 22886)
+++ trunk/packages/R/r-bioc-biocinstaller/trunk/debian/control 2016-10-26 11:09:54 UTC (rev 22887)
@@ -4,17 +4,19 @@
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
- cdbs,
+ dh-r,
r-base-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-bioc-biocinstaller/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-bioc-biocinstaller/trunk/
-Homepage: http://bioconductor.org/packages/release/bioc/html/BiocInstaller.html
+Homepage: https://bioconductor.org/packages/BiocInstaller/
Package: r-bioc-biocinstaller
Architecture: all
Depends: ${R:Depends},
${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: Install/Update Bioconductor and CRAN Packages
This package is basically created to fulfill a dependency of the
r-bioc-affy package. Usually all BioConductor packages should be
Modified: trunk/packages/R/r-bioc-biocinstaller/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-bioc-biocinstaller/trunk/debian/copyright 2016-10-26 11:04:58 UTC (rev 22886)
+++ trunk/packages/R/r-bioc-biocinstaller/trunk/debian/copyright 2016-10-26 11:09:54 UTC (rev 22887)
@@ -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: BiocInstaller
Upstream-Contact: Bioconductor Package Maintainer <maintainer at bioconductor.org>
-Source: http://www.bioconductor.org/packages/release/bioc/html/BiocInstaller.html
+Source: https://bioconductor.org/packages/BiocInstaller/
Files: *
-Copyright: © 2006-2013 Dan Tenenbaum and Biocore Team
+Copyright: © 2006-2016 Dan Tenenbaum and Biocore Team
License: Artistic-2.0
Files: debian/*
-Copyright: 2013 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-biocinstaller/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-bioc-biocinstaller/trunk/debian/rules 2016-10-26 11:04:58 UTC (rev 22886)
+++ trunk/packages/R/r-bioc-biocinstaller/trunk/debian/rules 2016-10-26 11:09:54 UTC (rev 22887)
@@ -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