Package: assaultcube / 1.1.0.4+dfsg2-1

Metadata

Package Version Patches format
assaultcube 1.1.0.4+dfsg2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10 fix install target.patch | (download)

source/src/Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 force creating install target
 Since the flder bin/ is removed from the orig tarball for Debian (since we
 recompile anyways), we need to use install instead of cp in order to recreate
 the bin/ directory.
 .
 This is also kind of useful when recompiling oneself.
20 fix clean target.patch | (download)

source/src/Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 clean enet in ac clean target
 On Debian we recompile the Enet submodule as well, hence we need to clean it
 properly.
 .
 This may also be useful when recompiling oneself.
30 build with debug symbols.patch | (download)

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

 build with debug symbols
 On Debian we compile with debug symbols for debug packages, and strip for the
 normal packages, hence we need build with debugging symbols.
40 build with lX11.patch | (download)

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

 link to lx11
 Linking against X11 fixes a build failure:
 /usr/bin/ld: console.o: undefined reference to symbol 'XFree'