[Pkg-sdl-commits] [libsdl2] 01/02: bug_822210_fix_sdl2-config.cmake_whitespace.patch (Closes: #822210)

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Thu May 19 10:59:35 UTC 2016


This is an automated email from the git hooks/post-receive script.

mafm pushed a commit to branch master
in repository libsdl2.

commit dc0c36189a3f9e475cb302ab0ac51add01071501
Author: Manuel A. Fernandez Montecelo <mafm at debian.org>
Date:   Thu May 19 10:36:51 2016 +0100

    bug_822210_fix_sdl2-config.cmake_whitespace.patch (Closes: #822210)
    
    Fix upstream problem with sdl2-config.cmake (Closes: #822210)
---
 debian/changelog                                                 | 3 +++
 debian/patches/bug_822210_fix_sdl2-config.cmake_whitespace.patch | 9 +++++++++
 debian/patches/series                                            | 1 +
 3 files changed, 13 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0ae6bb0..163bfb7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,9 @@ libsdl2 (2.0.4+dfsg2-1) UNRELEASED; urgency=medium
     --dbgsym-migration"
   * Bump debhelper dependency for --dbgsym-migration
   * Enable ibus support (Closes: #822924)
+  * d/patches:
+    - Add bug_822210_fix_sdl2-config.cmake_whitespace.patch: Fix upstream
+      problem with sdl2-config.cmake (Closes: #822210)
 
   [ Gianfranco Costamagna ]
   * Fix insecure VCS fields.
diff --git a/debian/patches/bug_822210_fix_sdl2-config.cmake_whitespace.patch b/debian/patches/bug_822210_fix_sdl2-config.cmake_whitespace.patch
new file mode 100644
index 0000000..9fcd60d
--- /dev/null
+++ b/debian/patches/bug_822210_fix_sdl2-config.cmake_whitespace.patch
@@ -0,0 +1,9 @@
+diff --git a/sdl2-config.cmake.in b/sdl2-config.cmake.in
+index e5a036a..03efbe1 100644
+--- a/sdl2-config.cmake.in
++++ b/sdl2-config.cmake.in
+@@ -8,3 +8,4 @@ set(SDL2_EXEC_PREFIX "@prefix@")
+ set(SDL2_LIBDIR "@libdir@")
+ set(SDL2_INCLUDE_DIRS "@includedir@/SDL2")
+ set(SDL2_LIBRARIES "-L${SDL2_LIBDIR} @SDL_RLD_FLAGS@ @SDL_LIBS@")
++string(STRIP "${SDL2_LIBRARIES}" SDL2_LIBRARIES)
diff --git a/debian/patches/series b/debian/patches/series
index 642e32f..5b4db42 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 SDL2_dont_propagate_lpthread.diff
 replace-relicenced-SDL_qsort.patch
+bug_822210_fix_sdl2-config.cmake_whitespace.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/libsdl2.git



More information about the pkg-sdl-commits mailing list