Changeset 7639

Show
Ignore:
Timestamp:
10/16/05 16:11:30 (3 years ago)
Author:
rafl
Message:

r17179@ata: rafl | 2005-10-16 16:01:18 +0200
Debian:

  • Updated ghc6 dependency for libghc6-pugs-dev.
  • Added perl dependency for libghc6-pugs-dev.
  • Some minor description improvements.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • debian/control

    r7472 r7639  
    1010Depends: ${shlibs:Depends}, pugs-modules (>= ${Source-Version}) 
    1111Suggests: pugs-doc, perl, spidermonkey-bin 
    12 Description: A Perl 6 Implementation 
     12Description: Perl 6 Implementation 
    1313 Pugs is an implementation of Perl 6, written in Haskell. It aims to implement 
    1414 the full Perl 6 specification, as detailed in the Synopses at 
     
    1919Package: pugs-doc 
    2020Architecture: all 
    21 Description: A Perl6 Implementation - Documentation 
     21Description: pugs documentation 
    2222 Pugs is an implementation of Perl 6, written in Haskell. It aims to implement 
    2323 the full Perl 6 specification, as detailed in the Synopses at 
     
    4242Package: libghc6-pugs-dev 
    4343Architecture: any 
    44 Depends: ghc6 (>= 6.4), ghc6 (<< 6.4-999) 
     44Depends: ghc6 (>= 6.4.1), ghc6 (<< 6.4.1-999), perl 
    4545Description: Pugs haskell interface 
    4646 Pugs is an implementation of Perl 6, written in Haskell. It aims to implement