[renpy] 130/146: Install documentation with renpy-doc.install.
Markus Koschany
apo-guest at moszumanska.debian.org
Tue Jan 12 19:40:32 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 e23ad034704dcc89c58a8079d57b9793643eb95e
Author: Markus Koschany <apo at debian.org>
Date: Tue Jan 12 14:58:24 2016 +0100
Install documentation with renpy-doc.install.
---
debian/{renpy-doc.docs => renpy-doc.install} | 0
debian/rules | 6 +-----
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/debian/renpy-doc.docs b/debian/renpy-doc.install
similarity index 100%
rename from debian/renpy-doc.docs
rename to debian/renpy-doc.install
diff --git a/debian/rules b/debian/rules
index 60988c7..6d11dab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,11 +18,8 @@ RENPY_DEPS_INSTALL="/usr::$(shell dirname "`find -O2 /usr/lib -name libfreetype.
override_dh_install:
find */ -name "*.py" | while read F; do chmod --verbose 644 "$$F"; done
chmod +x renpy.py
- #Fix Privacy Issues
dh_install
-
-override_dh_installdocs:
- dh_installdocs
+ #Fix Privacy Issues
cd $(CURDIR)/debian/renpy-doc/usr/share/doc/renpy/html/ && \
ls *.html | while read f; do \
cp "$$f" "$$f.orig"; \
@@ -36,7 +33,6 @@ override_dh_auto_build:
LDFLAGS="$(LDFLAGS) $(LDFLAGS2)" \
cd module && python$* setup.py build
-
override_dh_auto_install:
export RENPY_DEPS_INSTALL=$(RENPY_DEPS_INSTALL) ; \
cd module && python$* setup.py 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