- Timestamp:
- 10/08/05 15:40:28 (3 years ago)
- Location:
- debian
- Files:
-
- 1 added
- 3 modified
-
control (modified) (1 diff)
-
libghc6-pugs-dev.install (added)
-
pugs-modules.install (modified) (1 diff)
-
rules (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
debian/control
r6979 r7440 39 39 . 40 40 This package contains architecture independent pugs modules. 41 42 Package: libghc6-pugs-dev 43 Architecture: any 44 Depends: ghc6 (>= 6.4), ghc6 (<< 6.4-999) 45 Description: 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. -
debian/pugs-modules.install
r6688 r7440 1 usr/share/pugs/* 1 2 usr/share/perl5/* 2 3 usr/share/perl6/* -
debian/rules
r6858 r7440 44 44 45 45 install: install-indep install-arch 46 install- indep:46 install-stamp: 47 47 dh_testdir 48 48 dh_testroot 49 $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp 50 find $(CURDIR) -exec chmod u+rw {} \; 49 51 dh_installdirs 50 dh_install -i --sourcedir=$(CURDIR)/debian/tmp --list-missing 52 dh_install --sourcedir=$(CURDIR)/debian/tmp --list-missing 53 touch install-stamp 54 55 install-indep: install-stamp 56 dh_testdir 57 dh_testroot 51 58 cp -r $(CURDIR)/docs/* $(CURDIR)/debian/pugs-doc/usr/share/doc/pugs-doc/ 52 59 cp $(CURDIR)/debian/pugs-modules.lintian-overrides $(CURDIR)/debian/pugs-modules/usr/share/lintian/overrides/pugs-modules 53 60 rm -f $(CURDIR)/debian/pugs-doc/usr/share/doc/pugs-doc/SEEALSO 54 61 55 install-arch: 62 install-arch: install-stamp 56 63 dh_testdir 57 64 dh_testroot 58 dh_installdirs -s59 $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp60 65 cp util/perl6.vim $(CURDIR)/debian/pugs/usr/share/vim/vim63/syntax/ 61 dh_install -s --sourcedir=$(CURDIR)/debian/tmp --list-missing62 66 rm -f $(CURDIR)/debian/pugs/usr/lib/perl6/5.8/CORE/pugs/gen_prelude \ 63 67 $(CURDIR)/debian/pugs/usr/lib/perl6/5.8/CORE/pugs/Pugs/Rule/LICENSE \
