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-05-12 12:36:25 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-05-12 13:03:57 (GMT)
commit7796243cccb50cc2a55d94edb0c890d8d9f8c87b (patch)
treede025e5da611b4c6cf2a6890dcf65243966549b9
parentd338cfd5b889558a6f427fe9fdcf6e49eeeede1f (diff)
Fix recomending sugar-journal-activity (not bogus -service).debian/0.79.6-3
Recommend sugar-journal-activity (not bogus sugar-journal-service). Closes: bug#480857, thanks to Holger Levsen.
-rw-r--r--debian/changelog8
-rw-r--r--debian/control2
-rw-r--r--debian/control.in2
3 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index d349334..bc0c2b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+sugar-toolkit (0.79.6-3) unstable; urgency=medium
+
+ * Recommend sugar-journal-activity (not bogus sugar-journal-service).
+ Closes: bug#480857, thanks to Holger Levsen.
+ * Set urgency=medium to not have the above delay entering testing.
+
+ -- Jonas Smedegaard <dr@jones.dk> Mon, 12 May 2008 14:34:55 +0200
+
sugar-toolkit (0.79.6-2) unstable; urgency=high
* Add patch 1003 to fix installing zip-based bundles (*.xo files).
diff --git a/debian/control b/debian/control
index 05573d2..d5a27c8 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ XS-Python-Version: all
Package: python-sugar-toolkit
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, python-gtk2, python-dbus, python-gobject, python-cairo, python-gnome2-desktop (>= 2.16), python-telepathy, python-json, python-sugar, python-hippocanvas
-Recommends: sugar, python-olpc-datastore, sugar-presence-service, sugar-journal-service, ttf-dejavu-core, unzip
+Recommends: sugar, python-olpc-datastore, sugar-presence-service, sugar-journal-activity, ttf-dejavu-core, unzip
Suggests: git-core, subversion, ttf-dejavu-extra
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
diff --git a/debian/control.in b/debian/control.in
index 7eba6f7..32b07e0 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -13,7 +13,7 @@ XS-Python-Version: all
Package: python-sugar-toolkit
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, python-gtk2, python-dbus, python-gobject, python-cairo, python-gnome2-desktop (>= 2.16), python-telepathy, python-json, python-sugar, python-hippocanvas
-Recommends: sugar, python-olpc-datastore, sugar-presence-service, sugar-journal-service, ttf-dejavu-core, unzip
+Recommends: sugar, python-olpc-datastore, sugar-presence-service, sugar-journal-activity, ttf-dejavu-core, unzip
Suggests: git-core, subversion, ttf-dejavu-extra
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}