Changeset 5587 for debian/control

Show
Ignore:
Timestamp:
07/14/05 11:34:03 (3 years ago)
Author:
rafl
svk:copy_cache_prev:
7591
Message:

* Improved the Debian package:

  • Moved architecture independent modules to pugs-modules
  • Closed the ITP bug with the changelog
  • Clean up properly in clean rule
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • debian/control

    r5432 r5587  
    33Priority: optional 
    44Maintainer: Florian Ragwitz <florian@mookooh.org> 
    5 Build-Depends: debhelper (>= 4.0.0), ghc, perl 
     5Build-Depends: debhelper (>= 4.0.0), ghc6, perl 
    66Standards-Version: 3.6.2 
    77 
    88Package: pugs 
    99Architecture: any 
    10 Depends: ${shlibs:Depends} 
     10Depends: ${shlibs:Depends}, pugs-modules (>= ${Source-Version}) 
    1111Description: A Perl 6 Implementation 
    1212 Pugs is an implementation of Perl 6, written in Haskell. It aims to implement 
     
    2626 . 
    2727 This package contains various documentation for pugs. 
     28 
     29Package: pugs-modules 
     30Architecture: all 
     31Depends: pugs (>= ${Source-Version}) 
     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 http://dev.perl.org/perl6/synopsis/ 
     36 . 
     37 Homepage: http://pugscode.org/ 
     38 . 
     39 This package contains architecture independent pugs modules.