summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2017-09-25 12:02:12 -0400
committerJoey Hess2017-09-25 12:02:12 -0400
commit388257ea3e738e2236f3560b960ac061993cca14 (patch)
tree53c2e3f3b353df114c30892f5ce131b2982bb686 /debian
parent832239b3b1720da5f343be8509ebbee557dd1db5 (diff)
Apt.isInstalled: Fix handling of packages that are not known at all to apt.
getInstallStatus returns [] when passed only such packages, and all of that list == IsInstalled. So also check that the list contains every package queried.
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 c7cfb81a..0f1bc9ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ propellor (4.8.0) UNRELEASED; urgency=medium
image.
* Borg: Fix broken shell escaping in borg cron job.
* Attic: Fix broken shell escaping in attic cron job.
+ * Apt.isInstalled: Fix handling of packages that are not known at all
+ to apt.
-- Joey Hess <id@joeyh.name> Thu, 24 Aug 2017 11:00:19 -0400