Source: mmlib
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Nicolas Bourdaud <nicolas.bourdaud@gmail.com>,
           Andreas Tille <tille@debian.org>
Section: libs
Priority: optional
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
               meson,
               gettext,
               check,
               python3-sphinx:native,
               python3-sphinx-rtd-theme:native
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/mmlib
Vcs-Git: https://salsa.debian.org/med-team/mmlib.git
Homepage: https://github.com/mmlabs-mindmaze/mmlib
Rules-Requires-Root: no

Package: libmmlib1t64
Provides: ${t64:Provides}
Replaces: libmmlib1
Breaks: libmmlib1 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
         ${misc:Depends}
Recommends: mmlib-l10n
Pre-Depends: ${misc:Pre-Depends}
Description: mmlib library (shared lib)
 mmlib is the general purpose library providing helper functions to other
 module. It provides a cross-platform OS abstaction layer as well as facilities
 like logging or error reporting.
 .
 This package contains the shared library

Package: libmmlib-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libmmlib1t64 (= ${binary:Version}),
         ${misc:Depends}
Recommends: mmlib-doc
Breaks: libmmlib0 (<< 0.0.1)
Description: mmlib library (Development files)
 mmlib is the general purpose library providing helper functions to other
 module. It provides a cross-platform OS abstaction layer as well as facilities
 like logging or error reporting.
 .
 This package contains the files needed to compile and link programs which
 use mmlib. The manpages are shipped in this package.

Package: mmlib-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Built-Using: ${sphinxdoc:Built-Using}
Description: mmlib documentation
 mmlib is the general purpose library providing helper functions to other
 module. It provides a cross-platform OS abstaction layer as well as facilities
 like logging or error reporting.
 .
 This package contains the html doc and examples of mmlib.

Package: mmlib-l10n
Architecture: all
Multi-Arch: foreign
Section: localization
Depends: ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Breaks: libmmlib0
Replaces: libmmlib0
Description: mmlib library (translations)
 mmlib is the general purpose library providing helper functions to other
 module. It provides a cross-platform OS abstaction layer as well as facilities
 like logging or error reporting.
 .
 This package contains the localization components of mmlib.
