[game-data-packager] 01/01: PPA: work around package being rejected

Alexandre Detiste detiste-guest at moszumanska.debian.org
Sun Mar 12 15:40:27 UTC 2017


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 2fabcd4808c59b9a6b2cba18adac1a82887f0e87
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Sun Mar 12 16:33:32 2017 +0100

    PPA: work around package being rejected
    
    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853795
---
 tools/ppa.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tools/ppa.py b/tools/ppa.py
index c1d26f3..c41b9c9 100755
--- a/tools/ppa.py
+++ b/tools/ppa.py
@@ -50,7 +50,9 @@ for release in releases:
                            '-v', snapshot,
                            "Git snapshot"],
                           cwd = GDP)
-    subprocess.check_call(['debuild', '-S', '-i'],cwd = GDP)
+    # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853795
+    # "Ubuntu ppa's (launchpad) do not support .buildinfo files and reject them"
+    subprocess.check_call(['debuild', '-S', '-i', '--buildinfo-option=-O'],cwd = GDP)
     subprocess.check_call(['dput', 'my-ppa',
                            'game-data-packager_%s_source.changes' % snapshot],
                            cwd = BASE)

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