Changeset 7440 for debian/control

Show
Ignore:
Timestamp:
10/08/05 15:40:28 (3 years ago)
Author:
rafl
Message:

r16858@ata: rafl | 2005-10-08 15:06:18 +0200
Debian:

  • New package 'libghc6-pugs-dev' for the haskell interface to pugs.
  • Added debian/libghc6-pugs-dev.install accordingly.
  • Added usr/share/pugs/* to pugs-modules.install
  • New install-stamp rule in debian/rules to get rid of the double-dh_install.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • debian/control

    r6979 r7440  
    3939 . 
    4040 This package contains architecture independent pugs modules. 
     41 
     42Package: libghc6-pugs-dev 
     43Architecture: any 
     44Depends: ghc6 (>= 6.4), ghc6 (<< 6.4-999) 
     45Description: Pugs haskell interface 
     46 Pugs is an implementation of Perl 6, written in Haskell. It aims to implement 
     47 the full Perl 6 specification, as detailed in the Synopses at 
     48 http://dev.perl.org/perl6/synopsis/ 
     49 . 
     50 Homepage: http://pugscode.org/ 
     51 . 
     52 This package contains everything necessary to use pugs directly from haskell 
     53 code.