diff options
| author | Michael Biebl <biebl@debian.org> | 2023-06-12 11:51:03 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-06-12 14:47:53 +0200 |
| commit | 47f595fc932b54d65124478bb7bfd5cdc1a786c3 (patch) | |
| tree | 077c92c94d7c277063f313ed047d4ab41136f7cb | |
| parent | 320fa0f0424ae332cbc0eddaa0d32dea5a234c62 (diff) | |
Use Build-Depends on polkitd and libpolkit-gobject-1-dev for polkit.its
The obsolete policykit-1 package is going away. Closes: #1025606
| -rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 7329534d..1fa1ccb4 100644 --- a/debian/control +++ b/debian/control @@ -32,7 +32,8 @@ Build-Depends: debhelper-compat (= 13), libjansson-dev (>= 2.7), libbluetooth-dev (>= 5), valac, - policykit-1, + polkitd, + libpolkit-gobject-1-dev, dbus <!nocheck>, python3-dbus <!nocheck>, python3-pexpect <!nocheck>, |