1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Subject: Bump the policy version number in parsechangelog manpage
Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Forwarded: no
Last-Update: 2016-12-16
A quick glance into the diff between the mentioned policy 3.6.2.1
and the current 3.9.8 suggests there were no significant changes
regarding the changelog file format. So bump the number to avoid
users might question the freshness of the program.
--- a/bin/parsechangelog
+++ b/bin/parsechangelog
@@ -73,7 +73,7 @@
=head1 DESCRIPTION
parsechangelog parses Debian changelogs as described in the Debian
-policy (version 3.6.2.1 at the time of this writing) and converts
+policy (version 3.9.8 at the time of this writing) and converts
them to other output formats. See section L<"SEE ALSO"> for
locations where to find the full format definition.
|