diff options
author | Guillem Jover <guillem@debian.org> | 2019-04-23 00:42:20 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2019-10-12 16:37:22 +0200 |
commit | a81422607ad9bf26449fd90b0c57b42f3c34e5f3 (patch) | |
tree | d2b68bb661c6fe9a323f76f6f355c9405babd46d /debian | |
parent | c4530cbda9144accd41255da96288ad530554b58 (diff) | |
download | dpkg-a81422607ad9bf26449fd90b0c57b42f3c34e5f3.tar.gz |
dpkg: Do not clear selections for unknown packages
We should not clear the selections for packages that are not already
installed in the system, as they will end up disappearing on the next
operation anyway.
Closes: #927752
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 3e6612de0..6690b4154 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ dpkg (1.20.0) UNRELEASED; urgency=medium * buildtools.mk: Add support for nostrip in DEB_BUILD_OPTIONS when setting the STRIP variable. * dpkg-genbuildinfo: Do not include irrelevant packages in the Binary field. + * dpkg: Do not clear selections for unknown packages. Closes: #927752 * Documentation: - man: Fix uncommon wording constructs. * Build system: |