[mate-system-tools] 01/02: debian/patches: Add 1004_include-cstdlib.patch. Fix implicit declaration and conversion to pointer of bsearch. (Closes: 773338).

Mike Gabriel sunweaver at debian.org
Sat Jan 17 21:23:59 UTC 2015


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository mate-system-tools.

commit 156899179f167a0c0c90b9583d9b134c7b5556ea
Author: Logan Rosen <logan at ubuntu.com>
Date:   Fri Jan 16 11:38:12 2015 +0100

    debian/patches: Add 1004_include-cstdlib.patch. Fix implicit declaration and conversion to pointer of bsearch. (Closes: 773338).
---
 debian/patches/1004_include-cstdlib.patch | 16 ++++++++++++++++
 debian/patches/series                     |  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/1004_include-cstdlib.patch b/debian/patches/1004_include-cstdlib.patch
new file mode 100644
index 0000000..8540f48
--- /dev/null
+++ b/debian/patches/1004_include-cstdlib.patch
@@ -0,0 +1,16 @@
+Description: Fix implicit declaration and conversion to pointer of bsearch.
+Author: Logan Rosen <logan at 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 --git a/debian/patches/series b/debian/patches/series
index 9e9cbab..f0a185b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-system-tools.git



More information about the pkg-mate-commits mailing list