[med-svn] r22925 - trunk/packages/R/r-bioc-makecdfenv/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Thu Oct 27 09:28:54 UTC 2016
Author: tille
Date: 2016-10-27 09:28:54 +0000 (Thu, 27 Oct 2016)
New Revision: 22925
Modified:
trunk/packages/R/r-bioc-makecdfenv/trunk/debian/changelog
trunk/packages/R/r-bioc-makecdfenv/trunk/debian/control
trunk/packages/R/r-bioc-makecdfenv/trunk/debian/copyright
trunk/packages/R/r-bioc-makecdfenv/trunk/debian/rules
Log:
* New upstream version
* Convert to dh-r
* Generic BioConductor homepage
Modified: trunk/packages/R/r-bioc-makecdfenv/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-bioc-makecdfenv/trunk/debian/changelog 2016-10-27 08:48:38 UTC (rev 22924)
+++ trunk/packages/R/r-bioc-makecdfenv/trunk/debian/changelog 2016-10-27 09:28:54 UTC (rev 22925)
@@ -1,3 +1,11 @@
+r-bioc-makecdfenv (1.50.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 11:05:52 +0200
+
r-bioc-makecdfenv (1.48.0-1) unstable; urgency=medium
* New upstream version
Modified: trunk/packages/R/r-bioc-makecdfenv/trunk/debian/control
===================================================================
--- trunk/packages/R/r-bioc-makecdfenv/trunk/debian/control 2016-10-27 08:48:38 UTC (rev 22924)
+++ trunk/packages/R/r-bioc-makecdfenv/trunk/debian/control 2016-10-27 09:28:54 UTC (rev 22925)
@@ -4,20 +4,21 @@
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
- cdbs,
+ dh-r,
r-base-dev,
r-bioc-affy (>= 1.44.0)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-bioc-makecdfenv/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-bioc-makecdfenv/trunk/
-Homepage: http://bioconductor.org/packages/release/bioc/html/makecdfenv.html
+Homepage: https://bioconductor.org/packages/makecdfenv/
Package: r-bioc-makecdfenv
Architecture: any
Depends: ${R:Depends},
${misc:Depends},
${shlibs:Depends},
- r-bioc-affy (>= 1.44.0)
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: BioConductor CDF Environment Maker
This package has two functions. One reads a Affymetrix chip description
file (CDF) and creates a hash table environment containing the
Modified: trunk/packages/R/r-bioc-makecdfenv/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-bioc-makecdfenv/trunk/debian/copyright 2016-10-27 08:48:38 UTC (rev 22924)
+++ trunk/packages/R/r-bioc-makecdfenv/trunk/debian/copyright 2016-10-27 09:28:54 UTC (rev 22925)
@@ -1,10 +1,10 @@
-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: makecdfenv
Upstream-Contact: James W. MacDonald <jmacdon at med.umich.edu>
-Source: http://www.bioconductor.org/packages/release/bioc/html/makecdfenv.html
+Source: https://bioconductor.org/packages/makecdfenv/
Files: *
-Copyright: © 2006-2014 Rafael A. Irizarry <rafa at jhu.edu>,
+Copyright: © 2006-2016 Rafael A. Irizarry <rafa at jhu.edu>,
Laurent Gautier <laurent at cbs.dtu.dk>,
Wolfgang Huber <w.huber at dkfz-heidelberg.de>,
Ben Bolstad <bmb at bmbolstad.com>
@@ -12,7 +12,7 @@
Files: debian/*
-Copyright: 2013-2014 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-makecdfenv/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-bioc-makecdfenv/trunk/debian/rules 2016-10-27 08:48:38 UTC (rev 22924)
+++ trunk/packages/R/r-bioc-makecdfenv/trunk/debian/rules 2016-10-27 09:28:54 UTC (rev 22925)
@@ -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