File: control

package info (click to toggle)
xmlrpc-epi 0.54.2-1.2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 2,536 kB
  • ctags: 851
  • sloc: sh: 12,254; ansic: 5,747; xml: 1,387; makefile: 170; php: 17
file content (42 lines) | stat: -rw-r--r-- 1,721 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Source: xmlrpc-epi
Priority: extra
Maintainer: Robin Cornelius <robin.cornelius@gmail.com>
Uploaders: Paul TBBle Hampson <paul.hampson@pobox.com>
Homepage: http://xmlrpc-epi.sourceforge.net/
Build-Depends: debhelper (>= 8.1.3~), autotools-dev, libexpat1-dev, pkg-config, dh-autoreconf
Standards-Version: 3.9.2
Section: libs
Vcs-GIT: git://github.com/robincornelius/xmlrpc-epi-debian.git
Vcs-Browser: https://github.com/robincornelius/xmlrpc-epi-debian

Package: libxmlrpc-epi-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libxmlrpc-epi0 (= ${binary:Version}), ${misc:Depends}
Description: Development files for libxmlrpc-epi0, a XML-RPC request library
 An implementation of the XML-RPC protocol, providing an API for developers to
 serialise RPC requests to and from XML. It does not include any transport layer
 and is therefor useful for applications which implement their own transport or
 wish to use XML-RPC over an existing transport layer. This package contains
 the development files for applications wishing to use libxmlrpc-epi.

Package: libxmlrpc-epi0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: XML-RPC request serialisation/deserialisation library
 A library that implements a transportless implementation of the XML-RPC
 protocol.

Package: libxmlrpc-epi0-dbg
Section: debug
Architecture: any
Depends: libxmlrpc-epi0 (= ${binary:Version}), ${misc:Depends}
Description: Debug symbols for libxmlrpc-epi0, a XML-RPC request library
 This package contains the debug symbols for libxmlrpc-epi0, and should be
 installed if you wish to get stack traces into the library for debugging
 purposes.