diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 1220df1..8f0fb90 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,33 @@ Vcs-Git: git://anonscm.debian.org/debian-xml-sgml/libxml2.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-xml-sgml/libxml2.git XS-Testsuite: autopkgtest +Package: lib32xml2 +Priority: optional +Architecture: illumos-amd64 +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: GNOME XML library (32-bit) + XML is a metalanguage to let you design your own markup language. + A regular markup language defines a way to describe information in + a certain class of documents (eg HTML). XML lets you define your + own customized markup languages for many classes of document. It + can do this because it's written in SGML, the international standard + metalanguage for markup languages. + . + This package provides a library providing an extensive API to handle + such XML data files. + . + This is 32-bit version of the library. + +Package: lib32xml2-dev +Architecture: illumos-amd64 +Section: libdevel +Depends: lib32xml2 (= ${binary:Version}), ${misc:Depends}, libxml2-dev (= ${binary:Version}) +Description: Development files for the GNOME XML library (32-bit) + This package contains files needed to develop 32-bit applications + using the libxml2 library. + . + The libxml2 library provides an extensive API to handle XML data files. + Package: libxml2 Priority: standard Architecture: any |