[bamf] 01/02: debian/patches: Add 2003_allow-gtk3-deprecated-symbols.patch. Tolerate deprecation warnings from GTK3.
Mike Gabriel
sunweaver at debian.org
Wed Nov 30 09:30:58 UTC 2016
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository bamf.
commit 20f9f013260a53ae65abe735bc12b94d977ecb58
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Nov 30 10:10:26 2016 +0100
debian/patches: Add 2003_allow-gtk3-deprecated-symbols.patch. Tolerate deprecation warnings from GTK3.
---
debian/patches/2003_allow-gtk3-deprecated-symbols.patch | 14 ++++++++++++++
debian/patches/series | 1 +
2 files changed, 15 insertions(+)
diff --git a/debian/patches/2003_allow-gtk3-deprecated-symbols.patch b/debian/patches/2003_allow-gtk3-deprecated-symbols.patch
new file mode 100644
index 0000000..dd69726
--- /dev/null
+++ b/debian/patches/2003_allow-gtk3-deprecated-symbols.patch
@@ -0,0 +1,14 @@
+Description: Tolerate GTK3 deprecation warnings
+Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -155,7 +155,7 @@
+ AM_PATH_GTK_3_0
+
+ dnl CFLAGS
+-CFLAGS="$CFLAGS -Wall -Werror -Wempty-body -Wformat-security -Winit-self -Warray-bounds -Wimplicit-function-declaration -lm"
++CFLAGS="$CFLAGS -Wall -Wempty-body -Wformat-security -Winit-self -Warray-bounds -Wimplicit-function-declaration -lm"
+
+ AC_SUBST(BAMFDAEMON_CFLAGS)
+ AC_SUBST(BAMFDAEMON_LIBS)
diff --git a/debian/patches/series b/debian/patches/series
index 1cacdcb..431ef93 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
0001_allow-colon-separated-values-in-XDG-CURRENT-DESKTOP.patch
2001_build-using-mate-common.patch
2002_use-dbus-run-session-instead-of-dbus-launch.patch
+2003_allow-gtk3-deprecated-symbols.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/bamf.git
More information about the pkg-mate-commits
mailing list