[Pkg-sdl-commits] [libsdl2] 01/02: Remove external_header_paths.diff.
Felix Geyer
fgeyer at alioth.debian.org
Fri Aug 30 20:10:33 UTC 2013
This is an automated email from the git hooks/post-receive script.
fgeyer pushed a commit to branch master
in repository libsdl2.
commit 0dd209da8cbdd27cf3c762b730ed07981ee27d04
Author: Felix Geyer <fgeyer at debian.org>
Date: Fri Aug 30 20:11:28 2013 +0200
Remove external_header_paths.diff.
It's not needed anymore and pulls harmful flags into the pkg-config file.
Thanks to Thibaut Girka for the report and analysis.
Closes: #720650
---
debian/changelog | 8 ++++++++
debian/patches/external_header_paths.diff | 23 -----------------------
debian/patches/series | 1 -
3 files changed, 8 insertions(+), 24 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 75a8358..e764350 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libsdl2 (2.0.0+dfsg1-2) UNRELEASED; urgency=low
+
+ * Remove external_header_paths.diff, it's not needed anymore and pulls
+ harmful flags into the pkg-config file. Thanks to Thibaut Girka for
+ the report and analysis. (Closes: #720650)
+
+ -- Felix Geyer <fgeyer at debian.org> Fri, 30 Aug 2013 20:10:56 +0200
+
libsdl2 (2.0.0+dfsg1-1) unstable; urgency=low
* New upstream release
diff --git a/debian/patches/external_header_paths.diff b/debian/patches/external_header_paths.diff
deleted file mode 100644
index 0a3bfc8..0000000
--- a/debian/patches/external_header_paths.diff
+++ /dev/null
@@ -1,23 +0,0 @@
-Index: libsdl2/sdl2-config.in
-===================================================================
---- libsdl2.orig/sdl2-config.in 2012-05-18 00:51:13.076995010 +0200
-+++ libsdl2/sdl2-config.in 2012-05-18 00:51:13.089000887 +0200
-@@ -42,7 +42,7 @@
- echo @SDL_VERSION@
- ;;
- --cflags)
-- echo -I at includedir@/SDL2 @SDL_CFLAGS@
-+ echo -I at includedir@/SDL2 @SDL_CFLAGS@ @EXTRA_CFLAGS@
- ;;
- @ENABLE_SHARED_TRUE@ --libs)
- @ENABLE_SHARED_TRUE@ echo -L at libdir@ @SDL_RLD_FLAGS@ -lSDL2
-Index: libsdl2/sdl2.pc.in
-===================================================================
---- libsdl2.orig/sdl2.pc.in 2012-05-18 00:51:13.076995010 +0200
-+++ libsdl2/sdl2.pc.in 2012-05-18 00:51:13.089000887 +0200
-@@ -12,4 +12,4 @@
- Conflicts:
- Libs: -L${libdir} @SDL_RLD_FLAGS@ -lSDL2
- Libs.private: @SDL_STATIC_LIBS@
--Cflags: -I${includedir}/SDL2 @SDL_CFLAGS@
-+Cflags: -I${includedir}/SDL2 @SDL_CFLAGS@ @EXTRA_CFLAGS@
diff --git a/debian/patches/series b/debian/patches/series
index 2617554..a2ee0d8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -13,4 +13,3 @@
####310_fixmouseclicks
####320_disappearingcursor.diff
fix_joystick_misc_axes.diff
-external_header_paths.diff
--
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