diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2023-02-11 20:26:56 +0100 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2023-02-11 20:31:44 +0100 |
commit | 245fa3ff72d61b654f4eec16cc5cf024670e1cfd (patch) | |
tree | dac56de84411e95a35795ec0e50e7dd48eb4eb64 /debian/control | |
parent | 95da899f079c805109427db3a99f218aa5c992dd (diff) |
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..0b71368 --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: cameltris +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: cameltris +Architecture: all +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${python3:Depends}, python3-pygame +Description: Free clone of NES tetris |