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:57:47 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-10-07 09:57:47 (GMT)
commit8213b2b6e47fe1e34b1536f4f3922888e2e118f4 (patch)
treed3e567c5d268e9d8e67bd1a284d93d749ac9cc8f
parentc0146275524380525744c8cf2b34c8821df0c9a1 (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 5837af4..c97acf6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sugar-chat-activity (45-2) UNRELEASED; urgency=low
+
+ * Depend on ${misc:Depends}.
+
+ -- Jonas Smedegaard <dr@jones.dk> Tue, 07 Oct 2008 11:57:03 +0200
+
sugar-chat-activity (45-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/control b/debian/control
index 987b89c..f9e0b83 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ XS-Python-Version: all
Package: sugar-chat-activity
Architecture: all
-Depends: ${shlibs:Depends}, ${python:Depends}, python-hippocanvas, python-telepathy, python-gtk2, python-sugar, python-sugar-toolkit
+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, python-hippocanvas, python-telepathy, python-gtk2, python-sugar, python-sugar-toolkit
Recommends: sugar
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
diff --git a/debian/control.in b/debian/control.in
index a86b6b0..d606bc9 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -12,7 +12,7 @@ XS-Python-Version: all
Package: sugar-chat-activity
Architecture: all
-Depends: ${shlibs:Depends}, ${python:Depends}, python-hippocanvas, python-telepathy, python-gtk2, python-sugar, python-sugar-toolkit
+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, python-hippocanvas, python-telepathy, python-gtk2, python-sugar, python-sugar-toolkit
Recommends: sugar
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}