From c35ac6f8e56f042f0188a284d85a4700ccf37773 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sat, 11 Feb 2023 19:47:01 +0100 Subject: Make it a debian package Signed-off-by: Olivier Gayot --- debian/control | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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 -- cgit v1.2.3