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 00308e2b9953098cc1fde11f67ddabc802ed0c61 Author: Simon McVittie <[email protected]> Date: Fri Oct 14 22:44:41 2016 +0100 Tell dh_python3 about non-standard locations for Python scripts --- debian/rules | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/debian/rules b/debian/rules index 68109fc..a9fd811 100755 --- a/debian/rules +++ b/debian/rules @@ -63,3 +63,11 @@ override_dh_systemd_enable: dh_systemd_enable -pquake4-server --no-enable dh_systemd_enable -petqw-server --no-enable dh_systemd_enable --remaining-packages + +override_dh_python3: + dh_python3 + dh_python3 -pquake-server /usr/share/games/quake + dh_python3 -pquake2-server /usr/share/games/quake2 + dh_python3 -pquake3-server /usr/share/games/quake3 + dh_python3 -pquake4-server /usr/share/games/quake4 + dh_python3 -petqw-server /usr/lib/etqw -- 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

