Codebase list cinnamon-menus / a8df911
Remove obsolete patch Margarita Manterola 7 years ago
3 changed file(s) with 1 addition(s) and 23 deletion(s). Raw diff Collapse all Expand all
00 cinnamon-menus (3.2.0-1) UNRELEASED; urgency=medium
11
22 * New upstream release.
3 * Remove obsolete fix_configure patch.
34
45 -- Margarita Manterola <marga@debian.org> Sat, 19 Nov 2016 12:28:17 +0100
56
+0
-22
debian/patches/fix_configure less more
0 From: Debian Cinnamon Team <pkg-cinnamon-team@lists.alioth.debian.org>
1 Date: Wed, 11 May 2016 20:56:57 +0200
2 Subject: fix_configure
3
4 ===================================================================
5 ---
6 configure.ac | 2 +-
7 1 file changed, 1 insertion(+), 1 deletion(-)
8
9 diff --git a/configure.ac b/configure.ac
10 index 0b022b8..096c3a4 100644
11 --- a/configure.ac
12 +++ b/configure.ac
13 @@ -32,7 +32,7 @@ PKG_CHECK_MODULES(GIO_UNIX, gio-unix-2.0 >= 2.29.15)
14 AC_SUBST(GIO_UNIX_CFLAGS)
15 AC_SUBST(GIO_UNIX_LIBS)
16
17 -GNOME_COMPILE_WARNINGS(yes)
18 +GNOME_COMPILE_WARNINGS=yes
19
20 AC_ARG_ENABLE(deprecation_flags,
21 [AC_HELP_STRING([--enable-deprecation-flags],
0 fix_configure
10 Migrate-away-from-gnome-common-deprecated-vars-and-macros.patch
21 Drop-gtkdocize-invocation.patch
32 Make-AX_-macros-optional.patch