[game-data-packager] 01/02: remove dead code

Alexandre Detiste detiste-guest at moszumanska.debian.org
Thu Oct 22 12:06:50 UTC 2015


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 123e28fd81302a4ec68f4218570ffc233e8d929e
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Thu Oct 22 14:06:12 2015 +0200

    remove dead code
---
 game_data_packager/build.py | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/game_data_packager/build.py b/game_data_packager/build.py
index f1f4bc1..8fe4075 100644
--- a/game_data_packager/build.py
+++ b/game_data_packager/build.py
@@ -53,7 +53,6 @@ from .util import (AGENT,
         rm_rf,
         recursive_utime,
         which)
-from .version import GAME_PACKAGE_VERSION
 
 logging.basicConfig()
 logger = logging.getLogger('game-data-packager.build')
@@ -1646,10 +1645,6 @@ class PackagingTask(object):
         if breaks:
             control['Breaks'] = ', '.join(sorted(breaks))
 
-        if 'Version' in control:
-            package.version = control['Version'].replace('VERSION',
-                    GAME_PACKAGE_VERSION)
-
         control['Version'] = package.version
 
         if 'Description' not in control:

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