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 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129
|
python-sfml (2.2~git20150611.196c88+dfsg-4) unstable; urgency=medium
[ Graham Inggs ]
* debian/patches/06_fix-sphinx-rtype.patch:
- Fix FTBFS with Sphinx 1.5. (Closes: #867491)
[ James Cowgill ]
* debian/control:
- Bump standards to 4.0.0 (no changes required).
-- James Cowgill <jcowgill@debian.org> Fri, 07 Jul 2017 18:46:47 +0100
python-sfml (2.2~git20150611.196c88+dfsg-3) unstable; urgency=medium
* debian/patches/05_doc-ftbfs.patch:
- Add patch to fix documentation build failure.
* debian/control:
- Use my debian.org email address.
- Bump standards to 3.9.8 (no changes).
- Use secure Vcs URLs.
* debian/rules, debian/watch:
- Enable all hardening options except PIE.
- Remove get-orig-source target and moved repack options to d/watch.
-- James Cowgill <jcowgill@debian.org> Sat, 02 Jul 2016 15:30:28 +0200
python-sfml (2.2~git20150611.196c88+dfsg-2) unstable; urgency=medium
* Add patch to fix FTBFS with Cython 0.23 (Closes: #799893).
-- James Cowgill <james410@cowgill.org.uk> Thu, 24 Sep 2015 14:55:08 +0100
python-sfml (2.2~git20150611.196c88+dfsg-1) unstable; urgency=medium
* New upstream development version.
- No released version of python-sfml builds properly with SFML 2.3
at the moment.
* Use Files-Excluded instead of the get-orig-source target to exclude
non-dfsg files. Re-add example resources which are dfsg but were
excluded.
* debian/clean:
- Only clean _api.h files (not the new hacks.h file).
* debian/control:
- Bump required SFML version to 2.2.
* debian/rules:
- Don't try to run unittests - upstream removed them.
* debian/watch:
- Revert watch changes which were needed to handle the 1.5.1... version.
-- James Cowgill <james410@cowgill.org.uk> Tue, 30 Jun 2015 15:17:28 +0100
python-sfml (1.5.1.is.1.3+dfsg-3) unstable; urgency=medium
* Add 05_Fix-documentation-errors-causing-build-failures-with.patch to fix
FTBFS with Sphinx 1.3 (Closes: #787855).
-- James Cowgill <james410@cowgill.org.uk> Sun, 07 Jun 2015 00:14:28 +0100
python-sfml (1.5.1.is.1.3+dfsg-2) unstable; urgency=medium
* debian/README.Debian
- Add with information about removed non-dfsg files (see #732139).
* debian/control:
- Bump standards version - no changes.
- Use cgit Vcs-Browser URL.
* debian/copyright:
- Update debian/copyright and readd Christoph Egger's copyright.
* debian/patches:
- Add numbers to patch names.
- Add patch to fix sf.Rectangle.intersects (LP: #1400906).
* debian/rules:
- Fix arch-independent build failure.
* debian/watch:
- Fix watch file to work with 1.5.1 version number.
-- James Cowgill <james410@cowgill.org.uk> Mon, 18 May 2015 14:31:19 +0100
python-sfml (1.5.1.is.1.3+dfsg-1) unstable; urgency=low
* New upstream version 1.3 (from python-sfml.org)
- This is a complete rewrite of the Python bindings for SFML2, and
the new maintainer is using a different version numbering scheme.
* Added myself to the list of uploaders
* Change package priority from extra to optional
* Bumped standards version (to 3.9.5) and debhelper compat (to 9)
* Added Python 3 and documentation packages
* Improve package description for debug packages
-- James Cowgill <james410@cowgill.org.uk> Mon, 09 Dec 2013 17:50:52 +0000
python-sfml (1.5-2) unstable; urgency=low
* Update for SFML 1.6
* Change my email address
* Switch to source format 3.0 (quilt)
* Bump debhelper compat from 6 to 7
* Bump standards version from .3 to .4 (no changes)
-- Christoph Egger <christoph@debian.org> Sun, 09 May 2010 11:56:17 +0200
python-sfml (1.5-1) unstable; urgency=low
* New upstream version
* Bump standards version to 3.8.3
* Replace (C) by © in debian/copyright
* Take patch from Ubuntu to build with Python 2.6
- Needs a minimum Python version for python.mk
-- Christoph Egger <christoph@debian.org> Sun, 09 May 2010 11:29:39 +0200
python-sfml (1.4-1) unstable; urgency=low
* New upstream version
* Change my email address
-- Christoph Egger <debian@christoph-egger.org> Sun, 25 Jan 2009 15:48:10 +0100
python-sfml (1.3-1) unstable; urgency=low
[ Christoph Egger ]
* Initial release (Closes: #481667)
* Adding README.source as there is now some work needed
[ Gonéri Le Bouder ]
* Avoid an useless linking on libpthread.so.0 by using LDFLAGS=-Wl,--as-needed
-- Christoph Egger <Christoph.Egger@gmx.de> Tue, 08 Jul 2008 17:03:04 +0200
|