[game-data-packager] 03/11: GameDataPackage: omit unknown/unspecified copyright notice from YAML instead of giving null

Simon McVittie smcv at debian.org
Tue Nov 3 23:14:48 UTC 2015


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 1f856b62c7c28656df3a4ccd1df7eed125ce1a41
Author: Simon McVittie <smcv at debian.org>
Date:   Tue Nov 3 08:38:48 2015 +0000

    GameDataPackage: omit unknown/unspecified copyright notice from YAML instead of giving null
---
 game_data_packager/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game_data_packager/__init__.py b/game_data_packager/__init__.py
index 2ba903b..cb77466 100644
--- a/game_data_packager/__init__.py
+++ b/game_data_packager/__init__.py
@@ -317,7 +317,6 @@ class GameDataPackage(object):
         ret = {
             'architecture': self.architecture,
             'component': self.component,
-            'copyright_notice': self.copyright_notice,
             'install_to': self.install_to,
             'name': self.name,
             'section': self.section,
@@ -349,6 +348,7 @@ class GameDataPackage(object):
         for k in (
                 'better_version',
                 'copyright',
+                'copyright_notice',
                 'description',
                 'disks',
                 'engine',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list