Package: yquake2 / 7.45+ctf1.07~dfsg-1

Metadata

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

Patch series

view the series file
Patch File delta Description
signalhandler Fix a typo.patch | (download)

src/backends/unix/signalhandler.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 signalhandler: fix a typo

Detected by Lintian, a QA tool used in Debian.

Signed-off-by: Simon McVittie <smcv@debian.org>
ctf/Bring Makefile on par with yquake2.patch | (download)

ctf/Makefile | 143 94 + 49 - 0 !
1 file changed, 94 insertions(+), 49 deletions(-)

 bring makefile on par with yquake2:

* Make CFLAGS and LDFLAGS overrideable
* Correct architecture and operating system detection.
* Enforce FPU mode.
* Implement DEBUG.
* Pass LDFLAGS after the objects.

Closes #9, closes #10.

ctf/Resolve oversight in last commit.patch | (download)

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

 resolve oversight in last commit.