From 2bce75f1faab990e49190870cbc6d1a2c2987939 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sat, 11 Feb 2023 22:01:13 +0100 Subject: Add debian packaging Signed-off-by: Olivier Gayot --- debian/control | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..4e2d406 --- /dev/null +++ b/debian/control @@ -0,0 +1,33 @@ +Source: libsdl-digit +Section: libs +Priority: optional +Maintainer: Olivier Gayot +Build-Depends: + debhelper-compat (= 13), + libsdl1.2-dev, + meson, + pkg-config, +Standards-Version: 4.5.1 + +Package: libsdl-digit0 +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Multi-Arch: same +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + libsdl1.2debian, +Description: Draw digits with SDL - shared library + This package includes the shared library. + +Package: libsdl-digit-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: + libsdl-digit0 (= ${binary:Version}), + libsdl1.2-dev, + ${shlibs:Depends}, + ${misc:Depends}, +Description: Draw digits with SDL - development files + This package includes the development headers. -- cgit v1.2.3