Package: adonthell Version: 0.3.4.cvs.20050813-2.2 Severity: normal Tags: patch
Hi, Attached is the diff for my adonthell 0.3.4.cvs.20050813-2.3 NMU. -- adn Mohammed Adnène Trojette
diff -u adonthell-0.3.4.cvs.20050813/debian/changelog adonthell-0.3.4.cvs.20050813/debian/changelog --- adonthell-0.3.4.cvs.20050813/debian/changelog +++ adonthell-0.3.4.cvs.20050813/debian/changelog @@ -1,3 +1,10 @@ +adonthell (0.3.4.cvs.20050813-2.3) unstable; urgency=low + + * Non-maintainer upload. + * Fix SDL include statement in src/py_adonthell.i. + + -- Mohammed Adnène Trojette <[EMAIL PROTECTED]> Wed, 20 Sep 2006 00:27:19 +0200 + adonthell (0.3.4.cvs.20050813-2.2) unstable; urgency=medium * Non-maintainer upload with medium urgency. diff -u adonthell-0.3.4.cvs.20050813/debian/patches/02_use_libsdl-ttf.diff adonthell-0.3.4.cvs.20050813/debian/patches/02_use_libsdl-ttf.diff --- adonthell-0.3.4.cvs.20050813/debian/patches/02_use_libsdl-ttf.diff +++ adonthell-0.3.4.cvs.20050813/debian/patches/02_use_libsdl-ttf.diff @@ -115,7 +115,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"