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 10:00:29 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-10-07 10:00:29 (GMT)
commit4a7b37fff7752a9af92480ad161f9af9cea81af7 (patch)
tree18fbba77422b94b279f41f02f775275d33f29261
parenta4ee2ff61e6200c91af197003f7217a24f31fcd7 (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 8c819b8..3ce5080 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sugar-artwork (0.82.0-2) UNRELEASED; urgency=low
+
+ * Depend on ${misc:Depends}.
+
+ -- Jonas Smedegaard <dr@jones.dk> Tue, 07 Oct 2008 12:00:05 +0200
+
sugar-artwork (0.82.0-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/control b/debian/control
index 3191f1c..a615a93 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Homepage: http://wiki.laptop.org/go/Sugar
Package: sugar-artwork
Architecture: any
-Depends: ${shlibs:Depends}, ttf-dejavu-core
+Depends: ${shlibs:Depends}, ${misc:Depends}, ttf-dejavu-core
Recommends: sugar, ttf-dejavu-extra
Description: Sugar graphical shell - artwork
Sugar is a graphical user interface aimed at children.
diff --git a/debian/control.in b/debian/control.in
index ee50637..6d35af6 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -11,7 +11,7 @@ Homepage: http://wiki.laptop.org/go/Sugar
Package: sugar-artwork
Architecture: any
-Depends: ${shlibs:Depends}, ttf-dejavu-core
+Depends: ${shlibs:Depends}, ${misc:Depends}, ttf-dejavu-core
Recommends: sugar, ttf-dejavu-extra
Description: Sugar graphical shell - artwork
Sugar is a graphical user interface aimed at children.