diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2023-02-11 22:01:13 +0100 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2023-02-11 22:30:54 +0100 |
commit | 2bce75f1faab990e49190870cbc6d1a2c2987939 (patch) | |
tree | 621bfeb9af7c08c7eae09323fc7bb7c576a8da52 /debian/control | |
parent | d63af637c42833b0f255a2e60bc609fd72d53f11 (diff) |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 33 |
1 files changed, 33 insertions, 0 deletions
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 <olivier.gayot@sigexec.com> +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. |