summaryrefslogtreecommitdiff
path: root/dselect/methods/ftp/install
diff options
context:
space:
mode:
Diffstat (limited to 'dselect/methods/ftp/install')
-rwxr-xr-xdselect/methods/ftp/install1
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")