Changeset 5587
- Timestamp:
- 07/14/05 11:34:03 (3 years ago)
- svk:copy_cache_prev:
- 7591
- Location:
- debian
- Files:
-
- 4 modified
Legend:
- Unmodified
- Added
- Removed
-
debian/changelog
r5431 r5587 1 1 pugs (6.2.8-1) unstable; urgency=low 2 2 3 * Initial release .3 * Initial release (Closes: #297871). 4 4 5 5 -- Florian Ragwitz <florian@mookooh.org> Wed, 6 Jul 2005 05:14:39 +0200 -
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. -
debian/pugs.install
r5257 r5587 1 1 usr/share/vim/* 2 usr/share/perl5/*3 usr/share/perl6/*4 2 usr/lib/perl6/* 5 3 usr/bin/* -
debian/rules
r5532 r5587 32 32 dh_testdir 33 33 dh_testroot 34 rm -f build-arch-stamp build-indep-stamp configure-stamp debian/pugs.1 debian/pugscc.1 34 rm -f build-arch-stamp build-indep-stamp configure-stamp debian/pugs.1 debian/pugscc.1 src/Pugs/CodeGen/PIR/Prelude.hi src/Pugs/CodeGen/PIR/Prelude.o ext/Test-Builder/destroy_test.p6 35 35 -$(MAKE) realclean 36 36 dh_clean … … 41 41 dh_testroot 42 42 dh_installdirs 43 dh_install -i --sourcedir=$(CURDIR)/debian/tmp 43 44 cp -r $(CURDIR)/docs/* $(CURDIR)/debian/pugs-doc/usr/share/doc/pugs-doc/ 44 45 rm -f $(CURDIR)/debian/pugs-doc/usr/share/doc/pugs-doc/SEEALSO
