File: control

package info (click to toggle)
gvrng 1.8.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 984 kB
  • ctags: 465
  • sloc: python: 2,573; makefile: 24; sh: 2
file content (38 lines) | stat: -rw-r--r-- 1,512 bytes parent folder | download
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
31
32
33
34
35
36
37
38
Source: gvrng
Section: games
Priority: optional
Maintainer: Sergio Talens-Oliag <sto@debian.org>
Build-Depends: cdbs, python-support (>= 0.3), debhelper(>= 5.0.37.2)
Build-Depends-Indep: python, gettext
Standards-Version: 3.7.2.0

Package: gvrng
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}, python-glade2, python-gnome2-extras
Provides: gvr
Replaces: gvr (<= 1.4.1-1)
Recommends: gvr-lessons
Description: Interactive, introductory programming language
 Guido van Robot Next Generation (GvRng) is a project developed by advanced
 high school students for use by their peers as a learning tool and precursor
 to the further study of programming with Python. It is a minimalistic
 programming language providing just enough syntax to help students learn the
 concepts of sequencing, conditional branching, looping and procedural
 abstraction.
 .
 It's biggest strength is that it permits this learning in an environment that
 combines the thrill of problem-solving with instant visual feedback. In
 short, it is an interactive, introductory programming language that is
 excellent for learning the basic concepts of programming, applicable in any
 high-level language.
 .
 The GvRng version replaces the old GvR program that used wxPython for the
 GUI.

Package: gvr
Architecture: all
Depends: gvrng
Description: Dummy upgrade package for GvRng
 This package is provided to smooth upgrades from Debian 3.1 ("sarge") to
 Debian etch. It may be safely removed from your system.