Changeset 7799

Show
Ignore:
Timestamp:
10/31/05 22:49:50 (3 years ago)
Author:
rafl
Message:

r18859@ata: rafl | 2005-10-30 02:37:59 +0200
Debian:

  • Build-Depend on ghc6 (>= 6.4.1) instead of ghc6 (>= 6.4) | ghc-cvs (>= 20050331-1).
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • Makefile.PL

    r7763 r7799  
    252252            $base = (File::Spec->splitpath($parrot_config))[1]; 
    253253        } 
     254        if (!$base) { 
     255            $parrot_config = which('parrot-config') || ''; 
     256            $base = (File::Spec->splitpath($parrot_config))[1] if -e $parrot_config; 
     257        } 
    254258        if (!$base and -d File::Spec->catdir(File::Spec->updir() . 'parrot')) { 
    255259            $base = abs_path(File::Spec->catdir(File::Spec->updir() . 'parrot')); 
  • debian/control

    r7798 r7799  
    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, parrot-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.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