diff options
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. |