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-03-14 14:59:54 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-03-14 14:59:54 (GMT)
commit58c361f1a55d488b98392b4f9aed3ca8d559cf30 (patch)
treeddf3773b7f882d9e034b43d3d6b7f2a36a9a76f1
parent391c7d8e0fa5d307d944c201b34e400108598d36 (diff)
* Depend on python-sugar-datastore (not sugar-datastore).debian/0.79.0-4
* Semi-auto-update debian/control to update build-dependencies: DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
-rw-r--r--debian/changelog8
-rw-r--r--debian/control4
-rw-r--r--debian/control.in2
3 files changed, 11 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 05a87d6..187c89e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+sugar-toolkit (0.79.0-4) unstable; urgency=low
+
+ * Depend on python-sugar-datastore (not sugar-datastore).
+ * Semi-auto-update debian/control to update build-dependencies:
+ DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
+
+ -- Jonas Smedegaard <dr@jones.dk> Fri, 14 Mar 2008 15:57:07 +0100
+
sugar-toolkit (0.79.0-3) unstable; urgency=low
* Pass over maintenance of the package to the OLPC team: Change
diff --git a/debian/control b/debian/control
index e27bdbe..b1cf394 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Debian OLPC <pkg-olpc-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
-Build-Depends: cdbs (>= 0.4.39), autotools-dev, quilt, patchutils (>= 0.2.25), devscripts (>= 2.10.7), python-all-dev (>= 2.3.5-11), python-central (>= 0.6), libtool, automake, debhelper (>= 5), dh-buildinfo, libglib2.0-dev, python-gtk2-dev, gettext, intltool, libxml-parser-perl
+Build-Depends: cdbs (>= 0.4.39), autotools-dev, quilt, patchutils (>= 0.2.25), devscripts (>= 2.10.7), python-all-dev (>= 2.3.5-11), python-central (>= 0.6), debhelper (>= 5), dh-buildinfo, libglib2.0-dev, python-gtk2-dev, gettext, intltool, libxml-parser-perl
Standards-Version: 3.7.3
Vcs-Git: git://git.debian.org/git/collab-maint/sugar-toolkit.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/sugar-toolkit.git;a=summary
@@ -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
-Recommends: sugar, sugar-datastore, sugar-presence-service, sugar-journal-service, ttf-dejavu-core
+Recommends: sugar, python-sugar-datastore, sugar-presence-service, sugar-journal-service, ttf-dejavu-core
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 1052b1d..516ef70 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
-Recommends: sugar, sugar-datastore, sugar-presence-service, sugar-journal-service, ttf-dejavu-core
+Recommends: sugar, python-sugar-datastore, sugar-presence-service, sugar-journal-service, ttf-dejavu-core
Suggests: git-core, subversion, ttf-dejavu-extra
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}