Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-03-15 20:19:17 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-03-15 20:19:17 (GMT)
commitd1e89cb17bab1d6cccedc1e8480cebed0ff633dd (patch)
tree294be8778fe39865de6fbf3dac01ef7053eccf0a
parentfc7f80d9413ce733ada6cb065e4540ea3a766a2d (diff)
Build-depend (commented out) on python-sugar-toolkit, and update comments on broken unittests: early sugar-toolkit was broken, so should work when it enters unstable.
-rwxr-xr-xdebian/rules6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index d8835da..da486db 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ include debian/cdbs/1/rules/buildinfo.mk
pkg = python-sugar-datastore
-# Unittests seems broken currently: can't find own module olpc.datastore
+# Unittests temporarily disabled: python-sugar-toolkit is not yet in Debian
#DEB_MAKE_CHECK_TARGET = test
# Workaround: can't pass --install to autotools through CDBS
@@ -34,8 +34,8 @@ clean::
#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
+# (temporarily disabled: python-sugar-toolkit is not yet in Debian)
+#CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), python-setuptools, python-dbus, python-gobject, python-sugar-toolkit
# Replace virtual automake1.10 build-dependency with automake
CDBS_BUILD_DEPENDS := $(shell echo '$(CDBS_BUILD_DEPENDS)' | sed -e 's/\bautomake1\.10\b/automake/')