diff options
author | Robert Tari <robert@tari.in> | 2020-10-29 12:41:30 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2020-10-29 12:41:30 +0100 |
commit | b8b236024af1e9daf7251414c80339293e1b10d9 (patch) | |
tree | da06b1ba2174c53296dce610dee23908e5a22009 /debian/control | |
download | ayatana-settings-b8b236024af1e9daf7251414c80339293e1b10d9.tar.gz ayatana-settings-b8b236024af1e9daf7251414c80339293e1b10d9.tar.bz2 ayatana-settings-b8b236024af1e9daf7251414c80339293e1b10d9.zip |
Initial commit
Diffstat (limited to 'debian/control')
-rwxr-xr-x | debian/control | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100755 index 0000000..56b9426 --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: ayatana-settings +Section: mail +Priority: optional +Maintainer: Robert Tari <robert@tari.in> +Build-Depends: debhelper (>= 10), dh-python, python3 (>= 3.8), python3-setuptools, python3-polib +Standards-Version: 4.5.0 +Homepage: https://tari.in/www/software/ayatana-settings/ +Vcs-Git: https://github.com/AyatanaIndicators/ayatana-settings +Vcs-Browser: https://github.com/AyatanaIndicators/ayatana-settings +X-Python3-Version: >= 3.8 + +Package: ayatana-settings +Architecture: all +Depends: ${misc:Depends}, ${python3:Depends}, python3-gi, gir1.2-gtk-3.0, python3-psutil +Description: Ayatana Indicators Settings + Ayatana Settings allows you to configure all your Ayatana system + indicators. |