root/debian/control

Revision 17158, 1.4 kB (checked in by moritz, 17 months ago)

debian/control: build dependency is libghc6-time-dev

Line 
1Source: pugs
2Section: interpreters
3Priority: optional
4Maintainer: Florian Ragwitz <rafl@debianforum.de>
5Build-Depends: debhelper (>= 4.0.0), dpatch, ghc6 (>= 6.6.1), perl, libperl-dev, libwww-perl, libyaml-perl, libtest-tap-model-perl, libtest-tap-htmlmatrix-perl, libcompress-bzip2-perl, libghc6-network-dev, libghc6-mtl-dev, libghc6-time-dev
6Standards-Version: 3.7.2
7
8Package: pugs
9Architecture: any
10Depends: ${shlibs:Depends}, pugs-modules (= ${Source-Version})
11Suggests: pugs-doc, perl, spidermonkey-bin
12Description: Perl 6 Implementation
13 Pugs is an implementation of Perl 6, written in Haskell. It aims to implement
14 the full Perl 6 specification, as detailed in the Synopses at
15 http://perlcabal.org/syn/
16 .
17 Homepage: http://pugscode.org/
18
19Package: pugs-doc
20Architecture: all
21Description: Pugs documentation
22 Pugs is an implementation of Perl 6, written in Haskell. It aims to implement
23 the full Perl 6 specification, as detailed in the Synopses at
24 perlcabal.org/syn/
25 .
26 Homepage: http://pugscode.org/
27 .
28 This package contains various documentation for pugs.
29
30Package: pugs-modules
31Architecture: all
32Description: Pugs core modules
33 Pugs is an implementation of Perl 6, written in Haskell. It aims to implement
34 the full Perl 6 specification, as detailed in the Synopses at
35 perlcabal.org/syn/
36 .
37 Homepage: http://pugscode.org/
38 .
39 This package contains architecture independent pugs modules.
Note: See TracBrowser for help on using the browser.