Przeglądaj źródła

Recognize emergency as valid in changelogs.

Adam Heath 24 lat temu
rodzic
commit
47a8abcb57
3 zmienionych plików z 7 dodań i 1 usunięć
  1. 4 0
      ChangeLog
  2. 2 0
      debian/changelog
  3. 1 1
      scripts/cl-debian.pl

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+Fri May 24 21:20:04 CDT 2002 Adam Heath <doogie@debian.org>
+
+  * scripts/cl-debian.pl: Recognize emergency as valid in changelogs.
+
 Fri May 24 21:12:36 CDT 2002 Adam Heath <doogie@debian.org>
 
   * scripts/dpkg-architecture.pl: s/build on/built on/; same for

+ 2 - 0
debian/changelog

@@ -101,6 +101,8 @@ dpkg (1.10) unstable; urgency=low
     Closes: Bug#119532.
   * dpkg-architecture: s/build on/built on/; same for 'build for'.
     Closes: Bug#140441.
+  * cl-debian.pl now recognizes emergency as valid in changelogs.
+    Closes: Bug#138013.
 
  -- Wichert Akkerman <wakkerma@debian.org>  Mon, 20 Aug 2001 14:54:38 +0200
 

+ 1 - 1
scripts/cl-debian.pl

@@ -45,7 +45,7 @@ $i=100;grep($fieldimps{$_}=$i--,
           qw(Source Version Distribution Urgency Maintainer Date Closes
 	     Changes));
 $i=1;grep($urgencies{$_}=$i++,
-          qw(low medium high critical));
+          qw(low medium high critical emergency));
 
 $expect='first heading';