Create a libapache2-mod-xml2enc-dev package to ship .h file used to build other
[manu/mod-xml2enc.git] / debian / control
1 Source: mod-xml2enc
2 Section: web
3 Priority: optional
4 Maintainer: Emmanuel Lacour <elacour@home-dn.net>
5 Build-Depends: debhelper (>= 4.0.0), apache2-prefork-dev (>> 2.2), libxml2-dev (>> 2.5.10)
6 Standards-Version: 3.8.0
7
8 Package: libapache2-mod-xml2enc
9 Architecture: any
10 Depends: ${shlibs:Depends}, apache2, apache2.2-common, libxml2 (>> 2.5.10)
11 Description: Apache2 transcoding module based on libxml2
12  mod_xml2enc is a transcoding module that can be used to extend the
13  internationalisation support of libxml2-based filter modules by converting
14  encoding before and/or after the filter has run. Thus an unsupported input
15  charset can be converted to UTF-8, and output can also be converted to another
16  charset if required.
17
18 Package: libapache2-mod-xml2enc-dev
19 Architecture: any
20 Depends: ${shlibs:Depends}
21 Description: Apache2 transcoding module based on libxml2
22  mod_xml2enc is a transcoding module that can be used to extend the
23  internationalisation support of libxml2-based filter modules by converting
24  encoding before and/or after the filter has run. Thus an unsupported input
25  charset can be converted to UTF-8, and output can also be converted to another
26  charset if required.
27