xmlrpc-c 1.33.14-8 source package in Ubuntu

Changelog

xmlrpc-c (1.33.14-8) unstable; urgency=medium

  * QA upload.
  * Get rid of the recently added udeb package.  Closes: #874268
    It turned out that it has been broken already in Ubuntu several years
    ago already (with libcurl dropping its udeb), and nobody ever noticed
    it.  Now it's also broken in Debian as well…
    So, it's clear that this udeb isn't actually serving any good purpose.

 -- Mattia Rizzolo <email address hidden>  Mon, 04 Sep 2017 22:20:42 +0200

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
xmlrpc-c_1.33.14-8.dsc 2.2 KiB a57fb16ad75ab7030f17b0f4bc90508e3dcb7478faa7cbb53da79892afc45ca6
xmlrpc-c_1.33.14.orig.tar.gz 754.2 KiB dad8a8ae438f0fbca7e57e906b15cd9698aed2296797e4d9681127719ce70b3f
xmlrpc-c_1.33.14-8.debian.tar.xz 12.2 KiB af763e2c55c2210c160276290aab07e7322822cdfa896eba7c59a22fd320a815

Available diffs

No changes file available.

Binary packages built by this source

libxmlrpc-c++8-dev: Lightweight RPC library based on XML and HTTP [C++ development libraries]

 XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
 It converts the procedure call into an XML document, sends it to a remote
 server using HTTP, and gets back the response as XML.
 .
 This library provides a modular implementation of XML-RPC for C++.
 .
 Install this package if you wish to develop your own programs using this
 library.

libxmlrpc-c++8v5: Lightweight RPC library based on XML and HTTP [C++ runtime libraries]

 XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
 It converts the procedure call into an XML document, sends it to a remote
 server using HTTP, and gets back the response as XML.
 .
 This library provides a modular implementation of XML-RPC for C++.

libxmlrpc-c++8v5-dbgsym: debug symbols for libxmlrpc-c++8v5
libxmlrpc-core-c3: Lightweight RPC library based on XML and HTTP [C runtime libraries]

 XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
 It converts the procedure call into an XML document, sends it to a remote
 server using HTTP, and gets back the response as XML.
 .
 This library provides a modular implementation of XML-RPC for C.

libxmlrpc-core-c3-dbgsym: debug symbols for libxmlrpc-core-c3
libxmlrpc-core-c3-dev: Lightweight RPC library based on XML and HTTP [C development libraries]

 XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
 It converts the procedure call into an XML document, sends it to a remote
 server using HTTP, and gets back the response as XML.
 .
 This library provides a modular implementation of XML-RPC for C.
 .
 Install this package if you wish to develop your own programs using this
 library.

libxmlrpc-core-c3-dev-dbgsym: debug symbols for libxmlrpc-core-c3-dev
xmlrpc-api-utils: Generate C++ wrapper classes for XML-RPC servers

 XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
 It converts the procedure call into an XML document, sends it to a remote
 server using HTTP, and gets back the response as XML.
 .
 This package contains two programs:
  * xml-rpc-api2cpp, a utility for generating C++ wrapper classes based
    on an XML-RPC API, obtained by interrogating an XML-RPC server.
  * xml-rpc-api2txt, a utility for printing out an XML-RPC API as a
    text file. The API is obtained by interrogating an XML-RPC server.

xmlrpc-api-utils-dbgsym: debug symbols for xmlrpc-api-utils