This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch master in repository game-data-packager.
commit 095801f115d8eda5c668af34d3900d8d4ae8c0e5 Author: Simon McVittie <[email protected]> Date: Mon Jan 4 09:03:09 2016 +0000 update changelog and copyrights --- data/copyright | 8 +++++--- debian/changelog | 8 ++++++++ debian/copyright.in | 10 ++++++---- game_data_packager/build.py | 2 +- runtime/doom2-masterlevels.py | 2 +- 5 files changed, 21 insertions(+), 9 deletions(-) diff --git a/data/copyright b/data/copyright index 8fcd48b..ed4d825 100644 --- a/data/copyright +++ b/data/copyright @@ -15,9 +15,11 @@ The Debian packaging is: -© 2008-2013 Jonathan Dowland <[email protected]> -© 2014-2015 Simon McVittie <[email protected]> -© 2015 Alexandre Detiste <[email protected]> +© 2008-2013 Jonathan Dowland +© 2011-2016 Stephen Kitt +© 2012-2015 Markus Koschany +© 2014-2016 Simon McVittie +© 2015-2016 Alexandre Detiste This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/debian/changelog b/debian/changelog index 5f3ebf4..4e9e1d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -66,6 +66,14 @@ game-data-packager (44) UNRELEASED; urgency=medium (some) archives * make-template: preserve case for files from InnoExtract * make-template: preserve full name of license files + * Add support for forcing a package's short and long description + * Allow packages to be marked as deliberately empty + * Generalize support for $install_to in symlinks to cover $assets, etc. + * Allow any file to be made executable by the installation process + * Do not try to obtain non-preferred alternatives for files + * Accept $GDP_DEBUG as a synonym for $DEBUG + * runtime: add a generic Gtk launcher, initially for Unreal + * Add work-in-progress packaging for Unreal (not yet enabled) [ Stephen Kitt ] * Update the GOG installer for The Dig (English). diff --git a/debian/copyright.in b/debian/copyright.in index 09a4a7e..06c1f24 100644 --- a/debian/copyright.in +++ b/debian/copyright.in @@ -4,8 +4,10 @@ Source: http://git.debian.org/?p=pkg-games/game-data-packager.git Files: * Copyright: © 2005-2014 Jonathan Dowland <[email protected]> - © 2009-2015 Simon McVittie - © 2014-2015 Alexandre Detiste + © 2009-2016 Simon McVittie + © 2011-2016 Stephen Kitt + © 2012-2015 Markus Koschany + © 2014-2016 Alexandre Detiste License: GPL-2 License: GPL-2 @@ -20,8 +22,8 @@ Files: runtime/* tools/*.py Copyright: - © 2014-2015 Simon McVittie - © 2015 Alexandre Detiste + © 2014-2016 Simon McVittie + © 2015-2016 Alexandre Detiste License: GPL-2+ License: GPL-2+ diff --git a/game_data_packager/build.py b/game_data_packager/build.py index 0cca26b..8c59890 100644 --- a/game_data_packager/build.py +++ b/game_data_packager/build.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # encoding=utf-8 # -# Copyright © 2014-2015 Simon McVittie <[email protected]> +# Copyright © 2014-2016 Simon McVittie <[email protected]> # Copyright © 2015 Alexandre Detiste <[email protected]> # # This program is free software; you can redistribute it and/or diff --git a/runtime/doom2-masterlevels.py b/runtime/doom2-masterlevels.py index eed74bd..0171faa 100755 --- a/runtime/doom2-masterlevels.py +++ b/runtime/doom2-masterlevels.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # encoding=utf-8 # -# Copyright © 2015 Alexandre Detiste <[email protected]> +# Copyright © 2015-2016 Alexandre Detiste <[email protected]> # © 2015 Simon McVittie <[email protected]> # # This program is free software; you can redistribute it and/or -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

