[game-data-packager] 01/01: arch: translate back Debian-native architecture too

Alexandre Detiste detiste-guest at moszumanska.debian.org
Thu Jan 7 13:21:58 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 17a700d5a42ab7d973972ea6d56fafd264da7c71
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Thu Jan 7 14:20:58 2016 +0100

    arch: translate back Debian-native architecture too
---
 game_data_packager/build.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/game_data_packager/build.py b/game_data_packager/build.py
index 7063265..6055b5f 100644
--- a/game_data_packager/build.py
+++ b/game_data_packager/build.py
@@ -2648,6 +2648,9 @@ class PackagingTask(object):
             arch = 'any'
         else:
             arch = self.packaging.get_architecture(arch)
+            arch = {'amd64': 'x86_64',
+                    'i386': 'i686',
+                    }.get(arch, arch)
 
         self.fill_dest_dir_arch(package, destdir, compress, arch)
         self.our_dh_fixperms(destdir)

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