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:48:14 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-10-07 09:48:14 (GMT)
commit94b36c61edd14ae2418d2187bb8783dea6b23e7a (patch)
tree7f1b16ea374fb111b81588171ead449cf27db063
parentc895cff167e775e0712e3fd4c6e32e4cea0177e2 (diff)
Build-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 7f6c7b1..4acbcbc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sugar-presence-service (0.82.0-2) UNRELEASED; urgency=low
+
+ * Build-depend on ${misc:Depends}.
+
+ -- Jonas Smedegaard <dr@jones.dk> Tue, 07 Oct 2008 11:47:49 +0200
+
sugar-presence-service (0.82.0-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/control b/debian/control
index 6f8a59d..748dae5 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ XS-Python-Version: all
Package: sugar-presence-service
Architecture: all
-Depends: ${shlibs:Depends}, ${python:Depends}, python-gobject, python-dbus (>= 0.82.0), python-telepathy, python-sugar-toolkit, openssh-client, telepathy-gabble, telepathy-salut, telepathy-stream-engine
+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, python-gobject, python-dbus (>= 0.82.0), python-telepathy, python-sugar-toolkit, openssh-client, telepathy-gabble, telepathy-salut, telepathy-stream-engine
Recommends: sugar, avahi-daemon
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
diff --git a/debian/control.in b/debian/control.in
index 925f95f..dc750c4 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -12,7 +12,7 @@ XS-Python-Version: all
Package: sugar-presence-service
Architecture: all
-Depends: ${shlibs:Depends}, ${python:Depends}, python-gobject, python-dbus (>= 0.82.0), python-telepathy, python-sugar-toolkit, openssh-client, telepathy-gabble, telepathy-salut, telepathy-stream-engine
+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, python-gobject, python-dbus (>= 0.82.0), python-telepathy, python-sugar-toolkit, openssh-client, telepathy-gabble, telepathy-salut, telepathy-stream-engine
Recommends: sugar, avahi-daemon
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}