X-Git-Url: https://git.sur5r.net/?p=glabels;a=blobdiff_plain;f=debian%2Fpatches%2Fgnome-common-cleanup;fp=debian%2Fpatches%2Fgnome-common-cleanup;h=23cd9c0226dc90888a8bf26fc7bb0f725aedbc09;hp=0000000000000000000000000000000000000000;hb=8a9e63a85db67e805906f5c176360aae0e998c0f;hpb=38d44627bd551b2f3855ee44d2d1e3f03f30e2ce diff --git a/debian/patches/gnome-common-cleanup b/debian/patches/gnome-common-cleanup new file mode 100644 index 00000000..23cd9c02 --- /dev/null +++ b/debian/patches/gnome-common-cleanup @@ -0,0 +1,19 @@ +Description: Replace deprecated gnome-common macro + GNOME_COMPILER_WARNINGS has been deprecated. Replace it by call to + AX_COMPILER_FLAGS. +Author: Jakob Haufe +Bug-Debian: https://bugs.debian.org/830033 +Forwarded: https://github.com/jimevins/glabels/pull/18 +Last-Update: 2016-12-15 + +--- glabels-3.4.0.orig/configure.ac ++++ glabels-3.4.0/configure.ac +@@ -43,7 +43,7 @@ AC_SEARCH_LIBS([strerror],[cposix]) + AC_PROG_CC + AC_PROG_INSTALL + +-GNOME_COMPILE_WARNINGS ++AX_COMPILER_FLAGS + + AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal) + AC_PATH_PROG(GDK_PIXBUF_CSOURCE, gdk-pixbuf-csource)