[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#699335: unblock: r-cran-genabel/1.7-0-2



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package r-cran-genabel

The problem was fixed by backporting the solution from upstream (see debdiff).


unblock r-cran-genabel/1.7-0-2

-- System Information:
Debian Release: 6.0.6
Architecture: i386 (i686)

Kernel: Linux 2.6.36-xenU-4814-i386 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru r-cran-genabel-1.7-0/debian/changelog r-cran-genabel-1.7-0/debian/changelog
--- r-cran-genabel-1.7-0/debian/changelog	2012-01-13 04:56:35.000000000 +0000
+++ r-cran-genabel-1.7-0/debian/changelog	2013-01-30 12:12:07.000000000 +0000
@@ -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@debian.org>  Wed, 30 Jan 2013 13:11:06 +0100
+
 r-cran-genabel (1.7-0-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru r-cran-genabel-1.7-0/debian/patches/checkversion.patch r-cran-genabel-1.7-0/debian/patches/checkversion.patch
--- r-cran-genabel-1.7-0/debian/patches/checkversion.patch	1970-01-01 00:00:00.000000000 +0000
+++ r-cran-genabel-1.7-0/debian/patches/checkversion.patch	2013-01-30 12:16:44.000000000 +0000
@@ -0,0 +1,17 @@
+Author: Andreas Tille <tille@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)
diff -Nru r-cran-genabel-1.7-0/debian/patches/series r-cran-genabel-1.7-0/debian/patches/series
--- r-cran-genabel-1.7-0/debian/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ r-cran-genabel-1.7-0/debian/patches/series	2013-01-30 11:20:15.000000000 +0000
@@ -0,0 +1 @@
+checkversion.patch

Reply to: