Codebase list ido-ubiquitous / lintian-fixes/main debian / control
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

control @lintian-fixes/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 (= 13),
               dh-elpa,
               elpa-buttercup,
               elpa-flx-ido,
               elpa-memoize,
               elpa-s,
               elpa-with-simulated-input
Standards-Version: 4.6.2
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.