[renpy] 01/17: Make dh_install override arch-only to ensure that the privacy issue is

Markus Koschany apo-guest at moszumanska.debian.org
Thu Jan 21 11:25:29 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 9a2566f88c1854d161d952b91eb21a1becca30ab
Author: Markus Koschany <apo at debian.org>
Date:   Fri Jan 15 20:38:45 2016 +0100

    Make dh_install override arch-only to ensure that the privacy issue is
    
    really fixed in the dh_install-indep target.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 162c069..e79636a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ RENPY_DEPS_INSTALL="/usr::$(shell dirname "`find -O2 /usr/lib -name libfreetype.
 %:
 	dh $@ --parallel --with python2
 
-override_dh_install:
+override_dh_install-arch:
 	find */ -name "*.py" | while read F; do chmod --verbose 644 "$$F"; done
 	chmod +x renpy.py
 	dh_install

-- 
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