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 b89be749cb8b5dbf03ea7a2437511a9334a2cc7d Author: Alexandre Detiste <[email protected]> Date: Tue Mar 15 09:53:47 2016 +0100 Build-Depends: on "pyflakes3 | pyflakes" --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e41efd1..3dedc2f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -32,6 +32,8 @@ game-data-packager (45) UNRELEASED; urgency=medium - Smarter handling of InnoExtract archives that takes alternative look_for names into account; which reduces the need to explicitly list files to unpack. [adetiste] + - Build-Depends: on "pyflakes3 | pyflakes" to avoid to needlessly + pull in Python2 during the build on Stretch and later. [adetiste] -- Stephen Kitt <[email protected]> Sat, 23 Jan 2016 22:38:20 +0100 diff --git a/debian/control b/debian/control index ee68b57..125fe5f 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: dh-python, imagemagick, inkscape, - pyflakes, + pyflakes3 | pyflakes (<< 1.1.0), python3, python3-debian, python3-yaml, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

