[Python-modules-commits] r25729 - in packages/python-vcs/trunk/debian (rules)

sunweaver at users.alioth.debian.org sunweaver at users.alioth.debian.org
Mon Sep 2 22:09:41 UTC 2013


    Date: Monday, September 2, 2013 @ 22:09:36
  Author: sunweaver
Revision: 25729

fix call of dh_sphinxdoc

Modified:
  packages/python-vcs/trunk/debian/rules

Modified: packages/python-vcs/trunk/debian/rules
===================================================================
--- packages/python-vcs/trunk/debian/rules	2013-09-02 21:57:29 UTC (rev 25728)
+++ packages/python-vcs/trunk/debian/rules	2013-09-02 22:09:36 UTC (rev 25729)
@@ -4,7 +4,8 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
-install/python-vcs-doc::
+common-install-prehook-impl::
 	cd docs && make html
-	dh_installdocs
+
+binary-post-install/python-vcs-doc::
 	dh_sphinxdoc




More information about the Python-modules-commits mailing list