diff -Nru spacefm-1.0.6/debian/changelog spacefm-1.0.6/debian/changelog --- spacefm-1.0.6/debian/changelog 2018-04-29 20:36:49.000000000 +0000 +++ spacefm-1.0.6/debian/changelog 2018-12-15 16:13:04.000000000 +0000 @@ -1,6 +1,16 @@ +spacefm (1.0.6-4) unstable; urgency=medium + + * debian/patches: + + Add 0001-glibc-2.28-compatibility.patch for fix FTBFS with + glibc 2.28. (Closes: #916007) + * debian/control: + + Bump to Standards-Version to 4.2.1. + + -- Mateusz Łukasik Sat, 15 Dec 2018 17:13:04 +0100 + spacefm (1.0.6-3) unstable; urgency=medium - * Added all cases to postrm script. (Closes: #893237) + * Added all cases to postrm script. (Closes: #893237) -- Mateusz Łukasik Sun, 29 Apr 2018 22:36:49 +0200 diff -Nru spacefm-1.0.6/debian/control spacefm-1.0.6/debian/control --- spacefm-1.0.6/debian/control 2018-04-21 21:40:14.000000000 +0000 +++ spacefm-1.0.6/debian/control 2018-12-14 23:01:47.000000000 +0000 @@ -7,7 +7,7 @@ libglib2.0-dev, libstartup-notification0-dev, libgdk-pixbuf2.0-dev, libudev-dev, hicolor-icon-theme, libgtk-3-dev, libffmpegthumbnailer-dev -Standards-Version: 4.1.4 +Standards-Version: 4.2.1 Homepage: http://ignorantguru.github.io/spacefm/ Vcs-Git: https://github.com/mati75/spacefm.git Vcs-Browser: https://github.com/mati75/spacefm.git diff -Nru spacefm-1.0.6/debian/patches/0001-glibc-2.28-compatibility.patch spacefm-1.0.6/debian/patches/0001-glibc-2.28-compatibility.patch --- spacefm-1.0.6/debian/patches/0001-glibc-2.28-compatibility.patch 1970-01-01 00:00:00.000000000 +0000 +++ spacefm-1.0.6/debian/patches/0001-glibc-2.28-compatibility.patch 2018-12-14 22:59:21.000000000 +0000 @@ -0,0 +1,24 @@ +From cb8cda4ec4200752caf8d297e9395f32ec2a81d8 Mon Sep 17 00:00:00 2001 +From: FabioLolix +Date: Fri, 17 Aug 2018 13:18:40 +0200 +Subject: [PATCH] glibc 2.28 compatibility + +--- + src/main.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/main.c b/src/main.c +index 27f5614..2b45708 100644 +--- a/src/main.c ++++ b/src/main.c +@@ -23,6 +23,7 @@ + #include + #include + #include ++#include + + #include + +-- +2.18.0 + diff -Nru spacefm-1.0.6/debian/patches/series spacefm-1.0.6/debian/patches/series --- spacefm-1.0.6/debian/patches/series 2018-04-09 06:45:11.000000000 +0000 +++ spacefm-1.0.6/debian/patches/series 2018-12-14 22:59:29.000000000 +0000 @@ -3,3 +3,4 @@ fix-spelling-error.patch drop-gnome-common-macros.patch add_optional_close_last_tab.patch +0001-glibc-2.28-compatibility.patch