diff -u sdlpango-0.1.2/debian/changelog sdlpango-0.1.2/debian/changelog --- sdlpango-0.1.2/debian/changelog +++ sdlpango-0.1.2/debian/changelog @@ -1,3 +1,11 @@ +sdlpango (0.1.2-4+fix1) unstable; urgency=low + + [Michael Gilbert] + * Extract pango headers to /usr/include/SDL/ instead of /usr/include + (closes: 560030). + + -- Michael Gilbert Thu, 10 Dec 2009 18:49:26 -0500 + sdlpango (0.1.2-4) unstable; urgency=low * debian/control: diff -u sdlpango-0.1.2/debian/patches/series sdlpango-0.1.2/debian/patches/series --- sdlpango-0.1.2/debian/patches/series +++ sdlpango-0.1.2/debian/patches/series @@ -7,0 +8 @@ +correct-header-directory.patch only in patch2: unchanged: --- sdlpango-0.1.2.orig/debian/patches/correct-header-directory.patch +++ sdlpango-0.1.2/debian/patches/correct-header-directory.patch @@ -0,0 +1,11 @@ +--- sdlpango-0.1.2/src/Makefile.in 2009-12-10 19:29:51.000000000 -0500 ++++ sdlpango-0.1.2/src/Makefile.in.new 2009-12-10 19:28:34.000000000 -0500 +@@ -202,7 +202,7 @@ + target_os = @target_os@ + target_vendor = @target_vendor@ + lib_LTLIBRARIES = libSDL_Pango.la +-libSDL_Pangoincludedir = $(includedir) ++libSDL_Pangoincludedir = $(includedir)/SDL + libSDL_Pangoinclude_HEADERS = SDL_Pango.h + libSDL_Pango_la_SOURCES = SDL_Pango.c + libSDL_Pango_la_LDFLAGS = \