This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch master in repository openjk.
commit 8467c3c2172b1624b50a4ad7b7f352365fd79952 Author: Simon McVittie <[email protected]> Date: Sun Feb 8 17:33:20 2015 +0000 Remove SDL2 from orig tarballs --- debian/copyright | 2 +- debian/rules | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/copyright b/debian/copyright index df02c3b..0d625a9 100644 --- a/debian/copyright +++ b/debian/copyright @@ -75,7 +75,7 @@ Comment: with the possible exception of the EAX implementation, but they have been deleted from the Debian package anyway to simplify license compliance: . - We use system copies of OpenAL, libjpeg, libpng, zlib, and some + We use system copies of OpenAL, libjpeg, libpng, SDL, zlib, and some CMake modules for Debian, so those are not needed. . EAX is only relevant on Windows, and the license of the bundled DLL diff --git a/debian/rules b/debian/rules index 5354923..ef25230 100755 --- a/debian/rules +++ b/debian/rules @@ -153,6 +153,7 @@ get-orig-source: rm -fr openjk-${ORIG_VER}.orig/codemp/rd-dedicated/glext.h rm -fr openjk-${ORIG_VER}.orig/code*/*.dll rm -fr openjk-${ORIG_VER}.orig/lib/*.lib + rm -fr openjk-${ORIG_VER}.orig/lib/SDL2 rm -fr openjk-${ORIG_VER}.orig/lib/jpeg-* rm -fr openjk-${ORIG_VER}.orig/lib/libpng rm -fr openjk-${ORIG_VER}.orig/lib/zlib -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openjk.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

