orderless 1.0-1 source package in Ubuntu

Changelog

orderless (1.0-1) unstable; urgency=medium

  [ Aymeric Agon-Rambosson ]
  * New upstream release.
  * Refresh patches.
  * Add explicit emacs recommends to elpa-orderless.
  * Bump Standards-Version to 4.6.1 (no changes required).

  [ Lev Lamberov ]
  * Add gbp.conf to properly handle upstream version tags.

 -- Lev Lamberov <email address hidden>  Thu, 19 Jan 2023 20:58:30 +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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
orderless_1.0-1.dsc 1.9 KiB aa36f1e8bc7910e3eb379be5c03f8eca94be686c7286e487bcb9ca6cf03afdfd
orderless_1.0.orig.tar.gz 157.8 KiB bbbab2bd380f0672feefcbd43e4015cd91e09b26e0600df15724df47dfd37974
orderless_1.0-1.debian.tar.xz 4.3 KiB e98426564e34b3f70159ad8cb8ae7a34998b27e7973a4ba14d47835c17601d72

Available diffs

No changes file available.

Binary packages built by this source

elpa-orderless: Emacs completion style that matches multiple regexps in any order

 This package provides an Emacs orderless completion style that divides the
 pattern into space-separated components, and matches candidates that match all
 of the components in any order. Each component can match in any one of several
 ways: literally, as a regexp, as an initialism, in the flex style, or as
 multiple word prefixes. By default, regexp and literal matches are enabled.