Changeset 7799
- Timestamp:
- 10/31/05 22:49:50 (3 years ago)
- Files:
-
- 2 modified
-
Makefile.PL (modified) (1 diff)
-
debian/control (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Makefile.PL
r7763 r7799 252 252 $base = (File::Spec->splitpath($parrot_config))[1]; 253 253 } 254 if (!$base) { 255 $parrot_config = which('parrot-config') || ''; 256 $base = (File::Spec->splitpath($parrot_config))[1] if -e $parrot_config; 257 } 254 258 if (!$base and -d File::Spec->catdir(File::Spec->updir() . 'parrot')) { 255 259 $base = abs_path(File::Spec->catdir(File::Spec->updir() . 'parrot')); -
debian/control
r7798 r7799 3 3 Priority: optional 4 4 Maintainer: 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-perl5 Build-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 6 6 Standards-Version: 3.6.2 7 7
