This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 776cdab8b8c940041802126924076768311a2b2c Author: Tobias Hansen <[email protected]> Date: Thu Jan 14 22:30:36 2016 +0000 Fix ftglyph.h path (for unstable). --- debian/patches/find_freetype.patch | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/debian/patches/find_freetype.patch b/debian/patches/find_freetype.patch index d72d990..c20886a 100644 --- a/debian/patches/find_freetype.patch +++ b/debian/patches/find_freetype.patch @@ -15,14 +15,3 @@ else() set(FREETYPE_LIBRARY freetype) set(FREETYPE_INCLUDE_DIR ${FREETYPE_DIR}/include) ---- a/src/app/util/freetype_utils.cpp -+++ b/src/app/util/freetype_utils.cpp -@@ -21,7 +21,7 @@ - - #include <stdexcept> - --#include "freetype/ftglyph.h" -+#include "ftglyph.h" - #include "ft2build.h" - #include FT_FREETYPE_H - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

