Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules7
1 files changed, 6 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 1cba4f7..0a775da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,9 +34,14 @@ binary-post-install/$(pkg)::
rmdir --ignore-fail-on-non-empty --parents $(DEB_DESTDIR)/usr/lib
# Needed by upstream build process
-CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), python-all-dev, python-docutils, python-epydoc
+CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), python-all-dev
+
+# Needed by upstream documentation build process
+# (disabled: not yet integrated with main build routines)
+#CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), python-docutils, python-epydoc
# Needed by upstream unittests
+# (disabled: seems broken - can't find own module olpc.datastore)
#CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), python-setuptools, python-dbus, python-gobject, sugar-toolkit
# Needed for our packaging routines