summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | Bump standards version to 4.0.0James Cowgill2017-06-18
| |
* | New changelog entryJames Cowgill2017-06-18
| |
* | Upload to experimentalJames Cowgill2017-02-10
| |
* | Update copyright dates to 2017James Cowgill2017-02-10
| |
* | Drop 07_fix-crashing-in-sf-Window-setIcon.patch - applied upstreamJames Cowgill2017-02-10
| |
* | New changelog entryJames Cowgill2017-02-10
| |
* | Merge tag 'upstream/2.4.2+dfsg'James Cowgill2017-02-10
|\| | | | | | | | | | | | | | | | | | | | | Upstream version 2.4.2+dfsg # gpg: Signature made Fri 10 Feb 2017 23:18:47 GMT # gpg: using RSA key F88C6DE43699E8F3B3B54C10C7F1676DEA2D01EF # gpg: issuer "james410@cowgill.org.uk" # gpg: Good signature from "James Cowgill <james410@cowgill.org.uk>" [ultimate] # gpg: aka "James Cowgill (Imagination Technologies) <James.Cowgill@imgtec.com>" [ultimate] # gpg: aka "James Cowgill <jcowgill@debian.org>" [ultimate]
| * New upstream version 2.4.2+dfsgJames Cowgill2017-02-10
| |
* | Upload to unstableJames Cowgill2016-12-30
| |
* | Use debhelper compat 10James Cowgill2016-12-30
| |
* | Fix segfaults triggered by sf::Window::setIconJames Cowgill2016-12-30
| | | | | | | | Closes: #849750
* | New changelog entryJames Cowgill2016-12-30
| |
* | Upload to unstableJames Cowgill2016-11-03
| |
* | Drop 07_abi.patch - equivalent applied upstreamJames Cowgill2016-11-03
| |
* | Mark libsfml-doc multi-arch foreignJames Cowgill2016-11-03
| |
* | New changelog entryJames Cowgill2016-11-03
| |
* | Merge tag 'upstream/2.4.1+dfsg'James Cowgill2016-11-03
|\| | | | | | | | | | | | | | | | | | | | | Upstream version 2.4.1+dfsg # gpg: Signature made Thu 03 Nov 2016 21:12:39 GMT # gpg: using RSA key C7F1676DEA2D01EF # gpg: issuer "jcowgill@debian.org" # gpg: Good signature from "James Cowgill <james410@cowgill.org.uk>" [ultimate] # gpg: aka "James Cowgill (Imagination Technologies) <James.Cowgill@imgtec.com>" [ultimate] # gpg: aka "James Cowgill <jcowgill@debian.org>" [ultimate]
| * New upstream version 2.4.1+dfsgJames Cowgill2016-11-03
| |
* | Upload to experimentalJames Cowgill2016-10-27
| |
* | Ensure graphics 2.4 is not used with window 2.4.1James Cowgill2016-10-27
| | | | | | | | | | | | | | | | | | | | In SFML 2.4.1, the TransientContextLock API was added which replaces the ensureGlContext API. To maintain the 2.4 ABI, ensureGlContext became a stub function. Unfortunately the old graphics module relied on its behavior and upgrading window to 2.4.1 breaks it. While this is arguably an ABI break anyway, I think we can get away with it since ensureGlContext is almost exclusively used from within SFML.
* | Bump libsfml-window2.4 shlibs dependencyJames Cowgill2016-10-27
| | | | | | | | | | Dependency required by applications which use the new sf::GlResource::TransientContextLock API.
* | Changelog fixupJames Cowgill2016-10-27
| |
* | Add 07_abi.patch to maintain SFML 2.4 ABIJames Cowgill2016-10-27
| | | | | | | | This should be fixed upstream for the final 2.4.1 release.
* | Update dependenciesJames Cowgill2016-10-27
| | | | | | | | | | SFML 2.4.1 reverts back to libX11 so the XCB libraries are no longer needed.
* | Refresh patchesJames Cowgill2016-10-27
| |
* | Drop 07_config-kfreebsd.patch - applied upstreamJames Cowgill2016-10-27
| |
* | Update changelog entryJames Cowgill2016-10-27
| |
* | Merge tag 'upstream/2.4.1_git15.b61c2f8+dfsg'James Cowgill2016-10-27
|\| | | | | | | | | | | | | | | | | | | | | Upstream version 2.4.1~git15.b61c2f8+dfsg # gpg: Signature made Thu 27 Oct 2016 18:34:26 BST # gpg: using RSA key C7F1676DEA2D01EF # gpg: issuer "jcowgill@debian.org" # gpg: Good signature from "James Cowgill <james410@cowgill.org.uk>" [ultimate] # gpg: aka "James Cowgill (Imagination Technologies) <James.Cowgill@imgtec.com>" [ultimate] # gpg: aka "James Cowgill <jcowgill@debian.org>" [ultimate]
| * New upstream version 2.4.1~git15.b61c2f8+dfsgJames Cowgill2016-10-27
| |
* | Fix autopkgtests on Ubuntu by depending on make in cmake testJames Cowgill2016-08-14
| |
* | New changelog entryJames Cowgill2016-08-14
| |
* | Upload to unstableJames Cowgill2016-08-12
| |
* | Define SFML_OS_FREEBSD on kFreeBSDJames Cowgill2016-08-11
| |
* | New changelog entryJames Cowgill2016-08-11
| |
* | Upload to experimentalJames Cowgill2016-08-09
| |
* | Fix package name in libsfml-system2.4 lintian overrideJames Cowgill2016-08-09
| |
* | Drop the symbols filesJames Cowgill2016-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintaining the symbols files for a C++ library is a massive PITA. Upstream bumps the SONAME and breaks the ABI enough times that the symbols files have no real benefit (the important information is already encoded in the package name). Upstream is also pretty good about not making any important API changes during patch releases. For these reasons I'm removing the symbols files. dh_makeshlibs -V can still be used in the unlikely event upstream adds a new function during a patch release.
* | Drop 07_gcc-5.3.patch and require gcc 6 insteadJames Cowgill2016-08-09
| |
* | Refresh patchesJames Cowgill2016-08-09
| |
* | Drop dbysym migration code now that package names have changedJames Cowgill2016-08-09
| |
* | Rename packages due to SONAME bumpJames Cowgill2016-08-09
| |
* | Update d/copyright for 2.4James Cowgill2016-08-09
| |
* | New changelog entryJames Cowgill2016-08-09
| |
* | Merge tag 'upstream/2.4.0+dfsg'James Cowgill2016-08-09
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream version 2.4.0+dfsg # gpg: Signature made Tue Aug 9 15:20:06 2016 UTC # gpg: using RSA key C7F1676DEA2D01EF # gpg: Good signature from "James Cowgill <james410@cowgill.org.uk>" [unknown] # gpg: aka "James Cowgill <jc1311@york.ac.uk>" [unknown] # gpg: aka "James Cowgill <jcowgill@debian.org>" [unknown] # gpg: aka "James Cowgill (Imagination Technologies) <James.Cowgill@imgtec.com>" [unknown] # gpg: WARNING: This key is not certified with a trusted signature! # gpg: There is no indication that the signature belongs to the owner. # Primary key fingerprint: CA84 63DD 0C39 1573 B4C9 834F AEED 6158 020E AFFF # Subkey fingerprint: F88C 6DE4 3699 E8F3 B3B5 4C10 C7F1 676D EA2D 01EF
| * Imported Upstream version 2.4.0+dfsgJames Cowgill2016-08-09
| |
* | Upload to unstableJames Cowgill2016-06-29
| |
* | Add workaroud for GCC 5.3 bugJames Cowgill2016-06-29
| |
* | autopkgtest: depend on pkg-configJames Cowgill2016-06-29
| |
* | New changelog entryJames Cowgill2016-06-29
| |
* | Upload to unstableJames Cowgill2016-06-28
| |