This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 55ea36f9ed759541a553ec352a2e396b64bd3a59 Author: Tobias Hansen <[email protected]> Date: Sat Mar 14 17:17:19 2015 +0100 Remove pixman related paragraphs from debian/copyright and add patch header. --- debian/copyright | 31 ------------------------------- debian/patches/find_libpixman.patch | 3 +++ 2 files changed, 3 insertions(+), 31 deletions(-) diff --git a/debian/copyright b/debian/copyright index e09e3ae..21fa528 100644 --- a/debian/copyright +++ b/debian/copyright @@ -23,11 +23,6 @@ Files: src/app/file/fli/* Copyright: Written 1998 Jens Ch. Restemeier <[email protected]> License: GPL-2+ -Files: src/gfx/pixman/pixman-region.c -Copyright: Copyright 1987, 1988, 1989, 1998, 2007 The Open Group - Copyright 1987, 1988, 1989, 1991, 1997 Digital Equipment Corporation, Maynard, Massachusetts -License: X11 - Files: src/app/util/boundary.* Copyright: Copyright (C) 1995 Spencer Kimball and Peter Mattis License: GPL-2+ @@ -85,32 +80,6 @@ License: Expat OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -License: X11 - Permission to use, copy, modify, distribute, and sell this software and its - documentation for any purpose is hereby granted without fee, provided that - the above copyright notice appear in all copies and that both that - copyright notice and this permission notice appear in supporting - documentation. - . - The above copyright notice and this permission notice shall be included in - all copies or substantial portions of the Software. - . - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN - AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - . - Except as contained in this notice, the name of The Open Group shall not be - used in advertising or otherwise to promote the sale, use or other dealings - in this Software without prior written authorization from The Open Group. - . - Except as contained in this notice, the name of Digital Equipment Corporation - shall not be used in advertising or otherwise to promote the sale, use or other - dealings in this Software without prior written authorization from Digital - Equipment Corporation. - License: Allegro Allegro is gift-ware. It was created by a number of people working in cooperation, and is given to you freely as a gift. You may use, modify, diff --git a/debian/patches/find_libpixman.patch b/debian/patches/find_libpixman.patch index 1ac9157..e90043e 100644 --- a/debian/patches/find_libpixman.patch +++ b/debian/patches/find_libpixman.patch @@ -1,3 +1,6 @@ +Description: Find libpixman using pkg-config +Author: Tobias Hansen <[email protected]> + --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -120,11 +120,12 @@ -- 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

