diff options
author | Robert Luberda <robert@debian.org> | 2017-06-29 11:23:33 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-09-13 18:19:58 +0200 |
commit | 19871a6dcbdd31884217ef2989c6080cb979acea (patch) | |
tree | 4ca529c9eb99ade3a79bff87f8f89ee67786e8fc | |
parent | 4094de2093f06cedf80e2e8c316f63f45c2504b0 (diff) |
fix a "critical" typo in old changelog entry
This typo exposes a bug in apt-listchanges that prevents commands like
`apt-listchanges --show-all apt_*.deb' from showing the changelog.
The bug will be fixed in next upload of apt-listchanges, but I think
it would be nice have the typo fixed as well.
Closes: 866358
(cherry picked from commit ec0ebf784d15821786334a4781d0b58b0b163363)
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 62e0bf3be..b794648a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2894,7 +2894,7 @@ apt (0.9.7.9~exp1) experimental; urgency=low -- Michael Vogt <mvo@debian.org> Fri, 22 Mar 2013 21:57:08 +0100 -apt (0.9.7.8) unstable; urgency=criticial +apt (0.9.7.8) unstable; urgency=critical * SECURITY UPDATE: InRelease verification bypass - CVE-2013-1051 |