[med-svn] r22899 - trunk/packages/R/r-bioc-preprocesscore/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Wed Oct 26 12:11:35 UTC 2016
Author: tille
Date: 2016-10-26 12:11:34 +0000 (Wed, 26 Oct 2016)
New Revision: 22899
Modified:
trunk/packages/R/r-bioc-preprocesscore/trunk/debian/changelog
trunk/packages/R/r-bioc-preprocesscore/trunk/debian/control
trunk/packages/R/r-bioc-preprocesscore/trunk/debian/copyright
trunk/packages/R/r-bioc-preprocesscore/trunk/debian/rules
Log:
* New upstream version
* Convert to dh-r
* Generic BioConductor homepage
Modified: trunk/packages/R/r-bioc-preprocesscore/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-bioc-preprocesscore/trunk/debian/changelog 2016-10-26 12:09:27 UTC (rev 22898)
+++ trunk/packages/R/r-bioc-preprocesscore/trunk/debian/changelog 2016-10-26 12:11:34 UTC (rev 22899)
@@ -1,3 +1,11 @@
+r-bioc-preprocesscore (1.36.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 14:04:22 +0200
+
r-bioc-preprocesscore (1.34.0-1) unstable; urgency=medium
* New upstream version
Modified: trunk/packages/R/r-bioc-preprocesscore/trunk/debian/control
===================================================================
--- trunk/packages/R/r-bioc-preprocesscore/trunk/debian/control 2016-10-26 12:09:27 UTC (rev 22898)
+++ trunk/packages/R/r-bioc-preprocesscore/trunk/debian/control 2016-10-26 12:11:34 UTC (rev 22899)
@@ -2,21 +2,22 @@
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Andreas Tille <tille at debian.org>
Section: gnu-r
-Testsuite: autopkgtest
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-preprocesscore/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-bioc-preprocesscore/trunk/
-Homepage: http://bioconductor.org/packages/release/bioc/html/preprocessCore.html
+Homepage: https://bioconductor.org/packages/preprocessCore/
Package: r-bioc-preprocesscore
Architecture: any
Depends: ${R:Depends},
${shlibs:Depends},
${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: BioConductor collection of pre-processing functions
This BioConductor module contains a library of pre-processing
functions. It is imported by several other BioConductor modules.
Modified: trunk/packages/R/r-bioc-preprocesscore/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-bioc-preprocesscore/trunk/debian/copyright 2016-10-26 12:09:27 UTC (rev 22898)
+++ trunk/packages/R/r-bioc-preprocesscore/trunk/debian/copyright 2016-10-26 12:11:34 UTC (rev 22899)
@@ -1,14 +1,14 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: preprocessCore
Upstream-Contact: Benjamin Milo Bolstad <bmb at bmbolstad.com>
-Source: http://bioconductor.org/packages/release/bioc/html/preprocessCore.html
+Source: https://bioconductor.org/packages/preprocessCore/
Files: *
-Copyright: © 2006-2013 Benjamin Milo Bolstad <bmb at bmbolstad.com>
+Copyright: © 2006-2016 Benjamin Milo Bolstad <bmb at bmbolstad.com>
License: LGPL-2.1+
Files: debian/*
-Copyright: 2013 Andreas Tille <tille at debian.org>
+Copyright: 2016 Andreas Tille <tille at debian.org>
License: LGPL-2.1+
License: LGPL-2.1+
Modified: trunk/packages/R/r-bioc-preprocesscore/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-bioc-preprocesscore/trunk/debian/rules 2016-10-26 12:09:27 UTC (rev 22898)
+++ trunk/packages/R/r-bioc-preprocesscore/trunk/debian/rules 2016-10-26 12:11:34 UTC (rev 22899)
@@ -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