-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
tags patch
thanks
I have a patch which fixes this (attached) and am preparing an NMU
upload with it.
Previous patches have left <SDL/SDL_keysym.h> in the %includes rather
than just <SDL_keysym.h>.
Matt
- --
Matthew Johnson
http://www.matthew.ath.cx/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Made with pgp4pine 1.76
iD8DBQFFXhMJpldmHVvob7kRAkUiAJ4hLxMYqRMCvHLW4aNgPf6qp/8PowCeMMFC
i21R+rJ9/WLNRbUQmVesO/k=
=Xc5w
-----END PGP SIGNATURE-----
diff -ur foo/adonthell-0.3.4.cvs.20050813/debian/changelog
bar/adonthell-0.3.4.cvs.20050813/debian/changelog
--- foo/adonthell-0.3.4.cvs.20050813/debian/changelog 2006-11-17
19:43:27.000000000 +0000
+++ bar/adonthell-0.3.4.cvs.20050813/debian/changelog 2006-11-17
19:44:31.000000000 +0000
@@ -1,3 +1,11 @@
+adonthell (0.3.4.cvs.20050813-2.4) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Really fix SDL include statement in src/py_adonthell.i.
+ (Closes: #398694)
+
+ -- Matthew Johnson <[EMAIL PROTECTED]> Fri, 17 Nov 2006 19:30:07 +0000
+
adonthell (0.3.4.cvs.20050813-2.3) unstable; urgency=low
* Non-maintainer upload.
diff -ur foo/adonthell-0.3.4.cvs.20050813/debian/patches/02_use_libsdl-ttf.diff
bar/adonthell-0.3.4.cvs.20050813/debian/patches/02_use_libsdl-ttf.diff
--- foo/adonthell-0.3.4.cvs.20050813/debian/patches/02_use_libsdl-ttf.diff
2006-11-17 19:43:27.000000000 +0000
+++ bar/adonthell-0.3.4.cvs.20050813/debian/patches/02_use_libsdl-ttf.diff
2006-11-17 19:44:31.000000000 +0000
@@ -124,7 +124,7 @@
%include "gametime.h"
%include "gamedate.h"
-%include "SDL_keysym.h"
-+%include <SDL/SDL_keysym.h>
++%include <SDL_keysym.h>
%include "input.h"
%include "audio.h"
%include "character_base.h"