Changeset 5587 for debian/control
- Timestamp:
- 07/14/05 11:34:03 (3 years ago)
- svk:copy_cache_prev:
- 7591
- Files:
-
- 1 modified
-
debian/control (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
debian/control
r5432 r5587 3 3 Priority: optional 4 4 Maintainer: Florian Ragwitz <florian@mookooh.org> 5 Build-Depends: debhelper (>= 4.0.0), ghc , perl5 Build-Depends: debhelper (>= 4.0.0), ghc6, perl 6 6 Standards-Version: 3.6.2 7 7 8 8 Package: pugs 9 9 Architecture: any 10 Depends: ${shlibs:Depends} 10 Depends: ${shlibs:Depends}, pugs-modules (>= ${Source-Version}) 11 11 Description: A Perl 6 Implementation 12 12 Pugs is an implementation of Perl 6, written in Haskell. It aims to implement … … 26 26 . 27 27 This package contains various documentation for pugs. 28 29 Package: pugs-modules 30 Architecture: all 31 Depends: pugs (>= ${Source-Version}) 32 Description: 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.
