[Python-modules-commits] r25251 - in packages/python-webob/trunk/debian (rules)
barry at users.alioth.debian.org
barry at users.alioth.debian.org
Wed Jul 24 21:55:05 UTC 2013
Date: Wednesday, July 24, 2013 @ 21:54:43
Author: barry
Revision: 25251
Add upcall so copyright files get installed properly.
Modified:
packages/python-webob/trunk/debian/rules
Modified: packages/python-webob/trunk/debian/rules
===================================================================
--- packages/python-webob/trunk/debian/rules 2013-07-24 21:40:25 UTC (rev 25250)
+++ packages/python-webob/trunk/debian/rules 2013-07-24 21:54:43 UTC (rev 25251)
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+export DH_VERBOSE=1
PYTHON2=$(shell pyversions -vr)
PYTHON3=$(shell py3versions -vr)
@@ -37,7 +37,7 @@
dh_installchangelogs -k docs/news.txt
override_dh_installdocs:
+ dh_installdocs
[ -d docs/_static ] || mkdir docs/_static # Sphinx needs it
PYTHONPATH=. sphinx-build -N -q -E -b html docs/ \
debian/python-webob-doc/usr/share/doc/python-webob-doc/
-# dh_link usr/share/doc/tmp/docs /usr/share/doc/python-paste/docs/webob
More information about the Python-modules-commits
mailing list