Package: gpac Version: 0.5.0+svn5194~dfsg1-2 Severity: normal Tags: patch User: freewx-ma...@lists.alioth.debian.org Usertags: wx3.0
Dear maintainer, We're aiming to migrate the archive to using wxwidgets3.0 instead of wxwidgets2.8. The gpac package has a build dependency on libwxgtk2.8-dev, but in fact this isn't really used - the upstream "configure" checks for wx and extracts some values from wx-config, but nothing I can find uses them - in fact I can't see any code using wx classes in the unpacked sources (I guess it was removed in the dfsg repack). The package still builds after removing this BD (patch attached), and debdiff on the _amd64.changes files for a build before and after this change only shows changes in the build-ids of debug symbol files (which you'd expect with any rebuild). I'm happy to NMU this change if you wish me to - just let me know. Cheers, Olly
diff -Nru gpac-0.5.0+svn5194~dfsg1/debian/changelog gpac-0.5.0+svn5194~dfsg1/debian/changelog --- gpac-0.5.0+svn5194~dfsg1/debian/changelog 2014-05-12 11:00:37.000000000 +1200 +++ gpac-0.5.0+svn5194~dfsg1/debian/changelog 2014-05-20 09:53:23.000000000 +1200 @@ -1,3 +1,10 @@ +gpac (0.5.0+svn5194~dfsg1-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Removed unused BD on libwxgtk2.8-dev. + + -- Olly Betts <o...@survex.com> Tue, 20 May 2014 09:52:57 +1200 + gpac (0.5.0+svn5194~dfsg1-2) unstable; urgency=low * Upload to unstable diff -Nru gpac-0.5.0+svn5194~dfsg1/debian/control gpac-0.5.0+svn5194~dfsg1/debian/control --- gpac-0.5.0+svn5194~dfsg1/debian/control 2014-05-12 10:59:56.000000000 +1200 +++ gpac-0.5.0+svn5194~dfsg1/debian/control 2014-05-20 09:57:35.000000000 +1200 @@ -29,7 +29,6 @@ libtheora-dev, libusb-1.0-0-dev, libvorbis-dev, - libwxgtk2.8-dev, libxml2-dev, libxmlrpc-c3-dev, libxv-dev,