summaryrefslogtreecommitdiff
path: root/debian/control
blob: 745ad77356cad6ab40bfe0bdeead0b848db60c5c (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
Source: faceup
Section: lisp
Priority: optional
Maintainer: Debian Emacsen Team <debian-emacsen@lists.debian.org>
Uploaders: David Bremner <bremner@debian.org>
Build-Depends: debhelper (>= 10),
 dh-elpa
Standards-Version: 4.5.0
Homepage: https://github.com/Lindydancer/faceup
Vcs-Git: https://salsa.debian.org/emacsen-team/faceup.git
Vcs-Browser: https://salsa.debian.org/emacsen-team/faceup.git
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.