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

Bug#699335: marked as done (unblock: r-cran-genabel/1.7-0-2)



Your message dated Wed, 30 Jan 2013 13:07:19 +0000
with message-id <ab22d8b1d3aa6f158e9b83969767e1aa@mail.adsl.funky-badger.org>
and subject line Re: Bug#699335: unblock: r-cran-genabel/1.7-0-2
has caused the Debian Bug report #699335,
regarding unblock: r-cran-genabel/1.7-0-2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
699335: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699335
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
On 30.01.2013 12:33, Andreas Tille wrote:
Please unblock package r-cran-genabel

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

Unblocked.

Regards,

Adam

--- End Message ---

Reply to: