[game-data-packager] 01/01: copyright generator: add a note about generated files

Alexandre Detiste detiste-guest at moszumanska.debian.org
Wed May 11 08:40:14 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 393addfc877dd965cfb23651614ce10feecc808f
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Wed May 11 10:39:50 2016 +0200

    copyright generator: add a note about generated files
---
 game_data_packager/build.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/game_data_packager/build.py b/game_data_packager/build.py
index 7d991cc..244a67b 100644
--- a/game_data_packager/build.py
+++ b/game_data_packager/build.py
@@ -1230,6 +1230,10 @@ class PackagingTask(object):
                      main_wad = f.install_as
                      exts.add(os.path.splitext(main_wad.lower())[1])
 
+            # XXX: this doesn't handle lgeneral or other externaly generated files
+            if package.rip_cd:
+                exts.add('.ogg')
+
             install_to = self.packaging.substitute(package.install_to,
                     package.name)
 

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