summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorOlivier Gayot <olivier.gayot@sigexec.com>2023-02-11 20:26:56 +0100
committerOlivier Gayot <olivier.gayot@sigexec.com>2023-02-11 20:31:44 +0100
commit245fa3ff72d61b654f4eec16cc5cf024670e1cfd (patch)
treedac56de84411e95a35795ec0e50e7dd48eb4eb64 /debian/control
parent95da899f079c805109427db3a99f218aa5c992dd (diff)
Make it a debian packageHEADmain
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control16
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