xmlrpc-c 1.33.06-0ubuntu1 source package in Ubuntu

Changelog

xmlrpc-c (1.33.06-0ubuntu1) trusty; urgency=medium

  * Merge from unreleased debian git, remaining changes
    - add libxmlrpc-core-c3-udeb

xmlrpc-c (1.33.06-1) UNRELEASED; urgency=low

  * New upstream release. (Closes: #660213)
  * Drop upstream patches, refresh others.
  * gbp.conf: Use upstream branch as the tree, and enable
    pristine-tar-commit.
  * control, *.install: Bump the C++ lib soname, update C lib minor.
  * xmlrpc-api-utils.*: Fix xml-rpc-api2txt paths.
  * control: Rewrap *Depends for readability.
  * compat, control, rules, *.install: Bump compat level to 9, migrate
    to dh, and fix the install paths.
  * fix-format-security.diff: Fix a build error with default buildflags.
  * control: Drop libxmlrpc-c3-dev and obsolete
    Provides/Conflicts/Replaces.
  * c3-dev.install: Install xmlrpc.html to the correct path.
  * control: Bump policy to 3.9.5, no changes.
  * control: New maintainer.
  * control: Add Vcs entries.
  * control: Make libxmlrpc-c++8-dev conflict with the old pkg.
 -- Timo Aaltonen <email address hidden>   Wed, 19 Feb 2014 11:12:19 +0200

Upload details

Uploaded by:
Timo Aaltonen
Uploaded to:
Trusty
Original maintainer:
Timo Aaltonen
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe libs

Downloads

File Size SHA-256 Checksum
xmlrpc-c_1.33.06.orig.tar.gz 753.6 KiB 1260527fb90a1758541d2f875b6d3b17cbc3ea14cf13f9dfa2faf96d20420652
xmlrpc-c_1.33.06-0ubuntu1.diff.gz 10.8 KiB 421aecd7c286e84e88a22c0865daba4e03d65d7808d1cc1d4dc6d06a0b296be3
xmlrpc-c_1.33.06-0ubuntu1.dsc 2.2 KiB f513af1d7d0f988d749c874734f0c5e8b7361b6be386e090da2d6e67b457fee4

View changes file

Binary packages built by this source

libxmlrpc-c++8: 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++8-dev: No summary available for libxmlrpc-c++8-dev in ubuntu vivid.

No description available for libxmlrpc-c++8-dev in ubuntu vivid.

libxmlrpc-core-c3: No summary available for libxmlrpc-core-c3 in ubuntu utopic.

No description available for libxmlrpc-core-c3 in ubuntu utopic.

libxmlrpc-core-c3-dev: No summary available for libxmlrpc-core-c3-dev in ubuntu vivid.

No description available for libxmlrpc-core-c3-dev in ubuntu vivid.

libxmlrpc-core-c3-udeb: A lightweight RPC library based on XML and HTTP (core 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 and C++.
 .
 This package contains the minimal runtime libraries for the Debian Installer
 (udeb).

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.