Package: yquake2 / 7.40+ctf1.06~dfsg-1

Metadata

Package Version Patches format
yquake2 7.40+ctf1.06~dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Append to C LD FLAGS instead of overriding them to o.patch | (download)

Makefile | 15 8 + 7 - 0 !
1 file changed, 8 insertions(+), 7 deletions(-)

 append to {c, ld}flags instead of overriding them,
 to obey dpkg-buildflags

Also include CPPFLAGS in CFLAGS, since dpkg-buildflags separates them
but yquake2 doesn't.

[Updated for yquake2/5.21, added commit message -Simon McVittie]

Remove unwanted rpaths from LDFLAGS.patch | (download)

Makefile | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 remove unwanted rpaths from ldflags

ctf Use SOURCE_DATE_EPOCH for reproducible build.patch | (download)

ctf/Makefile | 7 7 + 0 - 0 !
ctf/src/g_save.c | 12 8 + 4 - 0 !
2 files changed, 15 insertions(+), 4 deletions(-)

 ctf: use source_date_epoch for reproducible build

ctf Append to CFLAGS LDFLAGS instead of overriding.patch | (download)

ctf/Makefile | 11 6 + 5 - 0 !
1 file changed, 6 insertions(+), 5 deletions(-)

 ctf: append to cflags, ldflags instead of overriding

Also add CPPFLAGS.

Signed-off-by: Simon McVittie <smcv@debian.org>

Link ctf game.so to math library.patch | (download)

ctf/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 link ctf game.so to math library

It uses sqrt() and similar functions.

Fix some spelling mistakes detected by Debian s Lintian t.patch | (download)

ctf/src/g_ctf.c | 16 8 + 8 - 0 !
1 file changed, 8 insertions(+), 8 deletions(-)

 fix some spelling mistakes detected by debian's lintian tool

Signed-off-by: Simon McVittie <smcv@debian.org>