[game-data-packager] 01/01: fix one missing space in boilerplate generator

Alexandre Detiste detiste-guest at moszumanska.debian.org
Sat Feb 13 23:05:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

detiste-guest pushed a commit to branch master
in repository game-data-packager.

commit 14719efb440f55669d08ed771e476fa437327785
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Sun Feb 14 00:05:39 2016 +0100

    fix one missing space in boilerplate generator
---
 game_data_packager/build.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/game_data_packager/build.py b/game_data_packager/build.py
index d2a91b9..4c10c90 100644
--- a/game_data_packager/build.py
+++ b/game_data_packager/build.py
@@ -1197,8 +1197,8 @@ class PackagingTask(object):
                         'and must not be redistributed.\n\n')
             elif package.component == 'non-free':
                 o.write('It contains proprietary game data '
-                        'that may be redistributed\nonly under'
-                        'conditions specified in\n')
+                        'that may be redistributed\n'
+                        'only under conditions specified in\n')
                 o.write(',\n'.join(licenses) + '.\n\n')
             else:
                 o.write('It contains free game data and may be\n'

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