xml-rpc-el 1.6.17-1 source package in Ubuntu

Changelog

xml-rpc-el (1.6.17-1) unstable; urgency=medium

  * New upstream release.
  * Update patch.
  * Update d/copyright (reference new file .elpaignore).
  * d/control:
    - Remove hardcoded emacsen-common from Depends (let dh-elpa add it for
    us if needed).
    - Remove version in Recommends (redundant with the current state of
    the archive).

 -- Aymeric Agon-Rambosson <email address hidden>  Sun, 19 Nov 2023 00:40:23 +0100

Upload details

Uploaded by:
Debian Emacsen team
Uploaded to:
Sid
Original maintainer:
Debian Emacsen team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xml-rpc-el_1.6.17-1.dsc 2.1 KiB 47dd2191b63c0510c67e015f00be20375362cf686d6dbe170127f3fc9eec963f
xml-rpc-el_1.6.17.orig.tar.xz 19.4 KiB f3cbffa525f70f0fb7f57a66bda48efa2199546cd3e54c040343f009a5b3a4a5
xml-rpc-el_1.6.17-1.debian.tar.xz 2.9 KiB e5bb20c6192d688e5e88316f938c2529ab4993955dceec8ce5acb0b78ee64fbf

Available diffs

No changes file available.

Binary packages built by this source

elpa-xml-rpc: Emacs Lisp XML-RPC client

 This is an XML-RPC client library for Emacs Lisp, capable of both
 synchronous and asynchronous method calls.
 .
 An XML-RPC client sends and receives data over HTTP. The request and
 the response are both described using XML.
 .
 xml-rpc.el represents XML-RPC datatypes as lisp values, automatically
 converting to and from the XML datastructures as needed, both for
 method parameters and return values. This makes using XML-RPC
 methods transparent to the lisp code.