Source: libxml2
Section: libs
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/GNOME/libxml2/tags
Vcs-Browser: https://github.com/alvistack/GNOME-libxml2
Vcs-Git: https://github.com/alvistack/GNOME-libxml2.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 autoconf,
 automake,
 libicu-dev,
 liblzma-dev,
 pkgconf,
 python3-dev,
 zlib1g-dev,

Package: libxml2
Architecture: amd64
Description: GNOME XML library
 This package provides a library providing an extensive API to handle
 such XML data files.
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},

Package: libxml2-utils
Section: text
Architecture: amd64
Description: GNOME XML library - utilities
 This package provides xmllint, a tool for validating and reformatting
 XML documents, and xmlcatalog, a tool to parse and manipulate XML or
 SGML catalog files.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},

Package: libxml2-dev
Section: libdevel
Architecture: amd64
Multi-Arch: same
Description: GNOME XML library - development files
 Install this package if you wish to develop your own programs using the
 GNOME XML library.
Depends:
 ${misc:Depends},
 libicu-dev,
 libxml2 (= ${source:Version}),
Suggests:
 pkgconf,

Package: python3-libxml2
Section: python
Architecture: amd64
Description: GNOME XML library - Python3 bindings
 This package contains the files needed to use the GNOME XML library in
 Python3 programs.
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
 python3,
