[renpy] 04/17: debian/rules: Fix file permissions in dh_auto_build override and
Markus Koschany
apo-guest at moszumanska.debian.org
Thu Jan 21 11:25:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch experimental
in repository renpy.
commit c5ab27828a526629bcdeb767b5b224825e653a11
Author: Markus Koschany <apo at debian.org>
Date: Sun Jan 17 17:24:47 2016 +0100
debian/rules: Fix file permissions in dh_auto_build override and
only in dh_install-indep. Thus we can remove the dh_install-arch override
completely.
---
debian/rules | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/debian/rules b/debian/rules
index 82775f6..48ae25b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,12 +14,8 @@ RENPY_DEPS_INSTALL="/usr::$(shell dirname "`find -O2 /usr/lib -name libfreetype.
%:
dh $@ --parallel --with python2
-override_dh_install-arch:
- find */ -name "*.py" | while read F; do chmod --verbose 644 "$$F"; done
- chmod +x renpy.py
- dh_install
-
override_dh_install-indep:
+ chmod +x renpy.py
dh_install
#Fix Privacy Issues
cd $(CURDIR)/debian/renpy-doc/usr/share/doc/renpy/html/ && \
@@ -30,6 +26,7 @@ override_dh_install-indep:
done; rm *.orig
override_dh_auto_build:
+ find */ -name "*.py" | while read F; do chmod --verbose 644 "$$F"; done
export RENPY_DEPS_INSTALL=$(RENPY_DEPS_INSTALL) ; \
CFLAGS="$(CFLAGS) $(CPPFLAGS)" \
LDFLAGS="$(LDFLAGS) $(LDFLAGS2)" \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/renpy.git
More information about the Pkg-games-commits
mailing list