diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2023-02-11 19:47:01 +0100 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2023-02-11 19:52:47 +0100 |
commit | c35ac6f8e56f042f0188a284d85a4700ccf37773 (patch) | |
tree | 5222411542830e5959bd3affa0ed8388b0b7250d /debian/control | |
parent | ff3c765f1c33f3adbda07f2d828542099f9cbb26 (diff) |
Make it a debian package
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..099a01b --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: monitor-menu +Maintainer: Olivier Gayot <olivier.gayot@sigexec.com> +Section: python +Priority: optional +Build-Depends: debhelper-compat (= 13), + dh-python, + pybuild-plugin-pyproject, + python3-setuptools, + python3-all-dev, +Standards-Version: 4.5.1 + +Package: monitor-menu +Architecture: all +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${python3:Depends}, python3-dialog +Description: TUI application to manage monitor profiles |