summaryrefslogtreecommitdiff
path: root/control
blob: 8e4e2d15f9f355987b07f2858ddf6288469c2e5b (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
Source: faceup
Section: lisp
Priority: optional
Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
Uploaders: David Bremner <bremner@debian.org>
Build-Depends: debhelper (>= 10),
 dh-elpa
Standards-Version: 4.0.0
Homepage: https://github.com/Lindydancer/faceup
Testsuite: autopkgtest-pkg-elpa

Package: elpa-faceup
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends},
 emacs
Recommends: emacs (>= 46.0)
Enhances: emacs,
 emacs25
Built-Using: ${misc:Built-Using}
Description: Regression test system for font-lock
 Emacs is capable of highlighting buffers based on language-specific
 `font-lock' rules. This package, `faceup', makes it possible to
 perform regression test for packages that provide font-lock rules.
 The underlying idea is to convert text with highlights ("faces")
 into a plain text representation using the Faceup markup language.