diff options
author | Guillem Jover <guillem@debian.org> | 2019-11-03 17:36:02 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2019-11-26 02:42:44 +0100 |
commit | b958054076c236d470f46f35b94ee16a032ed368 (patch) | |
tree | 8153386a98d539bce63cea64797edb344a13f109 /debian/changelog | |
parent | 35430c52c8b8b311985535b46bd7ba592bb5d805 (diff) | |
download | dpkg-b958054076c236d470f46f35b94ee16a032ed368.tar.gz |
Dpkg::Deps: Check for valid virtual package version relations
Do not allow non-equal version relations in virtual provides.
Closes: #930317
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index abd1c27f1..8b5317f07 100644 --- a/debian/changelog +++ b/debian/changelog @@ -44,6 +44,8 @@ dpkg (1.20.0) UNRELEASED; urgency=medium Closes: #932967 - Dpkg::Vendor::Debian: Do not set -Werror=implicit-function-declaration for C++. Closes: #939969 + - Dpkg::Deps: Check for valid virtual package version relations. Do not + allow non-equal version relations in virtual provides. Closes: #930317 * Documentation: - man: Fix uncommon wording constructs. - man: Use a minus sign for a literal string. |