diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/debian/control b/debian/control index d9fe435..db28f91 100644 --- a/debian/control +++ b/debian/control @@ -4,16 +4,21 @@ Priority: optional Maintainer: Robert Tari <robert@tari.in> Uploaders: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -Build-Depends: debhelper (>= 10), dh-python, python3 (>= 3.6), python3-setuptools, python3-polib -Standards-Version: 4.5.0 +Build-Depends: debhelper-compat (= 12), + cmake, + cmake-extras, + intltool, + libglib2.0-dev, + libgtk-4-dev, +Standards-Version: 4.7.0 Homepage: https://github.com/AyatanaIndicators/ayatana-settings Vcs-Git: https://github.com/AyatanaIndicators/ayatana-settings Vcs-Browser: https://github.com/AyatanaIndicators/ayatana-settings -X-Python3-Version: >= 3.6 Package: ayatana-settings -Architecture: all -Depends: ${misc:Depends}, ${python3:Depends}, python3-gi, gir1.2-gtk-3.0, python3-psutil +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, Description: Ayatana Indicators Settings Ayatana Settings allows you to configure all your Ayatana system indicators. |