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-14 11:49:08 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-03-14 11:49:08 (GMT)
commit07071b630308d76ff1d812aa9c84501d35023535 (patch)
tree387e4a349a84995780b56e49512b050d2ca168d7
parentf14cb9a0fbcc92a8631be207e2dfc15495cd1a69 (diff)
* Depend on python-sugar (not sugar-base).
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
-rw-r--r--debian/control.in2
3 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 74af413..f499994 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ sugar-datastore (0.8.0~git.13d354b-5) UNRELEASED; urgency=low
* Pass over maintenance of the package to the OLPC team: Change
Maintainer, and add myself to Uploaders.
* Fix README.packaging to use "pull; fetch --tags" (not "pull -t").
+ * Depend on python-sugar (not sugar-base).
-- Jonas Smedegaard <dr@jones.dk> Tue, 11 Mar 2008 09:42:46 +0100
diff --git a/debian/control b/debian/control
index 3301a27..77335f2 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ XS-Python-Version: all
Package: sugar-datastore
Architecture: all
-Depends: ${shlibs:Depends}, ${python:Depends}, python-gobject, python-dbus, python-gnome2, python-xapian, sugar-base
+Depends: ${shlibs:Depends}, ${python:Depends}, python-gobject, python-dbus, python-gnome2, python-xapian, python-sugar
Recommends: poppler-utils | xpdf-utils, abiword | abiword-gnome
Suggests: sugar
Provides: ${python:Provides}
diff --git a/debian/control.in b/debian/control.in
index da4eff8..2e36670 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -12,7 +12,7 @@ XS-Python-Version: all
Package: sugar-datastore
Architecture: all
-Depends: ${shlibs:Depends}, ${python:Depends}, python-gobject, python-dbus, python-gnome2, python-xapian, sugar-base
+Depends: ${shlibs:Depends}, ${python:Depends}, python-gobject, python-dbus, python-gnome2, python-xapian, python-sugar
Recommends: poppler-utils | xpdf-utils, abiword | abiword-gnome
Suggests: sugar
Provides: ${python:Provides}