This is an automated email from the git hooks/post-receive script. jordi pushed a commit to branch master in repository mame.
commit ddb2933345a27bc7b9692432eca9c23ff425f719 Author: Jordi Mallach <[email protected]> Date: Thu Jul 28 08:36:59 2016 +0200 Fix arch-indep builds. Brown paper bag time: fix perms for /etc/mame contents in override_dh_fixperms-arch, to fix arch:all builds. --- debian/changelog | 7 +++++++ debian/rules | 5 ++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4f54dc7..ff16971 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mame (0.176-2) UNRELEASED; urgency=medium + + * Brown paper bag time: fix perms for /etc/mame contents in + override_dh_fixperms-arch, to fix arch:all builds. + + -- Jordi Mallach <[email protected]> Thu, 28 Jul 2016 08:35:29 +0200 + mame (0.176-1) unstable; urgency=medium [ Jordi Mallach ] diff --git a/debian/rules b/debian/rules index 091d377..f21af27 100755 --- a/debian/rules +++ b/debian/rules @@ -198,9 +198,12 @@ override_dh_install: --exclude=LICENSE \ --exclude=README.md -override_dh_fixperms-indep: +override_dh_fixperms-arch: dh_fixperms find debian/mame/etc/mame -type f -execdir chmod 644 {} \; + +override_dh_fixperms-indep: + dh_fixperms find debian/mame-data/usr/share/games/mame/artwork -type f -execdir chmod 644 {} \; find debian/mame-data/usr/share/games/mame/bgfx -type f -execdir chmod 644 {} \; find debian/mame-data/usr/share/games/mame/ctrlr -type f -execdir chmod 644 {} \; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mame.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

