Your message dated Sat, 02 Feb 2013 14:28:27 +0100
with message-id <[email protected]>
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 [email protected]
immediately.)


-- 
699335: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699335
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
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 <[email protected]>  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 <[email protected]>
+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 2013-02-02 12:45, Adam D. Barratt wrote:
> On Sat, 2013-02-02 at 12:18 +0100, Andreas Tille wrote:
>> On Sat, Feb 02, 2013 at 11:08:27AM +0100, Niels Thykier wrote:
>>> By the looks of it, the version you uploaded to testing-proposed-updates
>>> has a higher version than the one in sid.
>>
>> That's correct.  It would be pretty easy to increase the version in sid
>> by uploading the latest upstream - once whe need to go the tpu route
>> anyway if we try to fix wheezy.  Do you want me to fix the problem I
>> created this way?
> 
> Well dak (quite reasonably) insists on the version on a package in
> testing being no higher than that in unstable, so we can't accept it "as
> is".
> 
> Regards,
> 
> Adam
> 
> 

With r-cran-genabel/1.7-3-1 in sid, I have approved the tpu upload
(r-cran-genabel/1.7-0-3).

~Niels

--- End Message ---

Reply via email to