* t/configure/25-options_test.t:
[parrot.git] / debian / control.in
blobe5b230a46057b2d1c4dde6c793389e39ba103d66
1 Source: parrot
2 Section: interpreters
3 Priority: optional
4 Maintainer: Florian Ragwitz <rafl@debian.org>
5 Build-Depends: debhelper (>= 4.0.0), perl, perl-doc, libgmp3-dev, libgdbm-dev, python, libicu34-dev, libreadline-dev
6 Standards-Version: 3.6.2
8 Package: parrot
9 Architecture: any
10 Depends: ${shlibs:Depends}
11 Suggests: parrot-doc
12 Recommends: perl
13 Description: virtual machine to execute bytecode for interpreted languages
14  Parrot is a virtual machine designed to execute bytecode for interpreted
15  languages efficiently. Parrot will be the target for the Perl 6 compiler.
16  There is already a partial Perl 6 compiler as well as compilers in various
17  stages of completion for a wide range of other languages.
19 Package: libparrot%SOVERSION%
20 Architecture: any
21 Section: libs
22 Depends: ${shlibs:Depends}
23 Provides: libparrot
24 Conflicts: libparrot
25 Description: virtual machine to execute bytecode for interpreted languages
26  Parrot is a virtual machine designed to execute bytecode for interpreted
27  languages efficiently. Parrot will be the target for the Perl 6 compiler.
28  There is already a partial Perl 6 compiler as well as compilers in various
29  stages of completion for a wide range of other languages.
30  .
31  This package contains the parrot shared library.
33 Package: libparrot-dev
34 Architecture: any
35 Section: libdevel
36 Depends: libparrot%SOVERSION% (= ${Source-Version}), parrot, libicu34-dev
37 Description: virtual machine to execute bytecode for interpreted languages
38  Parrot is a virtual machine designed to execute bytecode for interpreted
39  languages efficiently. Parrot will be the target for the Perl 6 compiler.
40  There is already a partial Perl 6 compiler as well as compilers in various
41  stages of completion for a wide range of other languages.
42  .
43  This package contains files needed to develop applications which embed Parrot.
45 Package: parrot-doc
46 Architecture: all
47 Section: doc
48 Suggests: perl-doc
49 Description: virtual machine to execute bytecode for interpreted languages
50  Parrot is a virtual machine designed to execute bytecode for interpreted
51  languages efficiently. Parrot will be the target for the Perl 6 compiler.
52  There is already a partial Perl 6 compiler as well as compilers in various
53  stages of completion for a wide range of other languages.
54  .
55  This package contains various documentation for parrot.