diff options
author | Robert Luberda <robert@debian.org> | 2017-06-29 11:23:33 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-06-29 11:47:08 +0200 |
commit | 2422996f80f09e03f2f8fc7f1f00586666f02605 (patch) | |
tree | 48035b988b43c65eea8473013ad1f1541ce112d4 | |
parent | ed3cec01a1ee10b608eae3d253645a5376f6c400 (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 f19355c35..95858f2cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3330,7 +3330,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 |