control: tags -1 + pending Dear Maintainer,
In order to allow the libsensors4 -> libsensors5 to finish, I have just uploaded a source NMU fixing bug #916054 (debdiff attached) to DELAYED/2. I hope this does not cause any troubles, and please let me know if this is an issue and would like me to cancel it. Regards, Aurelien -- Aurelien Jarno GPG: 4096R/1DDD8C9B aurel...@aurel32.net http://www.aurel32.net
diff -Nru procmeter3-3.6/debian/changelog procmeter3-3.6/debian/changelog --- procmeter3-3.6/debian/changelog 2014-03-22 16:38:22.000000000 +0100 +++ procmeter3-3.6/debian/changelog 2018-12-26 00:22:40.000000000 +0100 @@ -1,3 +1,11 @@ +procmeter3 (3.6-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/patches/loff_t.patch + + Fix build with glibc 2.28 Closes: #916054. + + -- Aurelien Jarno <aure...@debian.org> Wed, 26 Dec 2018 00:22:40 +0100 + procmeter3 (3.6-1) unstable; urgency=low * New upstream release diff -Nru procmeter3-3.6/debian/patches/loff_t.patch procmeter3-3.6/debian/patches/loff_t.patch --- procmeter3-3.6/debian/patches/loff_t.patch 1970-01-01 01:00:00.000000000 +0100 +++ procmeter3-3.6/debian/patches/loff_t.patch 2018-12-21 22:52:13.000000000 +0100 @@ -0,0 +1,18 @@ +Description: Fix compilation with newer glibc +Fixes compilation with newer glibc. +If _XOPEN_SOURCE is defined _DEFAULT_SOURCE needs to be defined explicit +to have the definition of loff_t. +Author: Aurelien Jarno <aure...@debian.org> +Bug-Debian: https://bugs.debian.org/916054 +Last-Update: 2018-12-21 + +--- procmeter3-3.6.orig/modules/longrun.c ++++ procmeter3-3.6/modules/longrun.c +@@ -15,6 +15,7 @@ + ***************************************/ + + #define _XOPEN_SOURCE 500 ++#define _DEFAULT_SOURCE + + #include <stdio.h> + #include <stdlib.h> diff -Nru procmeter3-3.6/debian/patches/series procmeter3-3.6/debian/patches/series --- procmeter3-3.6/debian/patches/series 2014-03-22 16:38:22.000000000 +0100 +++ procmeter3-3.6/debian/patches/series 2018-12-21 22:51:43.000000000 +0100 @@ -6,3 +6,4 @@ #include.patch dont-override-flags.patch libX11.patch +loff_t.patch
signature.asc
Description: PGP signature