Package: vcmi / 1.6.5+dfsg-2
Metadata
Package | Version | Patches format |
---|---|---|
vcmi | 1.6.5+dfsg-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Link with libatomic on armel.patch | (download) |
client/CMakeLists.txt |
4 4 + 0 - 0 ! |
link with libatomic on armel Instead of checking whether atomics are needed, always add the linker flag. The compiler will figure out itself whether it should link with libatomic or not using --as-needed. Adding a configure-time check whether linking against atomic is needed are error-prone and thus we leave it up to the compiler to decide. See this for more information: https://lists.debian.org/msgid-search/f9e55618-ba4b-4ad0-8390-69daf6813a84@debian.org |
0002 config schemas settings.json do not check remote rep.patch | (download) |
config/schemas/settings.json |
4 2 + 2 - 0 ! |
config/schemas/settings.json: do not check remote repositories on startup by default |
0003 Replace build year with present in copyright declara.patch | (download) |
clientapp/EntryPoint.cpp |
2 1 + 1 - 0 ! |
replace build year with "present" in copyright declarations. Embedding the build year breaks reproducible builds and the auto-generated copyright years are inaccurate, as it is the year the package was built, not when the copyrightable content was created. https://reproducible-builds.org/docs/timestamps/ |
0004 use Mix_Music from SDL_Mixer directly.patch | (download) |
client/media/CMusicHandler.cpp |
2 0 + 2 - 0 ! |
use mix_music from sdl_mixer directly |