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

Bug#776231: unblock: lua-rings/1.3.0-3



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)


Reply to: