Control: tags 956973 + patch

Dear maintainer,

I've prepared an NMU for 4store (versioned as 1.1.6+20151109-2.1). The diff
is attached to this message.

--
Regards
Sudip

diff -Nru 4store-1.1.6+20151109/debian/changelog 
4store-1.1.6+20151109/debian/changelog
--- 4store-1.1.6+20151109/debian/changelog      2016-02-28 20:20:59.000000000 
+0000
+++ 4store-1.1.6+20151109/debian/changelog      2020-08-04 18:44:53.000000000 
+0100
@@ -1,3 +1,10 @@
+4store (1.1.6+20151109-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix ftbfs with GCC-10. (Closes: #956973)
+
+ -- Sudip Mukherjee <[email protected]>  Tue, 04 Aug 2020 18:44:53 
+0100
+
 4store (1.1.6+20151109-2) unstable; urgency=medium
 
   * Add patch 1011 to use _GNU_SOURCE instead of __USE_MISC.
diff -Nru 4store-1.1.6+20151109/debian/patches/1012_fix_ftbfs.patch 
4store-1.1.6+20151109/debian/patches/1012_fix_ftbfs.patch
--- 4store-1.1.6+20151109/debian/patches/1012_fix_ftbfs.patch   1970-01-01 
01:00:00.000000000 +0100
+++ 4store-1.1.6+20151109/debian/patches/1012_fix_ftbfs.patch   2020-08-04 
18:39:26.000000000 +0100
@@ -0,0 +1,19 @@
+Description: Fix ftbfs with GCC-10
+
+Author: Sudip Mukherjee <[email protected]>
+Bug-Debian: https://bugs.debian.org/956973
+Forwarded: no
+
+---
+
+--- 4store-1.1.6+20151109.orig/src/frontend/query.h
++++ 4store-1.1.6+20151109/src/frontend/query.h
+@@ -9,7 +9,7 @@
+ #include "query-cache.h"
+ #include "../common/4store.h"
+ 
+-GStaticMutex rasqal_mutex;
++extern GStaticMutex rasqal_mutex;
+ 
+ fs_query_state *fs_query_init(fsp_link *link, rasqal_world *rasworld, 
raptor_world *rapworld);
+ int fs_query_fini(fs_query_state *qs);
diff -Nru 4store-1.1.6+20151109/debian/patches/series 
4store-1.1.6+20151109/debian/patches/series
--- 4store-1.1.6+20151109/debian/patches/series 2016-02-28 20:12:32.000000000 
+0000
+++ 4store-1.1.6+20151109/debian/patches/series 2020-08-04 18:44:53.000000000 
+0100
@@ -8,3 +8,4 @@
 1010_fix_support_FS_STORE_ROOT.patch
 1011_gnu_source.patch
 2002_use_system_shared_libstemmer.patch
+1012_fix_ftbfs.patch

Reply via email to