diff options
Diffstat (limited to 'dselect')
-rwxr-xr-x | dselect/methods/ftp/install | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dselect/methods/ftp/install b/dselect/methods/ftp/install index 0ccc9dd1b..a1cbb5611 100755 --- a/dselect/methods/ftp/install +++ b/dselect/methods/ftp/install @@ -474,7 +474,6 @@ sub getdebinfo($) { close($pkgfile_fh); $pkg = $fields{'package'}; $ver = $fields{'version'}; - if($fields{'package_revision'}) { $ver .= '-' . $fields{'package_revision'}; } return $pkg, $ver; } elsif ( $type == 2) { open(my $pkgfile_fh, '-|', "dpkg-split --info $fn") |