From c6a6a24e9460d138310c210bb836c637c672da7b Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sun, 12 Feb 2023 01:22:13 +0100 Subject: Add debian packaging Signed-off-by: Olivier Gayot --- debian/control | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..1d9a637 --- /dev/null +++ b/debian/control @@ -0,0 +1,22 @@ +Source: camelsweeper +Section: games +Priority: optional +Maintainer: Olivier Gayot +Build-Depends: + debhelper-compat (= 13), + libsdl1.2-dev, + libsdl-digit-dev, + meson, + pkg-config, +Standards-Version: 4.5.1 + +Package: camelsweeper +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Multi-Arch: same +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + libsdl1.2debian, + libsdl-digit0, +Description: Minesweeper game using libsdl-digit -- cgit v1.2.3