1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
freespace2-launcher-wxlauncher (0.11.0+dfsg-1) unstable; urgency=medium
* New upstream release [March 2016].
* Standards-Version: 3.9.8.
* Vcs URLs to HTTPS.
* Build-Depends:
- python
+ python3
- python-markdown
+ python3-markdown
* rules: build with "-DPYTHON_EXECUTABLE=/usr/bin/python3".
* Build with full hardening.
-- Dmitry Smirnov <onlyjob@debian.org> Sat, 09 Jul 2016 18:22:16 +1000
freespace2-launcher-wxlauncher (0.10.1+dfsg-1) unstable; urgency=medium
* New upstream release [September 2015].
-- Dmitry Smirnov <onlyjob@debian.org> Tue, 29 Sep 2015 13:14:52 +1000
freespace2-launcher-wxlauncher (0.10.0+dfsg-1) unstable; urgency=medium
* New upstream release [August 2015].
* Build-Depends:
- libsdl-dev
+ libsdl2-dev
* copyright: "Files-Excluded: 3rdparty/SDL2-2_0_3".
* watch: added repacksuffix, dversionmangle.
-- Dmitry Smirnov <onlyjob@debian.org> Thu, 03 Sep 2015 22:00:11 +1000
freespace2-launcher-wxlauncher (0.9.6-1) unstable; urgency=low
* New upstream release [April 2015].
* Removed all backported patches.
* No longer add "-DNDEBUG" to build flags.
-- Dmitry Smirnov <onlyjob@debian.org> Thu, 16 Apr 2015 09:47:49 +1000
freespace2-launcher-wxlauncher (0.9.5-1) unstable; urgency=low
* New upstream release [February 2015].
* New project's URLs in d/watch and d/copyright and d/control.
* New style Vcs-Browser link.
* Standards-Version: 3.9.6.
* Dropped obsolete "wx3.0-compat.patch".
* Replaced "issue_93.patch" with "115.patch" from upstream.
* Added new patches:
+ 116.patch (Closes: #770855)
+ fix-al-includes.patch
+ fix-wx3-build.patch
+ openal.patch
-- Dmitry Smirnov <onlyjob@debian.org> Mon, 16 Mar 2015 10:13:16 +1100
freespace2-launcher-wxlauncher (0.9.4-2) unstable; urgency=low
[ Olly Betts <olly@survex.com> ]
* Update to use wxwidgets3.0 (Closes: #749834):
+ New patch: wx3.0-compat.patch
+ Pass -DNDEBUG to disable WXDEBUG checks.
[ Dmitry Smirnov <onlyjob@debian.org> ]
* Standards-Version to 3.9.5.
* Updated copyright years.
-- Dmitry Smirnov <onlyjob@debian.org> Sat, 13 Sep 2014 16:23:47 +1000
freespace2-launcher-wxlauncher (0.9.4-1) unstable; urgency=low
* New upstream release [June 2013].
* Updated all patches.
* "debian/watch": minor update to match new version.
-- Dmitry Smirnov <onlyjob@debian.org> Sun, 15 Sep 2013 10:26:14 +1000
freespace2-launcher-wxlauncher (0.9.1-1) unstable; urgency=low
* Initial release (Closes: #709136).
-- Dmitry Smirnov <onlyjob@debian.org> Tue, 21 May 2013 15:18:12 +1000
|