diff options
author | Robert Luberda <robert@debian.org> | 2017-06-29 11:23:33 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2017-06-29 11:23:33 +0200 |
commit | ec0ebf784d15821786334a4781d0b58b0b163363 (patch) | |
tree | 15ac51c3b183242ca2c97dd71d8f212f43107dbe | |
parent | 9bdc09016f9570389451dd619d7e878bfeaa91df (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
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index db6fe935f..1c212dd4b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3371,7 +3371,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 |