Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please consider unblocking of planned upload of package mate-system-tools The MATE packaging team received a patch for mate-system-tools from Ubuntu developer Logan Rose, that should make it into Debian jessie: * debian/patches: + Add 1004_include-cstdlib.patch. Fix implicit declaration and conversion to pointer of bsearch. (Closes: 773338). -> Fixes buildd warnings on several non-Intel/AMD architectures [1]. light+love, Mike [1] https://qa.debian.org/bls/packages/m/mate-system-tools.html unblock mate-system-tools/1.8.1+dfsg1-2 -- System Information: Debian Release: 8.0 APT prefers stable APT policy: (990, 'stable'), (500, 'testing-updates'), (500, 'testing-proposed-updates'), (500, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: sysvinit (via /sbin/init)
diff -Nru mate-system-tools-1.8.1+dfsg1/debian/changelog mate-system-tools-1.8.1+dfsg1/debian/changelog --- mate-system-tools-1.8.1+dfsg1/debian/changelog 2014-10-25 05:00:24.000000000 +0200 +++ mate-system-tools-1.8.1+dfsg1/debian/changelog 2015-01-16 11:39:16.000000000 +0100 @@ -1,3 +1,12 @@ +mate-system-tools (1.8.1+dfsg1-2) unstable; urgency=medium + + [ Logan Rosen ] + * debian/patches: + + Add 1004_include-cstdlib.patch. Fix implicit declaration and conversion + to pointer of bsearch. (Closes: 773338). + + -- Mike Gabriel <sunwea...@debian.org> Fri, 16 Jan 2015 11:38:58 +0100 + mate-system-tools (1.8.1+dfsg1-1) unstable; urgency=low [ Stefano Karapetsas ] diff -Nru mate-system-tools-1.8.1+dfsg1/debian/patches/1004_include-cstdlib.patch mate-system-tools-1.8.1+dfsg1/debian/patches/1004_include-cstdlib.patch --- mate-system-tools-1.8.1+dfsg1/debian/patches/1004_include-cstdlib.patch 1970-01-01 01:00:00.000000000 +0100 +++ mate-system-tools-1.8.1+dfsg1/debian/patches/1004_include-cstdlib.patch 2015-01-16 11:36:51.000000000 +0100 @@ -0,0 +1,16 @@ +Description: Fix implicit declaration and conversion to pointer of bsearch. +Author: Logan Rosen <lo...@ubuntu.com> +Abstract: + Include <stdlib.h> in connection.c to fix implicit declaration and + conversion to pointer of bsearch. + +--- a/src/network/connection.c ++++ b/src/network/connection.c +@@ -19,6 +19,7 @@ + */ + + #include <string.h> ++#include <stdlib.h> + + #include <glib/gi18n.h> + #include "gst.h" diff -Nru mate-system-tools-1.8.1+dfsg1/debian/patches/series mate-system-tools-1.8.1+dfsg1/debian/patches/series --- mate-system-tools-1.8.1+dfsg1/debian/patches/series 2014-10-25 04:19:18.000000000 +0200 +++ mate-system-tools-1.8.1+dfsg1/debian/patches/series 2015-01-16 11:41:21.000000000 +0100 @@ -1,5 +1,6 @@ 1002_add-keywords-to-desktop-files.patch 1003_use-NotShowIn-instead-of-OnlyShowIn.patch +1004_include-cstdlib.patch 2001_omit-gfdl-licensed-doc-files.patch 2002_fix-pkgconfig-bad-directive.patch 2003_launch-pkexec-wrappers.patch