diff -Nru bamf-0.5.3+16.10.20160929/configure.ac bamf-0.5.3+17.04.20170406/configure.ac --- bamf-0.5.3+16.10.20160929/configure.ac 2016-09-29 16:12:00.000000000 +0000 +++ bamf-0.5.3+17.04.20170406/configure.ac 2017-04-06 13:10:24.000000000 +0000 @@ -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 -Werror -Wno-error=deprecated-declarations -Wempty-body -Wformat-security -Winit-self -Warray-bounds -Wimplicit-function-declaration -lm" AC_SUBST(BAMFDAEMON_CFLAGS) AC_SUBST(BAMFDAEMON_LIBS) diff -Nru bamf-0.5.3+16.10.20160929/debian/changelog bamf-0.5.3+17.04.20170406/debian/changelog --- bamf-0.5.3+16.10.20160929/debian/changelog 2017-04-06 13:12:16.000000000 +0000 +++ bamf-0.5.3+17.04.20170406/debian/changelog 2017-04-06 13:12:16.000000000 +0000 @@ -1,3 +1,13 @@ +bamf (0.5.3+17.04.20170406-0ubuntu1) zesty; urgency=medium + + [ Łukasz 'sil2100' Zemczak ] + * Add the gnome-common build-dependency to satisfy the gnome- + autogen.sh requirement. (LP: #1680104) + * As agreed with upstream, do not error out on deprecated + declarations. (LP: #1680104) + + -- Łukasz Zemczak Thu, 06 Apr 2017 13:10:47 +0000 + bamf (0.5.3+16.10.20160929-0ubuntu1) yakkety; urgency=medium [ Marco Trevisan (Treviño) ] diff -Nru bamf-0.5.3+16.10.20160929/debian/control bamf-0.5.3+17.04.20170406/debian/control --- bamf-0.5.3+16.10.20160929/debian/control 2017-04-06 13:12:16.000000000 +0000 +++ bamf-0.5.3+17.04.20170406/debian/control 2017-04-06 13:12:16.000000000 +0000 @@ -6,6 +6,7 @@ Build-Depends: dbus-x11, debhelper (>= 9), dh-autoreconf, + gnome-common, gobject-introspection (>= 1.41.4-1~), gtk-doc-tools, hicolor-icon-theme,