This is an automated email from the git hooks/post-receive script. detiste-guest pushed a commit to branch master in repository corsix-th.
commit 2bc2ae9b245eb4a44f60d560c8e085191c2a91ab Author: Alexandre Detiste <[email protected]> Date: Sun Dec 6 12:31:45 2015 +0100 copyright: workaround for lintian bug #776796 False positive unused-file-paragraph-in-dep5-copyright --- CMake/FindLua.cmake | 4 ++-- debian/copyright | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CMake/FindLua.cmake b/CMake/FindLua.cmake index 49a07d8..b1a156c 100755 --- a/CMake/FindLua.cmake +++ b/CMake/FindLua.cmake @@ -26,8 +26,8 @@ IF (WITH_LUAJIT) SET (LUA_INCLUDE_DIRS include/luajit-2.0 include) ELSE (WITH_LUAJIT) SET (LUA_INTERPRETER_TYPE "Lua") - SET (LUA_LIBRARY_NAME lua53 lua52 lua5.1 lua51 lua lua-5.1 liblua) - SET (LUA_INCLUDE_DIRS include include/lua include/lua5.1 include/lua51 include/lua-5.1) + SET (LUA_LIBRARY_NAME lua53 lua5.2 lua52 lua5.1 lua51 lua lua-5.1 liblua) + SET (LUA_INCLUDE_DIRS include include/lua include/lua5.2 include/lua5.1 include/lua51 include/lua-5.1) ENDIF(WITH_LUAJIT) FIND_PATH (LUA_INCLUDE_DIR lua.h diff --git a/debian/copyright b/debian/copyright index b6dce42..30c74b6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,14 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://anonscm.debian.org/cgit/pkg-games/corsix-th.git +Files: * +Copyright: + © 2009-2015 Peter "Corsix" Cawley + © 2009-2015 Edvin "Lego3" Linge + © 2009-2015 Haico "brainball" van Roeden + © 2009-2015 Manuel "Roujin" Wolf, et al. +License: Expat + Files: debian/* Copyright: © 2011-2013 Chris Butler <[email protected]> @@ -37,14 +45,6 @@ License: BSD-3-Clause (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -Files: * -Copyright: - © 2009-2015 Peter "Corsix" Cawley - © 2009-2015 Edvin "Lego3" Linge - © 2009-2015 Haico "brainball" van Roeden - © 2009-2015 Manuel "Roujin" Wolf, et al. -License: Expat - License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/corsix-th.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

