Package: quakespasm / 0.93.1+dfsg-1
Metadata
Package | Version | Patches format |
---|---|---|
quakespasm | 0.93.1+dfsg-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
remove redundant linking.patch | (download) |
Quake/Makefile |
4 2 + 2 - 0 ! |
remove redundant linking of vorbis libraries Makefile attempts to link against libvorbis and libogg when using ogg support, but these are not required, only libvorbisfile. This avoids an unnecessary dependency. |
mp3 copyright.patch | (download) |
Quake/snd_mp3.c |
57 48 + 9 - 0 ! |
reproduce the copyright statements for all identifiable sources of snd_mp3.c |
use inherited build flags.patch | (download) |
Quake/Makefile |
1 0 + 1 - 0 ! |
use the build flags inherited from the environment The homegrown Makefile overwrites the values of some build flags. We need the ability to inject them into the environment from the parent Debian rules file, so remove this behaviour. |
mkpak bashism.patch | (download) |
Misc/qs_pak/mkpak.sh |
2 1 + 1 - 0 ! |
use bash for mkpak.sh |
reproducible build.patch | (download) |
Quake/host.c |
2 0 + 2 - 0 ! |
make the build reproducible |
spelling fixes.patch | (download) |
Quake/cmd.c |
2 1 + 1 - 0 ! |
spelling fixes |
cross.patch | (download) |
Quake/Makefile |
5 3 + 2 - 0 ! |
make pkg-config substitutable |
rotfish double count.patch | (download) |
Quake/pr_edict.c |
20 20 + 0 - 0 ! |
avoid double-counting rotfish |