Tizen 2.1 base
[external/expat.git] / debian / control
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  Daniel Leidert (dale) <daniel.leidert@wgdd.de>
7 Standards-Version: 3.8.3
8 Build-Depends: debhelper (>= 5.0.22), dpatch, docbook-to-man,
9  gcc-multilib [powerpc sparc s390]
10 Homepage: http://expat.sourceforge.net
11 Vcs-Browser: http://svn.debian.org/wsvn/debian-xml-sgml/packages/expat/trunk/
12 Vcs-Svn: svn://svn.debian.org/svn/debian-xml-sgml/packages/expat/trunk/
13 DM-Upload-Allowed: yes
14
15 Package: lib64expat1-dev
16 Section: libdevel
17 Architecture: powerpc sparc s390
18 Depends: ${misc:Depends}, lib64expat1 (= ${binary:Version}), libexpat1-dev, gcc-multilib
19 Description: XML parsing C library - development kit (64bit)
20  This package contains the header file and development libraries of
21  expat, the C library for parsing XML.  Expat is a stream oriented XML
22  parser.  This means that you register handlers with the parser prior
23  to starting the parse.  These handlers are called when the parser
24  discovers the associated structures in the document being parsed.  A
25  start tag is an example of the kind of structures for which you may
26  register handlers.
27  .
28  This package includes the development support files for building 64 bit
29  applications.
30
31 Package: lib64expat1
32 Section: libs
33 Architecture: powerpc sparc s390
34 Depends: ${shlibs:Depends}, ${misc:Depends}
35 Description: XML parsing C library - runtime library (64bit)
36  This package contains the runtime, shared library of expat, the C
37  library for parsing XML. Expat is a stream-oriented parser in
38  which an application registers handlers for things the parser
39  might find in the XML document (like start tags).
40  .
41  This package includes the 64 bit version of the shared library.
42
43 Package: libexpat1-dev
44 Section: libdevel
45 Architecture: any
46 Provides: libexpat-dev
47 Conflicts: libexpat-dev
48 Depends: ${misc:Depends}, libexpat1 (= ${binary:Version}), libc6-dev | libc-dev
49 Description: XML parsing C library - development kit
50  This package contains the header file and development libraries of
51  expat, the C library for parsing XML.  Expat is a stream oriented XML
52  parser.  This means that you register handlers with the parser prior
53  to starting the parse.  These handlers are called when the parser
54  discovers the associated structures in the document being parsed.  A
55  start tag is an example of the kind of structures for which you may
56  register handlers.
57
58 Package: libexpat1
59 Section: libs
60 Architecture: any
61 Conflicts: wink (<= 1.5.1060-4)
62 Depends: ${shlibs:Depends}, ${misc:Depends}
63 Description: XML parsing C library - runtime library
64  This package contains the runtime, shared library of expat, the C
65  library for parsing XML. Expat is a stream-oriented parser in
66  which an application registers handlers for things the parser
67  might find in the XML document (like start tags).
68
69 Package: libexpat1-udeb
70 XC-Package-Type: udeb
71 Section: debian-installer
72 Priority: extra
73 Architecture: any
74 Depends: ${shlibs:Depends}, ${misc:Depends}
75 Description: XML parsing C library - runtime library
76  This package contains the runtime, shared library of expat, the C
77  library for parsing XML.
78
79 Package: expat
80 Architecture: any
81 Depends: ${shlibs:Depends}, ${misc:Depends}
82 Description: XML parsing C library - example application
83  This package contains xmlwf, an example application of expat, the C
84  library for parsing XML.  The arguments to xmlwf are one or more
85  files which are each to be checked for XML well-formedness.