Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: fa2dfd4f096570c6c9b2420242fa8f367e8cdf61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: sugar-datastore
Section: python
Priority: optional
Maintainer: Debian OLPC <pkg-olpc-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Build-Depends: quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27), python-dev (>= 2.3.5-11), python-central (>= 0.6), libtool, automake, autoconf, debhelper (>= 5), devscripts (>= 2.10.7), dh-buildinfo
Standards-Version: 3.7.3
Vcs-Git: git://git.debian.org/git/collab-maint/sugar-datastore.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/sugar-datastore.git;a=summary
Homepage: http://wiki.laptop.org/go/Sugar
XS-Python-Version: all

Package: python-sugar-datastore
Architecture: all
Depends: ${shlibs:Depends}, ${python:Depends}, python-gobject, python-dbus, python-gnome2, python-xapian, python-sugar
Recommends: poppler-utils | xpdf-utils, abiword | abiword-gnome
Suggests: sugar
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Sugar graphical shell - datastore
 Sugar is a graphical user interface aimed at children.
 .
 Sugar is mainly used as the interface for One Laptop Per Child (OLPC)
 XO machines.
 .
 This package contains a simple log like datastore able to connect with
 multiple backends.  The datastore supports connectionig and
 disconnecting from backends on the fly to help the support the limit
 space/memory characteristics of the OLPC system and the fact that
 network services may become unavailable at times.