This is an automated email from the git hooks/post-receive script. tobi pushed a commit to branch master in repository rbdoom3bfg.
commit f8ceceff0d37841fccfbc96b35f3d5cb1ed7a8bf Author: Tobias Frost <[email protected]> Date: Fri Oct 14 19:37:50 2016 +0200 Document irrxml in debian/copyright --- debian/README.source | 3 +++ debian/changelog | 4 +++- debian/copyright | 7 +++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/debian/README.source b/debian/README.source index 2bac745..4e3dd45 100644 --- a/debian/README.source +++ b/debian/README.source @@ -25,6 +25,9 @@ when building under Unix. Please see the get-orgig-source target in debian/rules or the Files-Excluded section in debian/copyright for the complete list. +The irrXML library in neo/libs/irrXML is strongly modified for this package, +so cannot be replaced with a packaged version. + Using get-orig-source --------------------- diff --git a/debian/changelog b/debian/changelog index 969d3b5..8107663 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,9 @@ rbdoom3bfg (1.1.0~preview3+repack1+git20160807-1) UNRELEASED; urgency=medium - Refreshed patches to remove fuzz - 70-ffmpeg_2.9.patch is obsolete, upstream fixed issue, so rm from series. - 20-reproducible.patch updated to remove one additional __DATE__. - - Add new files to d/copyright, licensed expat. + - Add new files to d/copyright, + - neo/renderer/SMAA/*: licensed expat. + - neo/libs/irrxml/*: licensed libpng/zlib * Fix typo in d/README.source -- the var is UPSVER not USVER. * New patch 90-system-rapidjson.patch to utilize Debian's rapidjson * Add rapidjson to Excluded-Files list. diff --git a/debian/copyright b/debian/copyright index 5efefab..7c81eb6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -23,6 +23,8 @@ Files-Excluded: neo/*.exe neo/libs/glew neo/libs/openal-soft neo/libs/rapidjson + neo/libs/irrxml/doc + neo/libs/irrxml/example neo/astyle.x86 neo/astyle.x86_64 Files: * @@ -52,6 +54,11 @@ Files: neo/framework/Unzip.h Copyright: 1998 Gilles Vollant License: zlib/libpng +Files: neo/libs/irrxml/* +Copyright: 2002-2005 Nikolaus Gebhardt + 2012 Robert Beckebans +License: zlib/libpng + Files: neo/libs/zlib/minizip/* Copyright: 1998-2010 Gilles Vollant 1999-2011 id Software LLC, a ZeniMax Media company. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/rbdoom3bfg.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

