Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-03-25 22:12:40 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-04-29 14:18:14 (GMT)
commitbfe11be4cf7fba2e7ce2904eb35c824355a1138c (patch)
tree28b67efca7a883a09ee599db58e4be700e2e894d /debian/control
parent5818437129222cb7a348f8a948e6b82a6bc5dc1d (diff)
Initial release. Closes: bug#444021.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control26
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..88b986e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: sugar-hulahop
+Section: python
+Priority: optional
+Maintainer: Debian OLPC <debian-olpc-devel@lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr@jones.dk>
+Build-Depends: autotools-dev, devscripts (>= 2.10.7), quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), debhelper (>= 5), dh-buildinfo, xulrunner-dev (>= 1.9~b5-3~), python-xpcom, python-gtk2-dev
+Standards-Version: 3.7.3
+Vcs-Git: git://git.debian.org/git/collab-maint/sugar-hulahop.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/sugar-hulahop.git;a=summary
+Homepage: http://wiki.laptop.org/go/Sugar
+XS-Python-Version: all
+
+Package: python-hulahop
+Architecture: any
+Depends: ${shlibs:Depends}, ${python:Depends}, python-gtk2, python-gobject, python-xpcom
+Suggests: sugar-web-activity
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
+Description: Sugar graphical shell - gecko-based web engine
+ 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 the Hulahop web rendering engine based on Gecko
+ and PyXPCom.