Package: dpkg-repack Version: 1.23 There is a bug in dpkg-repack that produces the following error:
syntax error at /usr/bin/dpkg-repack line 230, near "else if"
syntax error at /usr/bin/dpkg-repack line 234, near "else"
Execution of /usr/bin/dpkg-repack aborted due to compilation errors.
Solution:
Change line 230 from
else if (-p $fn) {
to
elsif (-p $fn) {
Regards,
Ozz.
signature.asc
Description: OpenPGP digital signature

