@@ -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
@@ -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
@@ -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';