summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2019-08-10 02:51:10 +0200
committerGuillem Jover <guillem@debian.org>2019-11-26 02:42:44 +0100
commit9b0dc0a1a879d35443781058415550059db1589c (patch)
treedb917b1521dcdadaf34caea6882e42011ad8b2ee /debian
parent895a2e525adfd90a57e1e4dfbcc18bb0c1ca64b4 (diff)
downloaddpkg-9b0dc0a1a879d35443781058415550059db1589c.tar.gz
Dpkg::Changelog::Entry::Debian: Remove obsolete methods and hide variables
Remove obsolete methods check_header() and check_trailer(). Hide internal lowercase variables $regex_header and $regex_trailer. Bump module version to 2.00.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 5c37bcb23..fdb702b5b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -49,6 +49,8 @@ dpkg (1.20.0) UNRELEASED; urgency=medium
- Dpkg: Remove internal lowercase variables $version, $progname,
$admindir, $dpkglibdir and $pkgdatadir.
- 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.
* Documentation:
- man: Fix uncommon wording constructs.
- man: Use a minus sign for a literal string.