Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
override-build-timestamp | Substitute changelog entry time for build time Upstream compiles a build time string into the program, which breaks build reproducibility. This patch adds an override option to CMakeLists.txt and the debian/rules uses this to pass in the date of the latest debian/changelog entry. |
Andreas Bombe <aeb@debian.org> | no | |||
version-string | Allow overriding version string Add an override option for the version string in CMakeLists.txt. The original tries to combine its own string and EXTVER, so to make this the Debian package version we would have to filter out the version number from the changelog version. . Using the override we can simply pass the whole Debian version in without using complex sed or awk filtering. |
Andreas Bombe <aeb@debian.org> | no | |||
use-system-glew | Change build to use system libglew instead of local copy | Andreas Bombe <aeb@debian.org> | no | |||
fix-icon-install | Install icon and desktop files directly to correct locations Upstream installs icon and desktop files to a central location and has a script move them to the correct locations at postinst time. This patch changes it to place it directly in their final locations. |
Andreas Bombe <aeb@debian.org> | no | |||
gcc13 | Fix FTBFS with GCC-13 | tony mancill <tmancill@debian.org> | no | debian | 2023-07-15 |