Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/debian/control.in
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-03-23 20:28:51 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-03-23 21:05:09 (GMT)
commit0e6e075c7091d66724fa2519b85d944108730c1f (patch)
tree864ef4634a95426a2ae00154e5a75a7207f9fcc9 /debian/control.in
parentabccdf2193c6e0346780f8a38d51d27fc539def3 (diff)
Initial release. Closes: bug#444021.debian/19.git.20080323-1
Diffstat (limited to 'debian/control.in')
-rw-r--r--debian/control.in28
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..dd8b911
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,28 @@
+Source: sugar-calculate-activity
+Section: x11
+Priority: optional
+Maintainer: Debian OLPC <debian-olpc-devel@lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr@jones.dk>
+Build-Depends: @cdbs@
+Standards-Version: 3.7.3
+Vcs-Git: git://git.debian.org/git/collab-maint/sugar-calculate-activity.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/sugar-calculate-activity.git;a=summary
+Homepage: http://wiki.laptop.org/go/Sugar
+XS-Python-Version: all
+
+Package: sugar-calculate-activity
+Architecture: all
+Depends: ${shlibs:Depends}, ${python:Depends}, python-gobject, python-gtk2, python-sugar, python-sugar-toolkit, sugar-presence-service, sugar-sharedstate-classes
+Recommends: sugar
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
+Description: calculate activity for the Sugar graphical shell
+ 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 calculate activity, providing a generic
+ calculator. The interface provides the simplest functions directly and
+ should therefore be easy to use for the youngest children. However, it
+ does support more complicated math and variables.