[med-svn] r13660 - in trunk/packages/R/r-cran-diagnosismed/trunk/debian: . patches
Andreas Tille
tille at alioth.debian.org
Sun May 19 20:23:27 UTC 2013
Author: tille
Date: 2013-05-19 20:23:27 +0000 (Sun, 19 May 2013)
New Revision: 13660
Added:
trunk/packages/R/r-cran-diagnosismed/trunk/debian/patches/
trunk/packages/R/r-cran-diagnosismed/trunk/debian/patches/namespace.patch
trunk/packages/R/r-cran-diagnosismed/trunk/debian/patches/series
Modified:
trunk/packages/R/r-cran-diagnosismed/trunk/debian/changelog
Log:
Add NAMESPACE file
Modified: trunk/packages/R/r-cran-diagnosismed/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-diagnosismed/trunk/debian/changelog 2013-05-19 18:41:10 UTC (rev 13659)
+++ trunk/packages/R/r-cran-diagnosismed/trunk/debian/changelog 2013-05-19 20:23:27 UTC (rev 13660)
@@ -1,7 +1,5 @@
r-cran-diagnosismed (0.2.3-3) UNRELEASED; urgency=low
- FIXME: FTBFS: ERROR: a 'NAMESPACE' file is required
-
* debian/watch: DiagnosisMed was removed from CRAN and is only
available in the archive
* debian/control:
@@ -11,6 +9,9 @@
- normalised formating
* debian/copyright: DEP5
* debian/rules: Remove unneeded code to obtain R:Depends variable
+ * debian/patches/namespace.patch: Take over the patch written by
+ Dirk Eddelbuettel for r-cran-rocr because DiagnosisMed comes
+ without this file that is required since R 3.0.0
-- Andreas Tille <tille at debian.org> Fri, 17 May 2013 15:46:08 +0200
Added: trunk/packages/R/r-cran-diagnosismed/trunk/debian/patches/namespace.patch
===================================================================
--- trunk/packages/R/r-cran-diagnosismed/trunk/debian/patches/namespace.patch (rev 0)
+++ trunk/packages/R/r-cran-diagnosismed/trunk/debian/patches/namespace.patch 2013-05-19 20:23:27 UTC (rev 13660)
@@ -0,0 +1,10 @@
+Description: Add NAMESPACE
+ 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-diagnosismed/trunk/debian/patches/series
===================================================================
--- trunk/packages/R/r-cran-diagnosismed/trunk/debian/patches/series (rev 0)
+++ trunk/packages/R/r-cran-diagnosismed/trunk/debian/patches/series 2013-05-19 20:23:27 UTC (rev 13660)
@@ -0,0 +1 @@
+namespace.patch
More information about the debian-med-commit
mailing list