[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1055935: mate-polkit: Non-installable on hurd-i386



Source: mate-polkit
Version: 1.26.1-4
Severity: important
Tags: patch
User: debian-hurd@lists.debian.org
Usertags: hurd
X-Debbugs-CC: debian-hurd@lists.debian.org

Hi,

mate-polkit is not installable on hurd-i386 due to a dependency on polkitd,
which is only available for GNU/Linux.

A patch enabling a successful installation is attached:
debian_control.patch

Thanks!





--- a/debian/control	2023-04-25 15:12:24.000000000 +0200
+++ b/debian/control	2023-11-14 10:54:11.000000000 +0100
@@ -43,7 +43,7 @@
 Architecture: any
 Depends: accountsservice,
          mate-polkit-common (>= ${source:Version}),
-         polkitd,
+         polkitd [linux-any],
          ${misc:Depends},
          ${shlibs:Depends},
 Provides: polkit-1-auth-agent,

Reply to: