diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-08-27 15:29:23 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-08-27 15:31:37 +0200 |
commit | 69886ef471b668603b3f317a62da2c0c0e91be9c (patch) | |
tree | a87e1cf3e011dd7d4159b8e980101a8ca37b4414 /debian/control | |
parent | 269aa4c7df03e1e581c01866c91bcfa5524d6334 (diff) | |
download | ayatana-settings-69886ef471b668603b3f317a62da2c0c0e91be9c.tar.gz ayatana-settings-69886ef471b668603b3f317a62da2c0c0e91be9c.tar.bz2 ayatana-settings-69886ef471b668603b3f317a62da2c0c0e91be9c.zip |
debian/: Adjust DEB packaging to full rewrite.
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. |