wxwidgets3.0 (3.0.2+dfsg-1.3ubuntu0.1) xenial-proposed; urgency=medium * Define wxIsNaN() as std::isnan() in C++11 mode. This fixes the build failure of Audacity (Closes: #824264, LP: #1581807) -- Benjamin Drung Tue, 03 Jan 2017 23:11:31 +0100 wxwidgets3.0 (3.0.2+dfsg-1.3) unstable; urgency=medium * Non-maintainer upload. * debian/control.in, debian/rules, debian/patches/gst1.0.patch: + Port to GStreamer 1.x (Closes: #785924), patch based on the one from http://trac.wxwidgets.org/ticket/14976 with a lot of changes. * debian/control.in: + Remove obsolete build-depends on ESD and GConf. -- Sebastian Dröge Sun, 21 Feb 2016 11:21:28 +0200 wxwidgets3.0 (3.0.2+dfsg-1.2) unstable; urgency=medium * Non maintainer upload. * Upload to unstable. -- Matthias Klose Mon, 03 Aug 2015 12:55:21 +0200 wxwidgets3.0 (3.0.2+dfsg-1.1) experimental; urgency=medium * Non maintainer upload. * Rename library packages, follow-up for the libstdc++6 ABI transition. Addresses: #791311. * Add Breaks/Replaces to the old library packages. -- Matthias Klose Thu, 30 Jul 2015 13:26:47 +0200 wxwidgets3.0 (3.0.2+dfsg-1) unstable; urgency=medium * Repack sources to remove prebuilt .swf and .chm files without sources (or without suitable sources). (Closes: #788339) * Restore the webview packages for now - boinc is still using them (I failed to pass -R to dak rm when checking if removing it would break anything). (Reopens: #790222, #786986) * Don't package files from the examples which are only useful on other platforms. A side benefit is that this moves us closer to a reproducible build as "chart.icns" seems to trigger a reproducibility issue in gzip. -- Olly Betts Thu, 02 Jul 2015 14:05:32 +1200 wxwidgets3.0 (3.0.2-3) unstable; urgency=medium * debian/rules: Remove the kernel version from WXWIN_OS_DESCRIPTION as it makes the build less reproducible. * Give a warning instead of an error if the compiler ABI used to compile user code is different to that used to compile wxWidgets, which should fix GCC5 FTBFS for many of wx's reverse build dependencies. * Stop building with --enable-webview as the only package which was using it (boinc) no longer is, and it uses an obsolete version of webkit. Updating to a supported version would require switching to gtk3, which we probably aren't ready for yet. (Closes: #790222, #786986) * Call dh_autotools-dev_restoreconfig before dh_clean to avoid debhelper logs ending up in the source package. -- Olly Betts Mon, 29 Jun 2015 12:32:37 +1200 wxwidgets3.0 (3.0.2-2) unstable; urgency=medium [ Norimitsu Sugimoto, Gianfranco Costamagna ] * build with wx3.0-doc package. (Closes: #737050) [ Olly Betts ] * Make the build reproducible - new patch: reproducible-build.patch * Standards-Version: 3.9.6 (no changes required). * Drop the version requirement in "Suggests" from wx3.0-examples to libwxgtk3.0-dev - the exact version really isn't important, and using "(= ${binary:Version})" isn't satisfiable after a binNMU. * Use dh_autotools-dev_updateconfig and dh_autotools-dev_restoreconfig to manage updating config.guess and config.sub. -- Olly Betts Wed, 20 May 2015 15:55:38 +1200 wxwidgets3.0 (3.0.2-1) unstable; urgency=low [ Olly Betts ] * New upstream release: - wxTR_EDIT_LABELS now works again. (Closes: #762134) * Disable gcc4.9-workaround.patch, as GCC is now fixed in jessie and this bug is new in 4.9 so wheezy was never affected. [ Christian Beier ] * debian/control.in: Add BD on libnotify-dev to enable use of libnotify. (Closes: #745887) -- Olly Betts Tue, 07 Oct 2014 13:12:10 +1300 wxwidgets3.0 (3.0.1-3) unstable; urgency=medium [ Olly Betts ] * debian/control.in: Update "Vcs-*" fields to include the branch name. (Thanks vcswatch) * debian/control.in: Drop "Suggests: libstdc++-dev" from -dev packages - you need a C++ compiler installed for the -dev packages to be useful, which should ensure the appropriate C++ runtime -dev package is installed. * Split off the msw cross packages into debian/control.msw.in, which we only include in the generated debian/control when building the cross packages. This avoids source-only uploads erroneously ending up in NEW. [ Gianfranco Costamagna ] * debian/control.in: Promote dependency of libwxgtk3.0-dev on "libgl1-mesa-dev | libgl-dev, xlibmesa-glu-dev | libglu-dev" from "Suggests" to "Depends", as these are required to build code which uses wxGLCanvas. Drop this dependency entirely from libwxgtk-media3.0-dev and libwxgtk-webview3.0-dev as these both depend on libwxgtk3.0-dev, and it is the latter which actually needs them. (Closes: #757638) -- Olly Betts Mon, 11 Aug 2014 17:48:06 +1200 wxwidgets3.0 (3.0.1-2) unstable; urgency=medium * New patch gcc4.9-workaround.patch to work around GCC 4.9 bug #752733. * debian/unpack_examples.sh.in: Don't uncompress files which are already compressed upstream. Add missing quoting of filenames. Add "set -e". -- Olly Betts Sat, 28 Jun 2014 15:00:12 +1200 # For older changelog entries, run 'apt-get changelog libwxbase3.0-0v5'