(Debian) dpkg control files
[mirror-ossqm-expat.git] / debian / control
blob8c3d4e0f6f46c58bec0b9bf0f9206cea9da69437
1 Source: expat
2 Section: text
3 Priority: optional
4 Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
5 Uploaders: Ardo van Rangelrooij <ardo@debian.org>
6 Standards-Version: 3.6.1
7 Build-Depends: debhelper (>= 5.0.22)
9 Package: libexpat1-dev
10 Section: libdevel
11 Priority: optional
12 Architecture: any
13 Provides: libexpat-dev
14 Conflicts: libexpat-dev
15 Depends: libexpat1 (= ${Source-Version}), libc6-dev | libc-dev
16 Description: XML parsing C library - development kit
17  This package contains the header file and development libraries of
18  expat, the C library for parsing XML.  Expat is a stream oriented XML
19  parser.  This means that you register handlers with the parser prior
20  to starting the parse.  These handlers are called when the parser
21  discovers the associated structures in the document being parsed.  A
22  start tag is an example of the kind of structures for which you may
23  register handlers.
25 Package: libexpat1
26 Section: libs
27 Priority: optional
28 Architecture: any
29 Depends: ${shlibs:Depends}
30 Description: XML parsing C library - runtime library
31  This package contains the runtime, shared library of expat, the C
32  library for parsing XML.
34 Package: libexpat1-udeb
35 XC-Package-Type: udeb
36 Section: debian-installer
37 Priority: extra
38 Architecture: any
39 Depends: ${shlibs:Depends}
40 Provides: libexpat1
41 Description: XML parsing C library - runtime library
42  This package contains the runtime, shared library of expat, the C
43  library for parsing XML.
45 Package: expat
46 Section: text
47 Priority: optional
48 Architecture: any
49 Depends: ${shlibs:Depends}
50 Description: XML parsing C library - example application
51  This package contains xmlwf, an example application of expat, the C
52  library for parsing XML.  The arguments to xmlwf are one or more
53  files which are each to be checked for XML well-formedness.