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.