Codebase list frogr / 1a506f1
Debian release 0.8-3 Alberto Garcia 11 years ago
6 changed file(s) with 37 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 frogr (0.8-3) unstable; urgency=low
1
2 * Don't make builds fail because of deprecated API (Closes: #707379).
3 - allow-deprecated-api.patch: remove -DG_DISABLE_DEPRECATED and
4 friends from CFLAGS.
5 - debian/control: add dependency on dh-autoreconf.
6 - debian/rules: run dh --with autoreconf
7 * debian/copyright: update copyright years.
8
9 -- Alberto Garcia <agarcia@igalia.com> Thu, 09 May 2013 15:36:34 +0300
10
011 frogr (0.8-2) unstable; urgency=low
112
213 * Upload to unstable.
33 Maintainer: Alberto Garcia <agarcia@igalia.com>
44 Build-Depends: intltool,
55 debhelper (>= 9),
6 dh-autoreconf,
67 libgtk-3-dev (>= 3.4),
78 libglib2.0-dev (>= 2.32),
89 libgstreamer0.10-dev,
1111 License: LGPL-3
1212
1313 Files: debian/*
14 Copyright: 2010-2012 Alberto Garcia <agarcia@igalia.com>
14 Copyright: 2010-2013 Alberto Garcia <agarcia@igalia.com>
1515 License: GPL-3
1616
1717 License: GPL-3
0 From: Alberto Garcia <agarcia@igalia.com>
1 Subject: Fix FTBFS if any included header is using deprecated API
2 Bug-Debian: http://bugs.debian.org/707379
3 Forwarded: http://bugzilla.gnome.org/700005
4 Index: frogr/configure.ac
5 ===================================================================
6 --- frogr.orig/configure.ac
7 +++ frogr/configure.ac
8 @@ -14,7 +14,6 @@
9 # Extra verbose warning switches
10
11 CFLAGS="$CFLAGS -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGSEAL_ENABLE"
12 -CFLAGS="$CFLAGS -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED"
13
14 # (Platform independent) dependencies for frogr
15
16 Index: frogr/m4/.placeholder
17 ===================================================================
18 --- /dev/null
19 +++ frogr/m4/.placeholder
20 @@ -0,0 +1 @@
21 +autoreconf fails if the m4 directory is not present.
0 allow-deprecated-api.patch
00 #!/usr/bin/make -f
11 %:
2 dh $@
2 dh $@ --with autoreconf