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
|
Source: silversearcher-ag-el
Section: editors
Priority: optional
Maintainer: Hajime Mizuno <mizuno-as@ubuntu.com>
Build-Depends: debhelper-compat (= 13), dh-elpa, elpa-s, elpa-dash, elpa-f, elpa-undercover
Standards-Version: 4.5.0
Homepage: https://github.com/Wilfred/ag.el
#Vcs-Git: git://git.debian.org/collab-maint/silversearcher-ag-el.git
#Vcs-Browser: http://git.debian.org/?p=collab-maint/silversearcher-ag-el.git;a=summary
Package: elpa-ag
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, emacsen-common (>= 2.0.8), silversearcher-ag, elpa-s, elpa-dash
Built-Using: ${misc:Built-Using}
Recommends: emacs (>= 46.0)
Enhances: emacs, emacs24, emacs25
Breaks: silversearcher-ag-el (<< 0.47-2)
Replaces: silversearcher-ag-el (<< 0.47-2)
Provides: silversearcher-ag-el
Description: Emacs frontend to ag
The Silver Searcher (a.k.a. ag) is very fast grep-like program.
It is faster and has an attractive features than grep.
ag.el is simple ag frontend for Emacs, loosely based on ack-and-half.el.
Package: silversearcher-ag-el
Section: oldlibs
Architecture: all
Depends: ${misc:Depends}, elpa-ag
Description: transitional dummy package, silversearcher-ag-el to elpa-ag
This dummy package may be safely removed.
|