This is an automated email from the git hooks/post-receive script. dmn pushed a commit to branch master in repository kobodeluxe.
commit 4402ed950488b8328012364e4d81704db8a0cae5 Author: Damyan Ivanov <[email protected]> Date: Fri Dec 4 20:47:38 2015 +0000 rules: override dh_fixperms only for arch-dep packages Closes: #806052 -- FTBFS when built with dpkg-buildpackage -A --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index d1b48b3..f6b15ae 100755 --- a/debian/rules +++ b/debian/rules @@ -27,8 +27,8 @@ override_dh_auto_install: rm -rfv $(TMP)/usr/games/kobo-deluxe \ $(TMP)/usr/share/kobo-deluxe/scores -override_dh_fixperms: - dh_fixperms +override_dh_fixperms-arch: + dh_fixperms -a chown root.games $(PKGDIR)/usr/games/kobodl \ $(PKGDIR)/$(SCORES) chmod g+s $(PKGDIR)/usr/games/kobodl -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/kobodeluxe.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

