Changeset 8897 for debian

Show
Ignore:
Timestamp:
02/01/06 01:22:47 (3 years ago)
Author:
rafl
Message:

r27914@ata: rafl | 2006-01-31 08:42:41 +0100

  • Adjusted debian/ for 6.2.11.
Location:
debian
Files:
6 modified

Legend:

Unmodified
Added
Removed
  • debian/changelog

    r7798 r8897  
     1pugs (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 
     7pugs (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 
    124pugs (6.2.10-4) unstable; urgency=low 
    225 
  • debian/control

    r7860 r8897  
    88Package: pugs 
    99Architecture: any 
    10 Depends: ${shlibs:Depends}, pugs-modules (>= ${Source-Version}) 
     10Depends: ${shlibs:Depends}, pugs-modules (= ${Source-Version}) 
    1111Suggests: pugs-doc, perl, spidermonkey-bin 
    1212Description: Perl 6 Implementation 
     
    3030Package: pugs-modules 
    3131Architecture: all 
    32 Depends: pugs (>= ${Source-Version}) 
    3332Description: Pugs core modules 
    3433 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.10 usr/lib/haskell-packages/ghc6/lib 
     1lib/Pugs-6.2.11 usr/lib/haskell-packages/ghc6/lib 
  • debian/libghc6-pugs-dev.postinst

    r7798 r8897  
    22 
    33GHC=ghc-6.4.1 
    4 VERSION=6.2.10 
     4VERSION=6.2.11 
    55 
    66case "$1" in 
  • debian/libghc6-pugs-dev.prerm

    r7798 r8897  
    22 
    33GHC=ghc-6.4.1 
    4 VERSION=6.2.10 
     4VERSION=6.2.11 
    55 
    66case "$1" in 
  • debian/rules

    r7798 r8897  
    6666        dh_testdir 
    6767        dh_testroot 
    68         cp .installed-pkg-config $(CURDIR)/debian/libghc6-pugs-dev/usr/lib/haskell-packages/ghc6/lib/Pugs-6.2.10/installed-pkg-config 
     68        cp .installed-pkg-config $(CURDIR)/debian/libghc6-pugs-dev/usr/lib/haskell-packages/ghc6/lib/Pugs-6.2.11/installed-pkg-config 
    6969        rm -f $(CURDIR)/debian/pugs/usr/lib/perl6/5.8/CORE/pugs/gen_prelude \ 
    7070        $(CURDIR)/debian/pugs/usr/lib/perl6/5.8/CORE/pugs/Pugs/Rule/LICENSE \