diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2023-02-12 01:22:13 +0100 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2023-02-12 01:25:57 +0100 |
commit | c6a6a24e9460d138310c210bb836c637c672da7b (patch) | |
tree | 43e82ad3fc79c6908030b0589d8785e404cbe85f /debian/control | |
parent | 559553e21ae19759bc47d7caf58e684012f526ee (diff) |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 22 |
1 files changed, 22 insertions, 0 deletions
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 <olivier.gayot@sigexec.com> +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 |