[med-svn] r12868 - in trunk/packages/R/r-cran-genabel/tags: . 1.7-0-2/debian 1.7-0-2/debian/patches

Andreas Tille tille at alioth.debian.org
Wed Jan 30 12:36:30 UTC 2013


Author: tille
Date: 2013-01-30 12:36:29 +0000 (Wed, 30 Jan 2013)
New Revision: 12868

Added:
   trunk/packages/R/r-cran-genabel/tags/1.7-0-2/
   trunk/packages/R/r-cran-genabel/tags/1.7-0-2/debian/patches/
   trunk/packages/R/r-cran-genabel/tags/1.7-0-2/debian/patches/checkversion.patch
   trunk/packages/R/r-cran-genabel/tags/1.7-0-2/debian/patches/series
Modified:
   trunk/packages/R/r-cran-genabel/tags/1.7-0-2/debian/changelog
Log:
Tagged 1.7-0-2 that closes a RC bug


Modified: trunk/packages/R/r-cran-genabel/tags/1.7-0-2/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-genabel/tags/1.7-0-1/debian/changelog	2013-01-29 20:57:11 UTC (rev 12867)
+++ trunk/packages/R/r-cran-genabel/tags/1.7-0-2/debian/changelog	2013-01-30 12:36:29 UTC (rev 12868)
@@ -1,3 +1,11 @@
+r-cran-genabel (1.7-0-2) unstable; urgency=low
+
+  * Fixing the problem which prevents the package from loading while
+    checking the version on CRAN
+    Closes: #699260
+
+ -- Andreas Tille <tille at debian.org>  Wed, 30 Jan 2013 13:11:06 +0100
+
 r-cran-genabel (1.7-0-1) unstable; urgency=low
 
   * New upstream release.

Added: trunk/packages/R/r-cran-genabel/tags/1.7-0-2/debian/patches/checkversion.patch
===================================================================
--- trunk/packages/R/r-cran-genabel/tags/1.7-0-2/debian/patches/checkversion.patch	                        (rev 0)
+++ trunk/packages/R/r-cran-genabel/tags/1.7-0-2/debian/patches/checkversion.patch	2013-01-30 12:36:29 UTC (rev 12868)
@@ -0,0 +1,17 @@
+Author: Andreas Tille <tille at debian.org>
+Bug-Debian: http://bugs.debian.org/699260
+Description: Fixing the problem which prevents the package from loading while checking the version on CRAN
+Forwarded: not-needed
+Origin: Backported from upstream version 1.7-3 (2013.01.09)
+
+--- a/R/checkPackageVersionOnCRAN.R
++++ b/R/checkPackageVersionOnCRAN.R
+@@ -49,7 +49,7 @@ checkPackageVersionOnCRAN <- function(pa
+ 	# if failed in reading (pageContent is "try-error"), return NULL
+ 	if (class(pageContent) == "try-error") return(NULL)
+ 	# parse the page and get string starting with "Package source:"
+-	targetLine <- pageContent[grep("Package source:",pageContent)]
++	targetLine <- pageContent[grep("source:",pageContent)]
+ 	# split the string at "Package_" and ".tar.gz"; the element before the last will contain the version
+ 	splitPattern <- paste(packageName,"_|.tar.gz",sep="")
+ 	stringSplit <- strsplit(targetLine,splitPattern)

Added: trunk/packages/R/r-cran-genabel/tags/1.7-0-2/debian/patches/series
===================================================================
--- trunk/packages/R/r-cran-genabel/tags/1.7-0-2/debian/patches/series	                        (rev 0)
+++ trunk/packages/R/r-cran-genabel/tags/1.7-0-2/debian/patches/series	2013-01-30 12:36:29 UTC (rev 12868)
@@ -0,0 +1 @@
+checkversion.patch




More information about the debian-med-commit mailing list