<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)
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.