diff options
author | Guillem Jover <guillem@debian.org> | 2019-08-10 02:51:10 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2019-11-26 02:42:44 +0100 |
commit | 7656016155c2dc408c4659d050a6e4bedb741069 (patch) | |
tree | 5e98050d817dede49158e838e6e5542ad78c5aba /debian | |
parent | e4fed400378c4ade6b7ceb3aeb03c4252c11c12e (diff) | |
download | dpkg-7656016155c2dc408c4659d050a6e4bedb741069.tar.gz |
Dpkg::Changelog::Parse: Remove warnings for obsolete options and functions
Remove warnings for obsolete options forceplugin and libdir. Remove
obsolete functions changelog_parse_debian() and changelog_parse_plugin().
Bump module version to 2.00.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index cfae6636c..69d274984 100644 --- a/debian/changelog +++ b/debian/changelog @@ -51,6 +51,9 @@ dpkg (1.20.0) UNRELEASED; urgency=medium - Dpkg::Changelog: Remove obsolete methods dpkg() and rfc822(). - Dpkg::Changelog::Entry::Debian: Remove obsolete methods check_header() and check_trailer(). Hide variables $regex_header and $regex_trailer. + - Dpkg::Changelog::Parse: Remove warnings of obsolete options forceplugin + and libdir. Remove obsolete functions changelog_parse_debian() and + changelog_parse_plugin(). * Documentation: - man: Fix uncommon wording constructs. - man: Use a minus sign for a literal string. |