[game-data-packager] 01/01: don't compute md5sum of DEBIAN/preinst

Alexandre Detiste detiste-guest at moszumanska.debian.org
Mon Jan 25 13:49:12 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 35576b53fcd978cd2e9c1a6abcf92baef0070c95
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Mon Jan 25 14:48:50 2016 +0100

    don't compute md5sum of DEBIAN/preinst
---
 game_data_packager/build.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/game_data_packager/build.py b/game_data_packager/build.py
index f778b07..db8a265 100644
--- a/game_data_packager/build.py
+++ b/game_data_packager/build.py
@@ -1458,6 +1458,8 @@ class PackagingTask(object):
         # we only compute here the md5 we don't have yet,
         # for the (small) GDP-generated files
         for dirpath, dirnames, filenames in os.walk(destdir):
+            if os.path.basename(dirpath) == 'DEBIAN':
+                continue
             for fn in filenames:
                 full = os.path.join(dirpath, fn)
                 if os.path.islink(full):

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