This is an automated email from the git hooks/post-receive script. bbk-guest pushed a commit to branch master in repository trigger-rally-data.
commit 18a7170b3fd02f40d3ebfaeed4e3f59668e2af96 Author: Mattia Rizzolo <[email protected]> Date: Fri Jun 19 16:51:12 2015 +0000 debian/rules: add a call to dh_fixperms inside the override, to allow reproducible builds --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index a64c50d..4d4fd82 100755 --- a/debian/rules +++ b/debian/rules @@ -17,3 +17,4 @@ override_dh_fixperms: cd debian/$(PACKAGE)/$(DATADIR) && find . -name '*.level' | xargs chmod ugo-x cd debian/$(PACKAGE)/$(DATADIR) && find . -name '*.png' | xargs chmod ugo-x cd debian/$(PACKAGE)/$(DATADIR) && find . -name '*.jpg' | xargs chmod ugo-x + dh_fixperms -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/trigger-rally-data.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

