Changeset 7758

Show
Ignore:
Timestamp:
10/28/05 17:48:06 (3 years ago)
Author:
rafl
Message:

r18808@ata: rafl | 2005-10-28 17:44:31 +0200

  • debian/control: Build-Depend on parrot-dev for parrot embedding.
  • Makefile.PL: Some fixes for parrot header detection.
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • Makefile.PL

    r7702 r7758  
    248248    if ($ENV{PUGS_EMBED} and $ENV{PUGS_EMBED} =~ /\bparrot\b/i) { 
    249249        my $base = $ENV{PARROT_PATH}; 
     250                chomp(my $parrot_config = `which parrot-config.imc 2>/dev/null`); 
     251                if (!$base && -e $parrot_config) { 
     252                        $base = (File::Spec->splitpath($parrot_config))[1]; 
     253                } 
    250254        if (!$base and -d "../parrot") { 
    251255            $base = abs_path('../parrot/'); 
  • debian/control

    r7639 r7758  
    33Priority: optional 
    44Maintainer: Florian Ragwitz <rafl@debianforum.de> 
    5 Build-Depends: debhelper (>= 4.0.0), dpatch, ghc6 (>= 6.4) | ghc-cvs (>= 20050331-1), libghc6-plugins-dev, perl, libperl-dev, libwww-perl, libyaml-perl, libtest-tap-model-perl, libtest-tap-htmlmatrix-perl, libcompress-bzip2-perl 
     5Build-Depends: debhelper (>= 4.0.0), dpatch, ghc6 (>= 6.4) | ghc-cvs (>= 20050331-1), libghc6-plugins-dev, perl, libperl-dev, parrot-dev, libwww-perl, libyaml-perl, libtest-tap-model-perl, libtest-tap-htmlmatrix-perl, libcompress-bzip2-perl 
    66Standards-Version: 3.6.2 
    77