Codebase list ido-ubiquitous / eeb39917-9a38-46fc-b909-33f4c01fb4c5/main debian / control
eeb39917-9a38-46fc-b909-33f4c01fb4c5/main

Tree @eeb39917-9a38-46fc-b909-33f4c01fb4c5/main (Download .tar.gz)

control @eeb39917-9a38-46fc-b909-33f4c01fb4c5/mainraw · history · blame

Source: ido-ubiquitous
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-elpa,
               elpa-buttercup,
               elpa-flx-ido,
               elpa-memoize,
               elpa-s,
               elpa-with-simulated-input
Standards-Version: 4.4.0
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-elpa
Homepage: https://github.com/DarwinAwardWinner/ido-completing-read-plus
Vcs-Browser: https://salsa.debian.org/emacsen-team/ido-ubiquitous
Vcs-Git: https://salsa.debian.org/emacsen-team/ido-ubiquitous.git

Package: elpa-ido-completing-read+
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends}
Recommends: emacs
Enhances: emacs
Description: completing-read-function using ido
 This package implements the `ido-completing-read+' function, which is a
 wrapper for `ido-completing-read'. Importantly, it detects edge cases that
 ordinary ido cannot handle and either adjusts them so ido *can* handle them,
 or else simply falls back to Emacs' standard completion instead.