File: control

package info (click to toggle)
python-gnatpython 54-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 628 kB
  • ctags: 590
  • sloc: python: 3,056; ansic: 1,477; makefile: 38
file content (33 lines) | stat: -rw-r--r-- 1,258 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
Source: python-gnatpython
Section: python
Priority: optional
Maintainer: Xavier Grave <xavier.grave@ipno.in2p3.fr>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 9.20120115), dpkg-dev (>= 1.16.1),
 python-all (>= 2.6.6-3~), python-all-dev (>= 2.6.6-3~),
 gcc (>= 4.6)
Vcs-Browser: http://www.ada-france.org:8081/branch/changes/org.debian.gnatpython
Vcs-Mtn: www.ada-france.org org.debian.gnatpython
Homepage: http://forge.open-do.org/projects/gnatpython
Standards-Version: 3.9.3
X-Python-Version: >= 2.6

Package: python-gnatpython
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: Python framework to ease development of test suites
 GNATPython is a Python framework to ease development of test suites
 and build scripts in a portable way. It is developed by a team of
 AdaCore members.

Package: python-gnatpython-doc
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: python-gnatpython
Section: doc
Description: Python framework to ease development of test suites (examples)
 GNATPython is a Python framework to ease development of test suites
 and build scripts in a portable way. It is developed by a team of
 AdaCore members.
 .
 This package contains examples of GNATPython use.