[game-data-packager] 01/01: Add copyright_notice to yaml re-output

Simon McVittie smcv at debian.org
Mon Nov 2 22:49:57 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 0e7c21428ab76ea3479883227c2f04a0b749b5de
Author: Simon McVittie <smcv at debian.org>
Date:   Mon Nov 2 22:31:01 2015 +0000

    Add copyright_notice to yaml re-output
    
    This lets tools/check_equivalence.py work.
---
 game_data_packager/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/game_data_packager/__init__.py b/game_data_packager/__init__.py
index 8a6513e..132e3f5 100644
--- a/game_data_packager/__init__.py
+++ b/game_data_packager/__init__.py
@@ -317,6 +317,7 @@ 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,

-- 
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