diff options
author | Aron Xu <aron@debian.org> | 2012-04-12 09:19:04 +0800 |
---|---|---|
committer | Aron Xu <aron@debian.org> | 2012-04-13 23:17:25 +0800 |
commit | 2015c31dd74a660e9d5e220d589e20f59a305d77 (patch) | |
tree | 25fdfef9c44519317671ea2f5ac7aa7227e424fb /debian/control | |
parent | 9a4ce5e211666089898255e44b418e4fb754ca0d (diff) | |
download | libxml2-debian/2.7.8.dfsg-8.tar.gz |
Imported Debian patch 2.7.8.dfsg-8debian/2.7.8.dfsg-8
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 219c039..d9f88f4 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: libxml2 Priority: optional Section: libs Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org> -Uploaders: Mike Hommey <glandium@debian.org> -Standards-Version: 3.9.2.0 +Uploaders: Aron Xu <aron@debian.org>, YunQiang Su <wzssyqa@gmail.com> +Standards-Version: 3.9.3 Build-Depends: debhelper (>= 7.0.50~), zlib1g-dev | libz-dev, python-all-dev (>= 2.6.6-3~), python-all-dbg, autotools-dev, libreadline-dev | libreadline5-dev, binutils (>= 2.14.90.0.7), dpkg-dev (>= 1.14.9), perl Homepage: http://xmlsoft.org/ Vcs-Git: git://git.debian.org/debian-xml-sgml/libxml2.git @@ -123,3 +123,18 @@ Description: Python bindings for the GNOME XML library (debug extension) This package contains the files needed to use the GNOME XML library in Python programs for use with the Python debug interpreter. +Package: libxml2-udeb +XC-Package-Type: udeb +Architecture: any +Section: debian-installer +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: GNOME XML library - minimal runtime + 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 is a minimal package for use in debian-installer that yields a + library providing an extensive API to handle such XML data files. |