Przeglądaj źródła

dpkg-buildpackage: Remove redundant $srcmsg assignment

The setting is always overwritten, and is a duplicate of the fallback if
case.
Guillem Jover 12 lat temu
rodzic
commit
c85eeed49f
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      scripts/dpkg-buildpackage.pl

+ 0 - 1
scripts/dpkg-buildpackage.pl

@@ -501,7 +501,6 @@ if (fileomitted '\.deb') {
 	$srcmsg = _g('source only upload (original source is included)');
 	$srcmsg = _g('source only upload (original source is included)');
     }
     }
 } else {
 } else {
-    $srcmsg = _g('full upload (original source is included)');
     if (fileomitted '\.dsc') {
     if (fileomitted '\.dsc') {
 	$srcmsg = _g('binary only upload (no source included)');
 	$srcmsg = _g('binary only upload (no source included)');
     } elsif (fileomitted "\.diff\.$ext" and fileomitted "\.debian\.tar\.$ext") {
     } elsif (fileomitted "\.diff\.$ext" and fileomitted "\.debian\.tar\.$ext") {