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-10-07 09:56:14 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-10-07 09:56:14 (GMT)
commitb251168ca76d6088709d74ab37fced59f327b18a (patch)
treeb591d8bb93ef8e8a7165c2a38946cba633109370
parentee192aedc884590eaaf3d3225d0e790445cb6871 (diff)
Depend on ${misc:Depends}.
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
-rw-r--r--debian/control.in2
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 15067d8..c32046d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sugar-datastore (0.82.0-2) UNRELEASED; urgency=low
+
+ * Depend on ${misc:Depends}.
+
+ -- Jonas Smedegaard <dr@jones.dk> Tue, 07 Oct 2008 11:55:46 +0200
+
sugar-datastore (0.82.0-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/control b/debian/control
index df7be7a..a70cc99 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ XS-Python-Version: all
Package: python-olpc-datastore
Architecture: all
-Depends: ${shlibs:Depends}, ${python:Depends}, python-gobject, python-dbus, python-gnome2, python-xapian, python-sugar
+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, python-gobject, python-dbus, python-gnome2, python-xapian, python-sugar
Suggests: sugar, poppler-utils | xpdf-utils, abiword | abiword-gnome
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
diff --git a/debian/control.in b/debian/control.in
index cdfa63f..5a89eb8 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -12,7 +12,7 @@ XS-Python-Version: all
Package: python-olpc-datastore
Architecture: all
-Depends: ${shlibs:Depends}, ${python:Depends}, python-gobject, python-dbus, python-gnome2, python-xapian, python-sugar
+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, python-gobject, python-dbus, python-gnome2, python-xapian, python-sugar
Suggests: sugar, poppler-utils | xpdf-utils, abiword | abiword-gnome
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}