[game-data-packager] 01/01: configure: add missing newline

Alexandre Detiste detiste-guest at moszumanska.debian.org
Sat Nov 5 08:27: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 3b1270285ada54f9c6d4d083205ca98832c60532
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Sat Nov 5 09:27:31 2016 +0100

    configure: add missing newline
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 5c26600..be81e7a 100755
--- a/configure
+++ b/configure
@@ -153,7 +153,7 @@ class Configure:
                     self.vars['RELEASE'])
 
         with open('configure.mk', 'w') as writer:
-            writer.write('# Generated by %r, do not edit' % command_line)
+            writer.write('# Generated by %r, do not edit\n' % command_line)
 
             for k, v in sorted(self.consts.items()):
                 writer.write('%s = %s\n' % (k, v))

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