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:59:40 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-10-07 09:59:40 (GMT)
commit89199f0a5b222ad479c3838089d4efb1de15ad18 (patch)
tree55abfd8226f1a2d82a21d8cc56de8a89c373bd6d
parent5c9f1ef13fd6e4138437028f59f72c97aaa97e34 (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 5186e93..619a4a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sugar-base (0.82.1-2) UNRELEASED; urgency=low
+
+ * Depend on ${misc:Depends}.
+
+ -- Jonas Smedegaard <dr@jones.dk> Tue, 07 Oct 2008 11:59:00 +0200
+
sugar-base (0.82.1-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/control b/debian/control
index a7309c2..5c73fee 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ XS-Python-Version: all
Package: python-sugar
Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}
+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
Recommends: sugar
Suggests: ipython
Provides: ${python:Provides}
diff --git a/debian/control.in b/debian/control.in
index 734871b..eb03f98 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -12,7 +12,7 @@ XS-Python-Version: all
Package: python-sugar
Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}
+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
Recommends: sugar
Suggests: ipython
Provides: ${python:Provides}