# NOTE: Please do not edit this file, it was auto generated by jhconvert
#       See http://wiki.sugarlabs.org/go/Deployment_Team/jhconvert for details

Source: sugar-turtleart
Section: universe/x11
Priority: optional
Maintainer: Aleksey Lim <alsroot@altlinux.org>
Build-Depends: debhelper, python-support, gettext, python-dev, sugar-toolkit (>= 0.87.6)
Standards-Version: 3.8.2
Homepage: http://sugarlabs.org/

Package: sugar-turtleart
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}, python-numpy, python, sugar-toolkit (>= 0.87.6)
Conflicts: sugar-turtleart-activity
Description: Pseudo-Logo graphical programming language for Sugar
 Turtle Art is an activity with a Logo-inspired graphical "turtle"
 that draws colorful art based on Scratch-like snap-together visual
 programming elements.
 There are many restrictions compared to LOGO. The two allowed user-defined
 procedures can't have parameters. Only two numeric global variables
 are available, no lists or other data-structures. You can't make user defined
 functions which return a value. The conditionals and some of the functions
 only take constants or variables, not expressions. Limited screen real-estate
 makes building large programs unfeasible.
