Package: viruskiller / 1.03-1+dfsg1-2
Metadata
Package | Version | Patches format |
---|---|---|
viruskiller | 1.03-1+dfsg1-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
makefile.patch | (download) |
makefile |
1 1 + 0 - 0 ! |
--- |
dont_crash_if_no_sound_files.patch | (download) |
src/CAudio.cpp |
4 2 + 2 - 0 ! |
--- |
desktop file.patch | (download) |
icons/viruskiller.desktop |
11 5 + 6 - 0 ! |
update desktop file Update desktop file so desktop-file-validate does no longer complain. |
spelling.patch | (download) |
src/CPak.cpp |
2 1 + 1 - 0 ! |
fix spelling errors Fix spelling errors pointed out by lintian. |
link libz.patch | (download) |
makefile |
4 2 + 2 - 0 ! |
link libz Viruskiller uses the function `uncompress' from libz. It therefore needs to link with -lz. |
0006 fix pak segfault.patch | (download) |
src/pak.cpp |
7 7 + 0 - 0 ! |
fixes a ftbfs when pak segfaults on non-existing directories. |
0007 link as needed.patch | (download) |
makefile |
4 2 + 2 - 0 ! |
fix ftbfs with ld --as-needed. |
0009 start with fewer directories.patch | (download) |
src/CDirectory.cpp |
3 0 + 3 - 0 ! |
fixed a startup problem if there were too few directories in $(HOME). |
0010 mismatched delete.patch | (download) |
src/CEngine.cpp |
25 9 + 16 - 0 ! |
fix a couple of mismatched new/delete pairs. |
0011 remove bad gzclose.patch | (download) |
src/pak.cpp |
4 2 + 2 - 0 ! |
fixes a ftbfs due to type incompatability on incorrect call |
reproducible build.patch | (download) |
src/pak.cpp |
22 11 + 11 - 0 ! |
--- |