File: control

package info (click to toggle)
libapache2-mod-xmlrpc2 2.2.1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 176 kB
  • ctags: 72
  • sloc: ansic: 747; sh: 43; makefile: 14
file content (18 lines) | stat: -rw-r--r-- 766 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: libapache2-mod-xmlrpc2
Section: web
Priority: optional
Maintainer: Andres Salomon <dilinger@voxel.net>
Standards-Version: 3.6.1
Build-Depends: debhelper (>> 4.1.0), cmake, libxmlrpc-c3-dev, apache2-prefork-dev (>= 2.0.50-10), cdbs, ruby, ruby1.8-dev

Package: libapache2-mod-xmlrpc2
Architecture: any
Depends: ${shlibs:Depends}, apache2-common (>= 2.0.50)
Description: XMLRPC Server module for Apache2 web server
 mod-xmlrpc2 is an Apache2 module that implements an XMLRPC Server.
 Server methods are implemented in separate (loadable) object files;
 the directory containing these binaries is configurable via Apache's
 config file.  
 .
 This XMLRPC Server supports introspection, so that clients may examine
 the list of methods that the server provides.