Control: tags 882955 + pending
Dear maintainer,
I've prepared an NMU for ufo-filters (versioned as 0.14.1+dfsg1-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I should cancel it.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
diff -Nru ufo-filters-0.14.1+dfsg1/debian/changelog ufo-filters-0.14.1+dfsg1/debian/changelog
--- ufo-filters-0.14.1+dfsg1/debian/changelog 2017-10-13 19:39:58.000000000 +0300
+++ ufo-filters-0.14.1+dfsg1/debian/changelog 2017-12-26 23:03:53.000000000 +0200
@@ -1,3 +1,10 @@
+ufo-filters (0.14.1+dfsg1-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Add upstream fix for FTBFS with glibc 2.25. (Closes: #882955)
+
+ -- Adrian Bunk <[email protected]> Tue, 26 Dec 2017 23:03:53 +0200
+
ufo-filters (0.14.1+dfsg1-1) unstable; urgency=medium
* New upstream release.
diff -Nru ufo-filters-0.14.1+dfsg1/debian/patches/0001-Fix-146-use-gnu99-instead-of-c99.patch ufo-filters-0.14.1+dfsg1/debian/patches/0001-Fix-146-use-gnu99-instead-of-c99.patch
--- ufo-filters-0.14.1+dfsg1/debian/patches/0001-Fix-146-use-gnu99-instead-of-c99.patch 1970-01-01 02:00:00.000000000 +0200
+++ ufo-filters-0.14.1+dfsg1/debian/patches/0001-Fix-146-use-gnu99-instead-of-c99.patch 2017-12-26 22:59:08.000000000 +0200
@@ -0,0 +1,39 @@
+From 8373b58c56d19833f166ccc95db4f9af3c4494a6 Mon Sep 17 00:00:00 2001
+From: Matthias Vogelgesang <[email protected]>
+Date: Tue, 28 Nov 2017 10:02:20 +0100
+Subject: Fix #146: use gnu99 instead of c99
+
+---
+ CMakeLists.txt | 2 --
+ src/CMakeLists.txt | 2 +-
+ 2 files changed, 1 insertion(+), 3 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 89c2890..fa80bb0 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -70,8 +70,6 @@ link_directories(${UFO_LIBRARY_DIRS})
+ add_definitions("-Wall -Wextra -fPIC")
+ add_definitions(-DG_LOG_DOMAIN="Ufo")
+
+-set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99")
+-
+ if (CMAKE_COMPILER_IS_GNUCC OR ("${CMAKE_C_COMPILER_ID}" STREQUAL "Clang"))
+ add_definitions("-Wno-unused-parameter")
+ endif ()
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 0f9802f..4c61f39 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -116,7 +116,7 @@ set(ufofilter_LIBS
+ ${UFO_LIBRARIES}
+ ${OpenCL_LIBRARIES})
+
+-set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99 -pedantic -Wall -Wextra -fPIC -Wno-unused-parameter -Wno-deprecated-declarations")
++set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99 -pedantic -Wall -Wextra -fPIC -Wno-unused-parameter -Wno-deprecated-declarations")
+
+ add_definitions(-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES)
+ #}}}
+--
+2.11.0
+
diff -Nru ufo-filters-0.14.1+dfsg1/debian/patches/series ufo-filters-0.14.1+dfsg1/debian/patches/series
--- ufo-filters-0.14.1+dfsg1/debian/patches/series 2017-10-13 19:38:42.000000000 +0300
+++ ufo-filters-0.14.1+dfsg1/debian/patches/series 2017-12-26 23:02:17.000000000 +0200
@@ -1 +1,2 @@
patch-conf.py-in-order-to-use-the-locall
+0001-Fix-146-use-gnu99-instead-of-c99.patch