[Python-modules-commits] [pydispatcher] 04/04: Tweak build rules

Neil Muller drnlmza-guest at moszumanska.debian.org
Sun Nov 29 00:22:09 UTC 2015


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

drnlmza-guest pushed a commit to branch master
in repository pydispatcher.

commit d3931fc2136ad6275e7418de338454e5c3e71b23
Author: Neil Muller <drnlmuller+debian at gmail.com>
Date:   Sun Nov 29 02:02:43 2015 +0200

    Tweak build rules
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index b7c524a..a42a4fd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,12 @@
 #!/usr/bin/make -f
 
-export PYBUILD_NAME=pydispatcher
+export PYBUILD_NAME=pydispatch
 
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
 
 override_dh_installdocs:
-	(cd docs/pydoc && PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=../.. ./builddocs.py)
+	cd docs/pydoc && PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=../.. ./builddocs.py
 	dh_installdocs
 
 override_dh_installexamples:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pydispatcher.git



More information about the Python-modules-commits mailing list