Package: nexuiz-data / 2.5.2-11
Metadata
Package | Version | Patches format |
---|---|---|
nexuiz-data | 2.5.2-11 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01_remove_broken_keys.diff | (download) |
data/defaultNexuiz.cfg |
2 0 2 - 0 ! |
remove broken keys from default keyboard configuration Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477397 |
02_disable_update_check.diff | (download) |
data/defaultNexuiz.cfg |
2 1 1 - 0 ! |
disable update check so it won't nag users (closes: #522738) |
03_no_datapk3_timestamp.diff | (download) |
data/Makefile |
2 1 1 - 0 ! |
remove unnecessary release timestamps from .pk3-files |
04_exclude_music_in_datapk3.diff | (download) |
data/Makefile |
2 1 1 - 0 ! |
exclude the music files from the big data.pk3 zip archive |
05_disable_development_warning.diff | (download) |
data/defaultNexuiz.cfg |
16 3 13 - 0 ! |
make nexuiz not complain about being a development snapshot This is necessary because we fetch sources from the upstream Subversion repository. |
exclude_textures_from_data.pk3.diff | (download) |
data/Makefile |
2 1 1 - 0 ! |
split out textures for the nexuiz-textures binary package Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557218 |
windowed_by_default.diff | (download) |
data/defaultNexuiz.cfg |
2 1 1 - 0 ! |
make the engine start in windowed mode by default |
reproducible_build.diff | (download) |
data/update-cvarcount.sh |
6 3 3 - 0 ! |
sort in a locale-independent way During build a checksum over configuration settings is calculated and embedded in some files. The lines are sorted before generating the |
Put parentheses around array member dereferences.patch | (download) |
data/qcsrc/client/sbar.qc |
18 9 9 - 0 ! |
put parentheses around array member dereferences This avoids precedence issues in newer versions of fteqcc. Similar in concept to https://gitlab.com/xonotic/xonotic-data.pk3dir/commit/d27a9970837d9430120bc4dbe0fa873ecce87450 in Xonotic, although the lines involved are unrelated. Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668349 |