[renpy] 01/02: Add an arch-indep override for dh_install

Markus Koschany apo-guest at moszumanska.debian.org
Tue Jan 12 23:43:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository renpy.

commit e2af8b2bc660df529cf794c71ea26520d7795b47
Author: Markus Koschany <apo at debian.org>
Date:   Tue Jan 12 23:46:34 2016 +0100

    Add an arch-indep override for dh_install
    
    so that building the package will not fail on buildd.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index abc3c35..162c069 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,9 @@ override_dh_install:
 	find */ -name "*.py" | while read F; do chmod --verbose 644 "$$F"; done
 	chmod +x renpy.py
 	dh_install
+
+override_dh_install-indep:
+	dh_install
 	#Fix Privacy Issues
 	cd $(CURDIR)/debian/renpy-doc/usr/share/doc/renpy/html/ && \
 		ls *.html | while read f; do \

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