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
|
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 (>> 13.15.2~),
dh-package-notes,
dh-sequence-gir,
dpkg-build-api (= 1),
help2man,
libgirepository1.0-dev,
libglib2.0-dev,
librpm-dev,
libyaml-dev,
meson,
pkgconf,
python3-gi,
Standards-Version: 4.7.0
X-DH-Compat: 14
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
X-Style: black
Package: libmodulemd2
Architecture: any
Multi-Arch: same
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:
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:
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~),
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.
|