xmlrpc-c 1.59.03-1 source package in Ubuntu

Changelog

xmlrpc-c (1.59.03-1) unstable; urgency=medium

  * Adopt package (Closes: #773435)
  * New upstream version 1.59.03 (Closes: #524550)
  * Switch to debhelper compat 13
  * Refresh patches
  * Bump soname for C++ lib, no reverse dep in Debian
  * Merge remaining time64 changes for C lib from the NMU
  * Provide .pc files for pkg-config (Closes: #614423)
  * LTO does work now (Closes: #1015709)
  * Pull in curl development package when installing
    xmlrpc devevelopement (Closes: #928702)

  [ Jörg Frings-Fürst ]
  * Work for new release
  * Imported Upstream version 1.33.15+svn20141226~2672
  * Imported Upstream version 1.33.17

 -- Alexandre Detiste <email address hidden>  Fri, 10 May 2024 18:40:43 +0200

Upload details

Uploaded by:
Alexandre Detiste
Uploaded to:
Sid
Original maintainer:
Alexandre Detiste
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.59.03-1.dsc 2.2 KiB 92a896158972037edaf98484e39f792e09a0e06efae04af9562307718e498ad1
xmlrpc-c_1.59.03.orig.tar.gz 913.5 KiB bdb71db42ab0be51591555885d11682b044c1034d4a3296401bf921ec0b233fe
xmlrpc-c_1.59.03-1.debian.tar.xz 15.5 KiB 02716c0ae574e91f6cf7394ca4b74f14e78da4e6b621fc1bfa5467113882092a

No changes file available.

Binary packages built by this source

libxmlrpc-c++9: 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++9-dbgsym: debug symbols for libxmlrpc-c++9
libxmlrpc-c++9-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: 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
libxmlrpc-core-c3t64: 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-c3t64-dbgsym: debug symbols for libxmlrpc-core-c3t64
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