This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository heroes.
commit 134f3dba2b8a626d1ad97dc074545b1b3fda8c26 Author: Stephen Kitt <[email protected]> Date: Sun Jan 24 23:34:18 2016 +0100 Handle "Arch: all" builds correctly. --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 92ce467..64575ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +heroes (0.21-13) UNRELEASED; urgency=medium + + * Handle "Arch: all" builds correctly. + + -- Stephen Kitt <[email protected]> Sun, 24 Jan 2016 23:34:07 +0100 + heroes (0.21-12) unstable; urgency=medium * Make sure /var/games/heroes is created (closes: #812517). diff --git a/debian/rules b/debian/rules index 98569aa..ae6bfe7 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ override_dh_autoreconf_clean: override_dh_fixperms: dh_fixperms -Xheroes -override_dh_install: +override_dh_install-arch: dh_install chown root:games debian/heroes/usr/games/heroes chmod g+s debian/heroes/usr/games/heroes -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/heroes.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

