File: control

package info (click to toggle)
mmlib 1.4.2-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,716 kB
  • sloc: ansic: 18,071; makefile: 431; sh: 135; python: 63
file content (80 lines) | stat: -rw-r--r-- 2,698 bytes parent folder | download
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Source: mmlib
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.