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

Changelog

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

  [ Aymeric Agon-Rambosson ]
  * New upstream release.
  * Adopt the package from Sean Whitton (Closes: #904241).
  * d/control: Add Rules-Requires-Root: field.
  * d/control: Bump Standards-Version: to 4.6.2 (no changes required).
  * d/control: Bump debhelper-compat to 13 (remove d/compat file).
  * Update upstream homepage in d/control and d/copyright.
  * Update copyright information.
  * Remove lintian-override file-without-copyright-information (not
    applicable anymore).
  * Update d/watch.
  * d/rules: disable upstream Makefile.

  [ Nicholas D Steeves ]
  * Drop emacs24 and emacs25 from Enhances (packages do not exist in
    bullseye).

  [ Lev Lamberov ]
  * Team upload.
  * d/control: Drop Built-Using field.

 -- Lev Lamberov <email address hidden>  Thu, 02 Feb 2023 19:52:50 +0500

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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xml-rpc-el_1.6.16-1.dsc 1.9 KiB b8e6434548cabb8d1708b6b4d807c6cd678473ffe5b828d8ed6f2ad0fe8abba7
xml-rpc-el_1.6.16.orig.tar.xz 19.2 KiB 4cdcf6b2aedb1b65db5c2e904c6674898c2f8dfd456c1526f9fd42ddf132e07a
xml-rpc-el_1.6.16-1.debian.tar.xz 2.8 KiB cfcd3eef0e3dc1a02c2303495933cf3d4cc389e199b836e2276ccafbc6f5f403

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.