From 245fa3ff72d61b654f4eec16cc5cf024670e1cfd Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sat, 11 Feb 2023 20:26:56 +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..0b71368 --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: cameltris +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: cameltris +Architecture: all +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${python3:Depends}, python3-pygame +Description: Free clone of NES tetris -- cgit v1.2.3