[t][TT #1122] Convert t/op/numbert.t to PIR, mgrimes++
[parrot.git] / ports / ubuntu / control.in
blobcd088c3f0b3d62fd816c93945fdf2cfce94905a5
1 Source: parrot
2 Section: interpreters
3 Priority: optional
4 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5 XSBC-Original-Maintainer: Debian Parrot Maintainers <pkg-parrot-devel@lists.alioth.debian.org>
6 Uploaders: Allison Randal <allison@parrot.org>, Nuno Carvalho <mestre.smash@gmail.com>, Patrick Michaud <pmichaud@pobox.com>
7 Build-Depends: debhelper (>= 5.0.0), perl, perl-doc, libgdbm-dev, libreadline-dev
8 Standards-Version: 3.8.1
10 Package: parrot
11 Architecture: any
12 Depends: ${shlibs:Depends}, parrot-minimal (= ${binary:Version})
13 Suggests: parrot-doc
14 Provides: parrot-test, parrot-data-dumper
15 Description: A virtual machine for dynamic languages
16  Parrot is a bytecode-based virtual machine designed for dynamic languages.
17  Parrot hosts a variety of language implementations, including Tcl, Javascript,
18  Ruby, Lua, Scheme, PHP, Python, Perl 6, and a .NET bytecode translator.
20 Package: parrot-minimal
21 Architecture: any
22 Depends: ${shlibs:Depends}
23 Conflicts: parrot ( << 1.0.0 )
24 Replaces: parrot ( << 1.0.0 )
25 Description: A minimal install of the Parrot VM
26  This package contains the core Parrot virtual machine. It's all that you need
27  to get up and running in the average use case, and is sufficient to run most
28  language implementations.
30 Package: libparrot@SOVERSION@
31 Architecture: any
32 Section: libs
33 Depends: ${shlibs:Depends}
34 Description: Parrot shared library
35  This package contains the Parrot shared library, used by the Parrot virtual
36  machine and by programs that embed Parrot.
38 Package: libparrot-dev
39 Architecture: any
40 Section: libdevel
41 Depends: libparrot@SOVERSION@ (= ${binary:Version}), parrot
42 Description: Parrot shared library development files
43  This package contains header files and a static library, needed to develop
44  applications which embed Parrot.
46 Package: parrot-doc
47 Architecture: all
48 Section: doc
49 Suggests: perl-doc
50 Description: Parrot documentation
51  Parrot manual pages and raw Pod documentation. If you are developing a
52  compiler or extensions for Parrot, you will need this. If you're only using a
53  Parrot hosted language, the language-specific documentation is sufficient.
55 Package: parrot-devel
56 Architecture: any
57 Section: devel
58 Depends: ${shlibs:Depends}, parrot, libparrot-dev, perl
59 Provides: parrot-pge, parrot-tge, parrot-pct, parrot-nqp
60 Conflicts: parrot ( << 1.0.0 ), libparrot-dev ( << 1.0.0 )
61 Replaces: parrot ( << 1.0.0 ), libparrot-dev ( << 1.0.0 )
62 Description: Parrot development tools
63  This package contains development tools for the Parrot virtual machine. It is
64  essential for developing language implementations to run on Parrot, but not
65  needed for running languages once they've been installed.