[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Automating Perl Dependencies



[CC me please]

Dear Perl gurus,

  I am reading §4.4.3 of the perl policy section, and I am wondering
then what I did wrong in refdb-perlmod package.

$ cat debian/control
[...]
Build-Depends: debhelper (>= 9), libtext-iconv-perl
[...]
Package: librefdb-perlmod-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}

However:

$ dpkg -I librefdb-perlmod-perl_1.2-1_all.deb
[...]
 Depends: perl


What could I possibly be missing here in my debian/* package to have
the Depends point to libtext-iconv-perl ?

Thanks,


Reply to: