[Python-modules-commits] r19708 - in packages/python-llfuse/trunk/debian (rules)

nikratio-guest at users.alioth.debian.org nikratio-guest at users.alioth.debian.org
Fri Dec 23 03:37:01 UTC 2011


    Date: Friday, December 23, 2011 @ 03:36:58
  Author: nikratio-guest
Revision: 19708

Only call dh_sphinxdoc for -doc package.

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

Modified: packages/python-llfuse/trunk/debian/rules
===================================================================
--- packages/python-llfuse/trunk/debian/rules	2011-12-21 21:09:50 UTC (rev 19707)
+++ packages/python-llfuse/trunk/debian/rules	2011-12-23 03:36:58 UTC (rev 19708)
@@ -77,3 +77,11 @@
             find . -regextype posix-egrep -regex ".+-[a-z0-9]*d[a-z]*.so" \
                 -printf "%P\0" -delete) \
 	    | xargs -0 dh_install --autodest -ppython3-llfuse-dbg
+
+# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647233
+# (python-llfuse has same problem)
+override_dh_sphinxdoc:
+ifneq "$(shell dh_listpackages | grep -- -doc)" ""
+	dh_sphinxdoc
+endif
+




More information about the Python-modules-commits mailing list