queue-el 0.2-4 source package in Ubuntu

Changelog

queue-el (0.2-4) unstable; urgency=medium

  [ Aymeric Agon-Rambosson ]
  * Adopt the package from Sean Whitton (Closes: #1007868).
  * d/control:
    - Bump Standards version to 4.5.1 (no changes required).
    - Bump debhelper compat to 13.
    - Added optional Rules-Requires-Root field to respect Debian Policy.
    - Canonicalise Vcs-Git field (added .git suffix, canonical for remotes'
      urls).

  * Update d/watch to version 4.

  * Remove d/upstream signing key (we now follow GNU Elpa over https).

  * Remove d/README.source (outdated information).

  [ Nicholas D Steeves ]
  * Drop emacs25 from Enhances (package does not exist in bullseye).

 -- Aymeric Agon-Rambosson <email address hidden>  Mon, 01 Aug 2022 02:30:33 +0200

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
queue-el_0.2-4.dsc 2.0 KiB 0b323df609b2a97e4e7b2c67d567d524e509b58e4899d2c2a474f342ce15fddd
queue-el_0.2.orig.tar.xz 2.3 KiB fa6a58c9bc07a50b84e7c4bce3e17c2f6b6c025dbbbaadbfb0ed92fb9a0dc83a
queue-el_0.2-4.debian.tar.xz 2.6 KiB ea319b5059862f341954fc3974f956e781366c36a8f4e1875dc12421fd8eaf0c

Available diffs

No changes file available.

Binary packages built by this source

elpa-queue: queue data structure for Emacs Lisp

 This library provides a queue data structure for Emacs Lisp. The
 queues can be used both as a first-in last-out (FILO) and as a
 first-in first-out (FIFO) stack, i.e. elements can be added to the
 front or back of the queue, and can be removed from the front. (This
 type of data structure is sometimes called an "output-restricted
 deque".)