diff -Nru gnash-0.8.11~git20160608/debian/changelog gnash-0.8.11~git20160608/debian/changelog --- gnash-0.8.11~git20160608/debian/changelog 2018-02-22 05:19:18.000000000 +0000 +++ gnash-0.8.11~git20160608/debian/changelog 2018-03-27 02:49:53.000000000 +0000 @@ -1,16 +1,18 @@ -gnash (0.8.11~git20160608-1.3ubuntu1) bionic; urgency=medium +gnash (0.8.11~git20160608-1.4) unstable; urgency=medium - * debian/patches/agg-2.4-r127-compatibility.patch: fix compatibility with - agg 2.4r127. - Closes: #853424. + * Non-maintainer upload. - -- Steve Langasek Wed, 21 Feb 2018 21:19:18 -0800 + [ Steve Langasek ] + * Add agg-2.4-r127-compatibility.patch from Ubuntu: + - fix compatibility with agg 2.4r127. (Closes: #853424) -gnash (0.8.11~git20160608-1.3build1) bionic; urgency=medium + [ Jeremy Bicha ] + * Build without gconf support + * Remove Gabriele Giacone from Uploaders. Thank you for your contributions! + (Closes: #856756) + * Have gnucash-dev Suggest gnash-doc (Closes: #827372) - * No-change rebuild for boost soname change. - - -- Matthias Klose Thu, 26 Oct 2017 17:14:07 +0000 + -- Jeremy Bicha Mon, 26 Mar 2018 22:49:53 -0400 gnash (0.8.11~git20160608-1.3) unstable; urgency=medium diff -Nru gnash-0.8.11~git20160608/debian/control gnash-0.8.11~git20160608/debian/control --- gnash-0.8.11~git20160608/debian/control 2018-02-22 05:19:18.000000000 +0000 +++ gnash-0.8.11~git20160608/debian/control 2018-03-27 02:49:53.000000000 +0000 @@ -1,10 +1,8 @@ Source: gnash Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Debian Flash Team +Maintainer: Debian Flash Team Uploaders: Miriam Ruiz , Alexander Sack , - Gabriele Giacone <1o5g4r8o@gmail.com>, Tim Retout Build-Depends: autoconf, automake, @@ -29,7 +27,6 @@ libboost-iostreams-dev, libboost-program-options-dev, libcurl4-gnutls-dev | libcurl3-gnutls-dev | libcurl4-openssl-dev | libcurl3-openssl-dev, - libgconf2-dev, libgif-dev, libgtk2.0-dev, libjpeg-dev, @@ -297,6 +294,7 @@ Section: libdevel Depends: gnash-common (= ${binary:Version}), gnash-cygnal (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} +Suggests: gnash-doc Description: GNU Shockwave Flash (SWF) player - Development files GNU Gnash is a free GPL'd SWF player. It runs as a standalone application on either the desktop or embedded devices, or may be used as a plugin diff -Nru gnash-0.8.11~git20160608/debian/rules gnash-0.8.11~git20160608/debian/rules --- gnash-0.8.11~git20160608/debian/rules 2016-12-20 20:44:00.000000000 +0000 +++ gnash-0.8.11~git20160608/debian/rules 2018-03-27 02:49:53.000000000 +0000 @@ -51,6 +51,7 @@ --with-npapi-plugindir=/usr/lib/gnash \ --with-plugins-install=system \ --enable-shared=yes \ + --without-gconf \ --without-ming ifneq (,$(filter hurd-%,$(DEB_BUILD_ARCH)))