Codebase list gummi / 4f513e0
dropped automake-subdirs.patch Daniel Stender 8 years ago
3 changed file(s) with 2 addition(s) and 22 deletion(s). Raw diff Collapse all Expand all
66 + upgrade_datadir.patch (applied upstream).
77 + add-missing-chooser-title.patch (originated from upstream).
88 + libgthread-2.0_link.patch (applied upstream).
9 + automake-subdirs.patch (applied upstream, src/Makefile.am).
910
10 -- Daniel Stender <debian@danielstender.com> Wed, 27 Jan 2016 20:57:49 +0100
11 -- Daniel Stender <debian@danielstender.com> Wed, 27 Jan 2016 21:01:08 +0100
1112
1213 gummi (0.6.5-7) unstable; urgency=medium
1314
+0
-20
debian/patches/automake-subdirs.patch less more
0 Description: automake1.14 warns about 'subdir-objects' not set
1 together with -Werror this leads to a build failure.
2 Origin: vendor
3 Bug: http://bugs.debian.org/725534
4 Author: gregor herrmann <gregoa@debian.org>
5 Last-Update: 2013-10-26
6 Applied-Upstream: https://github.com/alexandervdm/gummi/commit/4fad171
7 Upstream set subdir-objects for AUTOMAKE_OPTIONS in src/Makefile.am
8
9 --- a/configure.ac
10 +++ b/configure.ac
11 @@ -3,7 +3,7 @@
12
13 AC_PREREQ(2.65)
14 AC_INIT([Gummi], [0.6.5], [alexvandermey@gmail.com], [gummi], [http://gummi.midnightcoding.org/])
15 -AM_INIT_AUTOMAKE([foreign -Wall -Werror])
16 +AM_INIT_AUTOMAKE([foreign -Wall -Werror subdir-objects])
17
18 GETTEXT_PACKAGE=gummi
19 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [The gettext domain])
0 automake-subdirs.patch
10 use-system-synctex.patch