Browse Source

prevent Closes warning

Guy Maor 27 years ago
parent
commit
e303a373a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/dpkg-source.pl

+ 1 - 1
scripts/dpkg-source.pl

@@ -159,7 +159,7 @@ if ($opmode eq 'build') {
                 $f{$_}= $v;
             } elsif (s/^X[BS]*C[BS]*-//i) {
                 $f{$_}= $v;
-            } elsif (m/^(Maintainer|Changes|Urgency|Distribution|Date)$/ ||
+            } elsif (m/^(Maintainer|Changes|Urgency|Distribution|Date|Closes)$/ ||
                      m/^X[BS]+-/i) {
             } else {
                 &unknown("parsed version of changelog");