Changeset 8897
- Timestamp:
- 02/01/06 01:22:47 (3 years ago)
- Location:
- debian
- Files:
-
- 6 modified
-
changelog (modified) (1 diff)
-
control (modified) (2 diffs)
-
libghc6-pugs-dev.install (modified) (1 diff)
-
libghc6-pugs-dev.postinst (modified) (1 diff)
-
libghc6-pugs-dev.prerm (modified) (1 diff)
-
rules (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
debian/changelog
r7798 r8897 1 pugs (6.2.11-1) unstable; urgency=low 2 3 * New upstream release. 4 5 -- Florian Ragwitz <rafl@debian.org> Tue, 31 Jan 2006 08:32:01 +0100 6 7 pugs (6.2.10-5) unstable; urgency=low 8 9 * Added libghc6-plugins-dev build dependency to enable haskell eval support. 10 * Added libparrot-dev build dependency to enable runtime evaluation of 11 parrot code as well as the parrot backend for running Perl 6 code 12 (-BParrot) 13 * Removed dependency to pugs from pugs-modules to remove a circular 14 dependnecy (Closes: #340022). 15 * Use (= ${Source-Version}) instead of (>= ${Source-Version}) in the 16 dependency from pugs to pugs-modules. 17 * Backported some recent changes for Makefile.PL from svn to the last 18 release so that pugs will work well with parrot. This involved removing 19 Makefile.PL changes from the 30cabal patch. 20 * Changed my Maintainer address. 21 22 -- Florian Ragwitz <rafl@debian.org> Sun, 20 Nov 2005 15:00:55 +0100 23 1 24 pugs (6.2.10-4) unstable; urgency=low 2 25 -
debian/control
r7860 r8897 8 8 Package: pugs 9 9 Architecture: any 10 Depends: ${shlibs:Depends}, pugs-modules ( >= ${Source-Version})10 Depends: ${shlibs:Depends}, pugs-modules (= ${Source-Version}) 11 11 Suggests: pugs-doc, perl, spidermonkey-bin 12 12 Description: Perl 6 Implementation … … 30 30 Package: pugs-modules 31 31 Architecture: all 32 Depends: pugs (>= ${Source-Version})33 32 Description: Pugs core modules 34 33 Pugs is an implementation of Perl 6, written in Haskell. It aims to implement -
debian/libghc6-pugs-dev.install
r7441 r8897 1 lib/Pugs-6.2.1 0usr/lib/haskell-packages/ghc6/lib1 lib/Pugs-6.2.11 usr/lib/haskell-packages/ghc6/lib -
debian/libghc6-pugs-dev.postinst
r7798 r8897 2 2 3 3 GHC=ghc-6.4.1 4 VERSION=6.2.1 04 VERSION=6.2.11 5 5 6 6 case "$1" in -
debian/libghc6-pugs-dev.prerm
r7798 r8897 2 2 3 3 GHC=ghc-6.4.1 4 VERSION=6.2.1 04 VERSION=6.2.11 5 5 6 6 case "$1" in -
debian/rules
r7798 r8897 66 66 dh_testdir 67 67 dh_testroot 68 cp .installed-pkg-config $(CURDIR)/debian/libghc6-pugs-dev/usr/lib/haskell-packages/ghc6/lib/Pugs-6.2.1 0/installed-pkg-config68 cp .installed-pkg-config $(CURDIR)/debian/libghc6-pugs-dev/usr/lib/haskell-packages/ghc6/lib/Pugs-6.2.11/installed-pkg-config 69 69 rm -f $(CURDIR)/debian/pugs/usr/lib/perl6/5.8/CORE/pugs/gen_prelude \ 70 70 $(CURDIR)/debian/pugs/usr/lib/perl6/5.8/CORE/pugs/Pugs/Rule/LICENSE \
