Changeset 6858

Show
Ignore:
Timestamp:
09/08/05 21:28:47 (3 years ago)
Author:
rafl
Message:

Debian:
* Enable perl5 embedding in debian/rules.
* Added libperl-dev to Build-Depends.

Location:
debian
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • debian/control

    r6856 r6858  
    33Priority: optional 
    44Maintainer: Florian Ragwitz <rafl@debianforum.de> 
    5 Build-Depends: debhelper (>= 4.0.0), dpatch, ghc6 (>= 6.4) | ghc-cvs (>= 20050331-1), perl, 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), perl, libperl-dev, libwww-perl, libyaml-perl, libtest-tap-model-perl, libtest-tap-htmlmatrix-perl, libcompress-bzip2-perl 
    66Standards-Version: 3.6.2 
    77 
  • debian/rules

    r6812 r6858  
    1414configure-stamp: patch-stamp 
    1515        dh_testdir 
    16         perl Makefile.PL INSTALLDIRS=vendor 
     16        PUGS_EMBED=perl5 perl Makefile.PL INSTALLDIRS=vendor 
    1717        touch configure-stamp 
    1818