File: control

package info (click to toggle)
libmodulemd 2.14.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,472 kB
  • sloc: ansic: 37,029; python: 3,234; sh: 379; xml: 171; makefile: 10
file content (87 lines) | stat: -rw-r--r-- 2,732 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
81
82
83
84
85
86
87
Source: libmodulemd
Section: libs
Priority: optional
Maintainer: RPM packaging team <team+pkg-rpm@tracker.debian.org>
Uploaders: Peter Pentchev <roam@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-gir,
 help2man,
 libgirepository1.0-dev,
 libglib2.0-dev,
 libmagic-dev,
 librpm-dev,
 libyaml-dev,
 meson,
 pkg-config,
 python3-gi,
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/pkg-rpm-team/libmodulemd.git
Vcs-Browser: https://salsa.debian.org/pkg-rpm-team/libmodulemd
Homepage: https://github.com/fedora-modularity/libmodulemd
Rules-Requires-Root: no

Package: libmodulemd2
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: C Library for handling module metadata files
 The libmodulemd API provides an interface for handling metadata
 files describing the modular repositories introduced in the Fedora
 project and RedHat Enterprise Linux.
 .
 This package contains the shared library.

Package: libmodulemd-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 gir1.2-modulemd-2.0 (= ${binary:Version}),
 libglib2.0-dev,
 libmodulemd2 (= ${binary:Version}),
 librpm-dev,
 libyaml-dev,
Description: C Library for handling module metadata files - development files
 The libmodulemd API provides an interface for handling metadata
 files describing the modular repositories introduced in the Fedora
 project and RedHat Enterprise Linux.
 .
 This package contains the header files needed for development.

Package: libmodulemd-tools
Section: utils
Architecture: any
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 libmodulemd2 (= ${binary:Version}),
Description: C Library for handling module metadata files - utilities
 The libmodulemd API provides an interface for handling metadata
 files describing the modular repositories introduced in the Fedora
 project and RedHat Enterprise Linux.
 .
 This package contains the command-line utilities.

Package: gir1.2-modulemd-2.0
Section: introspection
Architecture: any
Multi-Arch: same
Breaks: libmodulemd-dev (<< 2.13.0-1~)
Replaces: libmodulemd-dev (<< 2.13.0-1~)
Depends:
 ${gir:Depends},
 ${misc:Depends},
 ${shlibs:Depends},
Description: C Library for handling module metadata files - introspection
 The libmodulemd API provides an interface for handling metadata
 files describing the modular repositories introduced in the Fedora
 project and RedHat Enterprise Linux.
 .
 This package contains the gobject-introspection definitions. Note that
 there is an override written in Python, so any packages that use
 the GObject introspection definitions with the libmodulemd Python
 bindings must also depend on python3:any and python3-six.