1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: libmlocale
Section: libs
Priority: optional
Maintainer: Debian UBports Team <team+ubports@tracker.debian.org>
Uploaders: Mike Gabriel <sunweaver@debian.org>,
Build-Depends: debhelper-compat (= 13),
pkgconf,
libicu-dev,
qtbase5-dev,
qttools5-dev,
xauth,
xvfb,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/sailfishos/libmlocale
Vcs-Git: https://salsa.debian.org/ubports-team/libmlocale.git
Vcs-Browser: https://salsa.debian.org/ubports-team/libmlocale/
Package: libmlocale5-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends},
Description: MLocale (and friends), originally from libmeegotouch
Provide localization facilities from libmeegotouch without having to
bring on board also the MeeGo Touch GUI toolkit.
.
This package ships the MLocale shared library.
Package: libmlocale-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
libmlocale5-0 (= ${binary:Version}),
libicu-dev,
qtbase5-dev,
Description: MLocale (and friends) development files
With that separation one can use those localization facilities without
having to bring on board also the MeeGo Touch GUI toolkit.
.
This package contains development files for the mLocale library.
|