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

Bug#776231: marked as done (unblock: lua-rings/1.3.0-3)



Your message dated Sun, 25 Jan 2015 19:39:34 +0000
with message-id <1422214774.2056.9.camel@adam-barratt.org.uk>
and subject line Re: Bug#776231: unblock: lua-rings/1.3.0-3
has caused the Debian Bug report #776231,
regarding unblock: lua-rings/1.3.0-3
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.)


-- 
776231: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776231
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 lua-rings

Version 1.3.0-3 fixes FTBFS bug #775622

debdiff:

File lists identical (after any substitutions)

Control files of package lua-rings: lines which differ (wdiff format)
---------------------------------------------------------------------
Version: [-1.3.0-2-] {+1.3.0-3+}

Control files of package lua-rings-dev: lines which differ (wdiff format)
-------------------------------------------------------------------------
Depends: lua-rings (= [-1.3.0-2)-] {+1.3.0-3)+}
Version: [-1.3.0-2-] {+1.3.0-3+}
gares@birba:~/Projects/pkg-lua/build-area$ debdiff lua-rings_1.3.0-2.dsc lua-
rings_1.3.0-3.dsc
dpkg-source: warning: extracting unsigned source package (/home/gares/Projects
/pkg-lua/build-area/lua-rings_1.3.0-2.dsc)
diff -Nru lua-rings-1.3.0/debian/changelog lua-rings-1.3.0/debian/changelog
--- lua-rings-1.3.0/debian/changelog    2013-08-23 15:39:26.000000000 +0200
+++ lua-rings-1.3.0/debian/changelog    2015-01-18 19:59:59.000000000 +0100
@@ -1,3 +1,9 @@
+lua-rings (1.3.0-3) unstable; urgency=medium
+
+  * Disable a cache related test on 5.2 (Close: #775622)
+
+ -- Enrico Tassi <gareuselesinge@debian.org>  Sun, 18 Jan 2015 19:58:11 +0100
+
 lua-rings (1.3.0-2) unstable; urgency=low

   * Fix Provides, was still mentioning a transitional package
diff -Nru lua-rings-1.3.0/debian/patches/0002-Disable-cache-test-on-5.2.patch
lua-rings-1.3.0/debian/patches/0002-Disable-cache-test-on-5.2.patch
--- lua-rings-1.3.0/debian/patches/0002-Disable-cache-test-on-5.2.patch
1970-01-01 01:00:00.000000000 +0100
+++ lua-rings-1.3.0/debian/patches/0002-Disable-cache-test-on-5.2.patch
2015-01-18 19:59:59.000000000 +0100
@@ -0,0 +1,21 @@
+From: Enrico Tassi <gareuselesinge@debian.org>
+Date: Sun, 18 Jan 2015 19:57:43 +0100
+Subject: Disable cache test on 5.2
+
+---
+ tests/test.lua | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tests/test.lua b/tests/test.lua
+index 6eb7de7..68dcbbb 100755
+--- a/tests/test.lua
++++ b/tests/test.lua
+@@ -136,7 +136,7 @@ assert (f1 == f2, "Cache is not working")
+ assert (f1 ~= f3, "Function `dostring' is producing the same function for
different strings")
+ assert (S:dostring"collectgarbage(); collectgarbage()")
+ local ok, f4 = S:dostring(chunk)
+-assert (f4 ~= f1, "Cache is not being collected")
++assert (f4 ~= f1 or _G._VERSION == "Lua 5.2", "Cache is not being collected")
+ local ok, f5 = S:dostring(chunk)
+ assert (f4 == f5, "Cache is not working")
+
diff -Nru lua-rings-1.3.0/debian/patches/series lua-
rings-1.3.0/debian/patches/series
--- lua-rings-1.3.0/debian/patches/series       2013-08-23 15:39:26.000000000
+0200
+++ lua-rings-1.3.0/debian/patches/series       2015-01-18 19:59:59.000000000
+0100
@@ -1 +1,2 @@
 0001-Fix-version-number-to-1.3.0.patch
+0002-Disable-cache-test-on-5.2.patch



unblock lua-rings/1.3.0-3

-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)

--- End Message ---
--- Begin Message ---
On Sun, 2015-01-25 at 19:54 +0100, Enrico Tassi wrote:
> Please unblock package lua-rings
> 
> Version 1.3.0-3 fixes FTBFS bug #775622

Unblocked.

btw, you typoed "Closes" in the changelog, so #775622 will need closing
manually.

Regards,

Adam 

--- End Message ---

Reply to: