[med-svn] r13333 - in trunk/packages/R/r-cran-rocr/trunk/debian: . patches
Dirk Eddelbuettel
edd at alioth.debian.org
Wed Apr 17 11:47:30 UTC 2013
Author: edd
Date: 2013-04-17 11:47:30 +0000 (Wed, 17 Apr 2013)
New Revision: 13333
Added:
trunk/packages/R/r-cran-rocr/trunk/debian/patches/
trunk/packages/R/r-cran-rocr/trunk/debian/patches/namespace.patch
trunk/packages/R/r-cran-rocr/trunk/debian/patches/series
Modified:
trunk/packages/R/r-cran-rocr/trunk/debian/changelog
trunk/packages/R/r-cran-rocr/trunk/debian/control
Log:
ROCR (r-cran-rocr) upload 1.0-4-4 including a patch for a new NAMESPACE file
Modified: trunk/packages/R/r-cran-rocr/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-rocr/trunk/debian/changelog 2013-04-17 10:53:17 UTC (rev 13332)
+++ trunk/packages/R/r-cran-rocr/trunk/debian/changelog 2013-04-17 11:47:30 UTC (rev 13333)
@@ -1,5 +1,13 @@
-r-cran-rocr (1.0-4-4) UNRELEASED; urgency=low
+r-cran-rocr (1.0-4-4) unstable; urgency=low
+ [Dirk Eddelbuettel]
+ * NAMESPACE: Added with single line 'exportPattern("^[[:alpha:]]+")'
+ as R now requires a NAMESPACE file to be present
+ * debian/control: Set Build-Depends: to current R version
+ * debian/control: Set Standards-Version: to current version
+ * (Re-)building with R 3.0.0
+
+ [Andreas Tille]
* debian/upstream
- Remove wrong '|' after Reference field
- Moved DOI and PMID to Reference
Modified: trunk/packages/R/r-cran-rocr/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-rocr/trunk/debian/control 2013-04-17 10:53:17 UTC (rev 13332)
+++ trunk/packages/R/r-cran-rocr/trunk/debian/control 2013-04-17 11:47:30 UTC (rev 13333)
@@ -5,8 +5,8 @@
Uploaders: Steffen Moeller <moeller at debian.org>,
Charles Plessy <plessy at debian.org>,
Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 8), cdbs, r-base-dev (>= 2.10.0), r-cran-gplots, r-cran-gtools, r-cran-gdata
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 8), cdbs, r-base-dev (>= 3.0.0), r-cran-gplots, r-cran-gtools, r-cran-gdata
+Standards-Version: 3.9.4
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-rocr/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/R/r-cran-rocr/trunk/
Homepage: http://rocr.bioinf.mpi-sb.mpg.de
Added: trunk/packages/R/r-cran-rocr/trunk/debian/patches/namespace.patch
===================================================================
--- trunk/packages/R/r-cran-rocr/trunk/debian/patches/namespace.patch (rev 0)
+++ trunk/packages/R/r-cran-rocr/trunk/debian/patches/namespace.patch 2013-04-17 11:47:30 UTC (rev 13333)
@@ -0,0 +1,10 @@
+Description: <short summary of the patch>
+ R 3.0.0 requires a NAMESPACE file in the top-level, this upstream package
+ currently does not have one.
+ The simple default export is fine.
+Reviewed-By: Dirk Eddelbuettel <edd at debian.org>
+Last-Update: <2013-04-14>
+--- /dev/null
++++ r-cran-rocr/NAMESPACE
+@@ -0,0 +1 @@
++exportPattern("^[[:alpha:]]+")
Added: trunk/packages/R/r-cran-rocr/trunk/debian/patches/series
===================================================================
--- trunk/packages/R/r-cran-rocr/trunk/debian/patches/series (rev 0)
+++ trunk/packages/R/r-cran-rocr/trunk/debian/patches/series 2013-04-17 11:47:30 UTC (rev 13333)
@@ -0,0 +1 @@
+namespace.patch
More information about the debian-med-commit
mailing list