summaryrefslogtreecommitdiff
path: root/debian/control
blob: 6a822bf969dbcaea8b000331541056a582604cbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Source: helm
Section: lisp
Priority: optional
Maintainer: Debian Emacsen Team <debian-emacsen@lists.debian.org>
Uploaders: Sean Whitton <spwhitton@spwhitton.name>
Build-Depends: debhelper (>= 10), dh-elpa (>= 0.0.18)
Standards-Version: 4.1.1
Homepage: https://emacs-helm.github.io/helm/
Vcs-Git: https://salsa.debian.org/emacsen-team/helm.git/
Vcs-Browser: https://salsa.debian.org/emacsen-team/helm

Package: elpa-helm-core
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends},
 emacsen-common (>= 2.0.8)
Built-Using: ${misc:Built-Using}
Recommends: emacs (>= 46.0)
Suggests: elpa-async
Enhances: emacs, emacs24, emacs25
Description: Emacs Helm library files
 This package provides library Emacs Lisp files used by the elpa-helm
 package, and by Emacs Lisp addons that depend on Helm.
 .
 Please see the description & documentation for the elpa-helm package
 for more information.

Package: elpa-helm
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends},
 emacsen-common (>= 2.0.8)
Built-Using: ${misc:Built-Using}
Recommends: emacs (>= 46.0)
Suggests: elpa-async
Enhances: emacs, emacs24, emacs25
Description: Emacs incremental completion and selection narrowing framework
 Helm is incremental completion and selection narrowing framework for
 Emacs. It will help steer you in the right direction when you're
 looking for stuff in Emacs (like buffers, files, etc).
 .
 Helm is a fork of anything.el originally written by Tamas Patrovic and
 can be considered to be its successor. Helm sets out to clean up the
 legacy code in anything.el and provide a cleaner, leaner and more
 modular tool, that's not tied in the trap of backward compatibility.