Changeset 7758
- Timestamp:
- 10/28/05 17:48:06 (3 years ago)
- Files:
-
- 2 modified
-
Makefile.PL (modified) (1 diff)
-
debian/control (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Makefile.PL
r7702 r7758 248 248 if ($ENV{PUGS_EMBED} and $ENV{PUGS_EMBED} =~ /\bparrot\b/i) { 249 249 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 } 250 254 if (!$base and -d "../parrot") { 251 255 $base = abs_path('../parrot/'); -
debian/control
r7639 r7758 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, 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) | 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 6 6 Standards-Version: 3.6.2 7 7
