This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 96ac64424913c954b36f82f8962f8343d79ad2ee Author: Tobias Hansen <[email protected]> Date: Tue Mar 8 01:33:35 2016 +0000 Add patch headers. --- debian/patches/find-pixman-combine32.patch | 5 +++++ debian/patches/find-static-gtest.patch | 2 +- debian/patches/find_freetype.patch | 4 ++++ debian/patches/shared_modp_b64.patch | 5 +++++ debian/patches/third_party_cmakelists.patch | 4 ++++ 5 files changed, 19 insertions(+), 1 deletion(-) diff --git a/debian/patches/find-pixman-combine32.patch b/debian/patches/find-pixman-combine32.patch index a0eb1b5..130924d 100644 --- a/debian/patches/find-pixman-combine32.patch +++ b/debian/patches/find-pixman-combine32.patch @@ -1,3 +1,8 @@ +Description: Find the file pixman-combine32.h + The file is included in the debian folder because + the third_party folder is deleted. +Author: Tobias Hansen <[email protected]> + --- a/src/doc/blend_internals.h +++ b/src/doc/blend_internals.h @@ -8,7 +8,7 @@ diff --git a/debian/patches/find-static-gtest.patch b/debian/patches/find-static-gtest.patch index a5db00b..6b72a73 100644 --- a/debian/patches/find-static-gtest.patch +++ b/debian/patches/find-static-gtest.patch @@ -1,7 +1,7 @@ Description: Find the static gtest library libgtest.a is built before aseprite in build/gtest. This linker flag is necessary for this library to be found. -Author: Tobias Hansen <[email protected]> +Author: Tobias Hansen <[email protected]> --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt diff --git a/debian/patches/find_freetype.patch b/debian/patches/find_freetype.patch index c20886a..1464c97 100644 --- a/debian/patches/find_freetype.patch +++ b/debian/patches/find_freetype.patch @@ -1,3 +1,7 @@ +Description: Find Freetype + Use a better way to look for freetype that works. +Author: Tobias Hansen <[email protected]> + --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -215,8 +215,12 @@ diff --git a/debian/patches/shared_modp_b64.patch b/debian/patches/shared_modp_b64.patch index f4eee30..a9dbbef 100644 --- a/debian/patches/shared_modp_b64.patch +++ b/debian/patches/shared_modp_b64.patch @@ -1,3 +1,8 @@ +Description: Use shared modp_b64 + These changed are necessary to use the shared library + modpbase64 from Debian. +Author: Tobias Hansen <[email protected]> + --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,6 +47,7 @@ diff --git a/debian/patches/third_party_cmakelists.patch b/debian/patches/third_party_cmakelists.patch index 9b9d1bd..debc772 100644 --- a/debian/patches/third_party_cmakelists.patch +++ b/debian/patches/third_party_cmakelists.patch @@ -1,3 +1,7 @@ +Description: Do not check for embedded gtest + We are using Debians gtest package instead. +Author: Tobias Hansen <[email protected]> + --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -33,8 +33,6 @@ -- 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

