summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Make fast forward from 2.6.1+dfsg-2HEADarchive/debian/2.6.1+dfsg-3masterJames Cowgill20 hours
|\ | | | | | | [dgit --quilt=gbp]
| * Declare fast forward from 2.5.1+dfsg-2archive/debian/2.6.1+dfsg-2James Cowgill2023-12-02
| |\ | | | | | | | | | [dgit --quilt=gbp --overwrite]
| | * Record libsfml (2.5.1+dfsg-2) in archive suite sidBoyuan Yang2021-10-05
| | |\
| | | * Remove *.private fields from pkg-config filesJames Cowgill2021-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forwarded: not-needed This avoids unnecessary dependencies which are only needed when building static libraries. It also removes the unused dependency on glu. Forwarded: not-needed Gbp-Pq: Name 06_pkgconfig-libs-private.patch
| | | * Adjust build script to build documentation only onceJames Cowgill2021-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forwarded: no This patch removes the ALL option from the documentation build command so that it must be run manually with "make doc". This prevents the documentation being built twice (normal build + install phase). It also allows the documentation building to happen after the code building, which makes the logs much more readable in parallel builds. Forwarded: no Gbp-Pq: Name 02_build-doc-once.patch
| | | * Remove commented out googleapi css in documentationJames Cowgill2021-10-05
| | | | | | | | | | | | | | | | | | | | | | | | There isn't actually any privacy breach here (since the line is commented out), but removing it shuts up lintian. Author: James Cowgill <jcowgill@debian.org> Gbp-Pq: Name 01_remove-googleapi-css.patch
| | | * libsfml (2.5.1+dfsg-2) unstable; urgency=highBoyuan Yang2021-10-05
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Team upload. * debian/tests/CMakeLists.txt: Bump minimum version requirement to 3.7.2 to avoid autopkgtest regression (DeprecationWarning in stderr. (Closes: #994500) [ Debian Janitor ] * Refer to common license file for CC0-1.0. * Use secure URI in Homepage field. * Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP. * Set debhelper-compat version in Build-Depends. [dgit import unpatched libsfml 2.5.1+dfsg-2]
| | | | * Import libsfml_2.5.1+dfsg-2.debian.tar.xzBoyuan Yang2021-10-05
| | | | | | | | | | | | | | | | [dgit import tarball libsfml 2.5.1+dfsg-2 libsfml_2.5.1+dfsg-2.debian.tar.xz]
| | | * Import libsfml_2.5.1+dfsg.orig.tar.xzJames Cowgill2018-10-17
| | | | | | | | | | | | [dgit import orig libsfml_2.5.1+dfsg.orig.tar.xz]
| | * Remove *.private fields from pkg-config filesarchive/debian/2.5.1+dfsg-1James Cowgill2018-10-17
| | | | | | | | | | | | | | | | | | | | | This avoids unnecessary dependencies which are only needed when building static libraries. It also removes the unused dependency on glu. Forwarded: not-needed Gbp-Pq: Name 06_pkgconfig-libs-private.patch
| | * Adjust build script to build documentation only onceJames Cowgill2018-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch removes the ALL option from the documentation build command so that it must be run manually with "make doc". This prevents the documentation being built twice (normal build + install phase). It also allows the documentation building to happen after the code building, which makes the logs much more readable in parallel builds. Forwarded: no Gbp-Pq: Name 02_build-doc-once.patch
| | * Remove commented out googleapi css in documentationJames Cowgill2018-10-17
| | | | | | | | | | | | | | | | | | There isn't actually any privacy breach here (since the line is commented out), but removing it shuts up lintian. Gbp-Pq: Name 01_remove-googleapi-css.patch
| * | Remove *.private fields from pkg-config filesJames Cowgill2023-12-02
| | | | | | | | | | | | | | | | | | | | | | | | Forwarded: not-needed This avoids unnecessary dependencies which are only needed when building static libraries. It also removes the unused dependency on glu. Forwarded: not-needed Gbp-Pq: Name 06_pkgconfig-libs-private.patch
| * | Override SFML_DOC_PATH in SFMLConfig.cmakeJames Cowgill2023-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | Forwarded: not-needed The existing detection assumes the documentation is installed in /usr/share/doc/SFML, but we install it into /usr/share/doc/libsfml-dev. Forwarded: not-needed Gbp-Pq: Name 05_cmake_override_doc_path.patch
| * | Unbundle libstbJames Cowgill2023-12-02
| | | | | | | | | | | | | | | | | | Use headers from libstb-dev and link directly to the library instead of using bundled copy removed from extlibs. Author: James Cowgill <jcowgill@debian.org> Gbp-Pq: Name 04_unbundle_stb.patch
| * | Unbundle VulkanJames Cowgill2023-12-02
| | | | | | | | | | | | | | | | | | Use headers from libvulkan-dev and link directly to the library instead of using bundled copy removed from extlibs. Author: James Cowgill <jcowgill@debian.org> Gbp-Pq: Name 03_unbundle_vulkan.patch
| * | Adjust build script to build documentation only onceJames Cowgill2023-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forwarded: no This patch removes the ALL option from the documentation build command so that it must be run manually with "make doc". This prevents the documentation being built twice (normal build + install phase). It also allows the documentation building to happen after the code building, which makes the logs much more readable in parallel builds. Forwarded: no Gbp-Pq: Name 02_build-doc-once.patch
| * | Remove commented out googleapi css in documentationJames Cowgill2023-12-02
| | | | | | | | | | | | | | | | | | There isn't actually any privacy breach here (since the line is commented out), but removing it shuts up lintian. Author: James Cowgill <jcowgill@debian.org> Gbp-Pq: Name 01_remove-googleapi-css.patch
* | | Don't automatically run tests after buildChris Thrasher20 hours
| | | | | | | | | | | | | | | | | | | | | | | | Origin: backport, https://github.com/SFML/SFML/commit/0b6254394275dfe7450772689134681bc7f36daf Bug: https://github.com/SFML/SFML/pull/2446 Bug-Debian: https://bugs.debian.org/1069298 Bug-Debian: https://bugs.debian.org/1069298 Gbp-Pq: Name 07_remove-runtests-all.patch
* | | Remove *.private fields from pkg-config filesJames Cowgill20 hours
| | | | | | | | | | | | | | | | | | | | | | | | Forwarded: not-needed This avoids unnecessary dependencies which are only needed when building static libraries. It also removes the unused dependency on glu. Forwarded: not-needed Gbp-Pq: Name 06_pkgconfig-libs-private.patch
* | | Override SFML_DOC_PATH in SFMLConfig.cmakeJames Cowgill20 hours
| | | | | | | | | | | | | | | | | | | | | | | | | | | Forwarded: not-needed The existing detection assumes the documentation is installed in /usr/share/doc/SFML, but we install it into /usr/share/doc/libsfml-dev. Forwarded: not-needed Gbp-Pq: Name 05_cmake_override_doc_path.patch
* | | Unbundle libstbJames Cowgill20 hours
| | | | | | | | | | | | | | | | | | Use headers from libstb-dev and link directly to the library instead of using bundled copy removed from extlibs. Author: James Cowgill <jcowgill@debian.org> Gbp-Pq: Name 04_unbundle_stb.patch
* | | Unbundle VulkanJames Cowgill20 hours
| | | | | | | | | | | | | | | | | | Use headers from libvulkan-dev and link directly to the library instead of using bundled copy removed from extlibs. Author: James Cowgill <jcowgill@debian.org> Gbp-Pq: Name 03_unbundle_vulkan.patch
* | | Adjust build script to build documentation only onceJames Cowgill20 hours
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forwarded: no This patch removes the ALL option from the documentation build command so that it must be run manually with "make doc". This prevents the documentation being built twice (normal build + install phase). It also allows the documentation building to happen after the code building, which makes the logs much more readable in parallel builds. Forwarded: no Gbp-Pq: Name 02_build-doc-once.patch
* | | Remove commented out googleapi css in documentationJames Cowgill20 hours
| | | | | | | | | | | | | | | | | | There isn't actually any privacy breach here (since the line is commented out), but removing it shuts up lintian. Author: James Cowgill <jcowgill@debian.org> Gbp-Pq: Name 01_remove-googleapi-css.patch
* | | d/changelog: Finalize for 2.6.1+dfsg-3debian/2.6.1+dfsg-3James Cowgill20 hours
| | |
* | | d/copyright: Update dateJames Cowgill20 hours
| | |
* | | d/tests: Mark tests as superficialJames Cowgill20 hours
| | | | | | | | | | | | | | | | | | These tests do a very simple smoke test just exercising a few API calls (and not checking the output in one case), so they should be marked superficial.
* | | d/control: Build-depend on pkgconf instead of pkg-configJames Cowgill20 hours
| | |
* | | d/control: Bump standards version to 4.7.0James Cowgill20 hours
| | |
* | | d/patches: Add patch to avoid running tests during buildJames Cowgill20 hours
| | | | | | | | | | | | | | | | | | Backported from the upstream 3.0 branch. Closes: #1069298
* | | d/changelog: New entryJames Cowgill22 hours
|/ /
* | d/changelog: Finalize for 2.6.1+dfsg-2debian/2.6.1+dfsg-2James Cowgill2023-12-02
| |
* | d/changelog: Finalize for 2.6.1+dfsg-1debian/2.6.1+dfsg-1James Cowgill2023-11-28
| |
* | d/upstream/metadata: Add fileJames Cowgill2023-11-28
| |
* | d/copyright: Update for 2.6.1James Cowgill2023-11-28
| |
* | d/rules: Drop manual -Wl,--as-needed flagJames Cowgill2023-11-28
| |
* | d/watch: Use uscan version 4James Cowgill2023-11-28
| |
* | d/libsfml-window2.6: Add hardening-no-fortify-functions overrideJames Cowgill2023-11-28
| |
* | d/control: Use debhelper 13James Cowgill2023-11-28
| |
* | d/control: Bump standards versionJames Cowgill2023-11-28
| |
* | d/control: Manually depend on libgl1 and libvulkan1James Cowgill2023-11-28
| | | | | | | | | | These libraries are dynamically loaded by the graphics and window components.
* | d/control: Tighten dependencies between packagesJames Cowgill2023-11-28
| | | | | | | | | | SFML is not designed to work with different versions of each component on the same system.
* | d/control: Update obsolete dependencies in d/controlJames Cowgill2023-11-28
| |
* | d/control: Drop minimum versions from cmake and g++James Cowgill2023-11-28
| |
* | d/not-installed: Ignore extra documentation filesJames Cowgill2023-11-28
| |
* | d/libsfml-doc.docs: Install doxygen tag fileJames Cowgill2023-11-28
| | | | | | | | | | When doing this we also need to make sure it's compressed, and patch the CMake config file to use the correct path.
* | d/libsfml-doc.links: Use fonts-tuffy package in examplesJames Cowgill2023-11-28
| |
* | d/libsfml-doc.docs: Update docs source directoryJames Cowgill2023-11-28
| |
* | d/rules: Update build config and enable test suiteJames Cowgill2023-11-28
| |