Package: blockattack / 2.9.0-1.1

Metadata

Package Version Patches format
blockattack 2.9.0-1.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
install path.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 install path

build Add include directories for all SDL2_foo modules.patch | (download)

CMakeLists.txt | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 build-add-include-directories-for-all-sdl2_foo-modules

The build system assumed that SDL2 and all the SDL2_foo libraries were
installed with the same ${includedir}, but this is not guaranteed:
we could be using a system copy of SDL2 in conjunction with SDL2_foo
libraries in a non-standard prefix.

This also fixes a build regression with recent Debian SDL2 packages, in
which the SDL2 headers are installed in an architecture-dependent
directory but the SDL2_foo headers are not.

Signed-off-by: Simon McVittie <smcv@debian.org>
bug | (download)

CMakeLists.txt | 5 1 + 4 - 0 !
1 file changed, 1 insertion(+), 4 deletions(-)

 <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 blockattack (2.9.0-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version
   * Standards-Version: 4.7.0 (routine-update)
   * Rules-Requires-Root: no (routine-update)
0001 Update to CMake to handle newer versions.patch | (download)

CMakeLists.txt | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 update to cmake to handle newer versions


cmake 4.patch | (download)

source/misc/embedded_libs/PlatformFolders-4.2.0/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ftbfs with cmake 4