summaryrefslogtreecommitdiff
path: root/debian/control
blob: 851e605e23093e792a15fd2cb02441d6df1dc02c (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
Source: helm-projectile
Section: lisp
Priority: optional
Maintainer: Debian Emacsen Team <debian-emacsen@lists.debian.org>
Uploaders: Sean Whitton <spwhitton@spwhitton.name>
Build-Depends: debhelper (>= 9.20160402),
 dh-elpa (>= 1.7)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/helm-projectile.git/
Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/helm-projectile.git
Homepage: https://github.com/bbatsov/helm-projectile

Package: elpa-helm-projectile
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends},
 emacs
Recommends: emacs (>= 46.0)
Suggests: elpa-helm-ag
Enhances: emacs,
 emacs24
Built-Using: ${misc:Built-Using}
Description: Helm integration for Projectile
 With this library, Projectile can use Helm for completion.
 .
 See the documentation of elpa-helm and elpa-projectile for more
 details.