[game-data-packager] 01/01: LGeneral: add lintian overide for timestamped .tar.gz source archive

Alexandre Detiste detiste-guest at moszumanska.debian.org
Wed May 11 10:24:54 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 6a77e7fb7374bbb2fafb63aac421e1804e72aa78
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Wed May 11 12:24:00 2016 +0200

    LGeneral: add lintian overide for timestamped .tar.gz source archive
---
 game_data_packager/games/lgeneral.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/game_data_packager/games/lgeneral.py b/game_data_packager/games/lgeneral.py
index 11bcef0..8b77966 100644
--- a/game_data_packager/games/lgeneral.py
+++ b/game_data_packager/games/lgeneral.py
@@ -78,6 +78,11 @@ class LGeneralTask(PackagingTask):
         subprocess.check_call(['lgc-pg', '-s', unpackdir + '/pg-data/',
             '-d', installdir + '/'])
 
+        # this file is timestamped but will never change (we have hashes)
+        self.packaging.override_lintian(destdir, package.name,
+                             'package-contains-timestamped-gzip',
+                             'usr/share/games/lgeneral/pg-data.tar.gz')
+
         return True
 
 GAME_DATA_SUBCLASS = LGeneralGameData

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