[game-data-packager] 01/01: lgogdownloader: use new release

Alexandre Detiste detiste-guest at moszumanska.debian.org
Wed Oct 14 18:47:31 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 3c7c691fba82fa305acbbebec5709c4057cff5a8
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Wed Oct 14 20:46:49 2015 +0200

    lgogdownloader: use new release
---
 debian/control              | 2 +-
 game_data_packager/build.py | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 29a6b6d..3f0e5ad 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Depends: fakeroot, ${misc:Depends},
 	python3-debian,
 	python3-yaml,
 	${python3:Depends},
-Breaks: lgogdownloader (<< 2.25-2~)
+Breaks: lgogdownloader (<< 2.26-1~)
 Suggests:
 # to install packages
 	gdebi | gdebi-kde,
diff --git a/game_data_packager/build.py b/game_data_packager/build.py
index 9054626..d35daad 100644
--- a/game_data_packager/build.py
+++ b/game_data_packager/build.py
@@ -2171,10 +2171,11 @@ class PackagingTask(object):
                 mkdir_p(tmpdir)
                 try:
                     subprocess.check_call(['lgogdownloader',
-                                       '--download', '--no-extra',
+                                       '--download',
+                                       '--include', 'installers',
                                        '--directory', tmpdir,
                                        '--subdir-game', '',
-                                       '--platform-priority', 'linux,windows',
+                                       '--platform', 'linux,windows',
                                        '--language', package.lang,
                                        '--game', '^' + gog_id + '$'])
                     # consider *.bin before the .exe file

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