[game-data-packager] 01/03: deb: Add a note to the remaining mention of fakeroot
Simon McVittie
smcv at debian.org
Mon Nov 6 08:32:45 UTC 2017
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch master
in repository game-data-packager.
commit 00e559d06e4f70195203a360b2ce042fa6f0057a
Author: Simon McVittie <smcv at debian.org>
Date: Mon Oct 30 10:00:39 2017 +0000
deb: Add a note to the remaining mention of fakeroot
Signed-off-by: Simon McVittie <smcv at debian.org>
---
game_data_packager/packaging/deb.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/game_data_packager/packaging/deb.py b/game_data_packager/packaging/deb.py
index d4fa5c9..598f711 100644
--- a/game_data_packager/packaging/deb.py
+++ b/game_data_packager/packaging/deb.py
@@ -46,6 +46,9 @@ class DebPackaging(PackagingSystem):
ASSETS = '$datadir/games'
CHECK_CMD = 'lintian'
INSTALL_CMD = ['apt-get', 'install']
+ # This is only used when cross-building Debian packages on
+ # non-Debian, so conservatively assume that they don't have a new
+ # enough dpkg-dev for --root-owner-group
BUILD_DEP = {'dpkg', 'fakeroot', 'python3-debian'}
PACKAGE_MAP = {
'id-shr-extract': 'dynamite',
--
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