summaryrefslogtreecommitdiff
path: root/debian/control
blob: 589db0a718aa94b9ea7c8cdd87b02f7fb1e80a42 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Source: a2ps
Section: text
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: bison,
               bzip2,
               debhelper-compat (= 13),
               docbook-to-man,
               emacs-nox | emacsen,
               file,
               flex,
               ghostscript,
               gperf,
               graphicsmagick-imagemagick-compat,
               groff-base,
               gv,
               help2man,
               html2ps,
               libpaper-dev,
               lpr,
               psutils,
               texinfo,
               texlive-base-bin
Standards-Version: 3.9.8
Rules-Requires-Root: no
Homepage: https://www.gnu.org/software/a2ps/

Package: a2ps
Architecture: any
Depends: file, psutils, ${misc:Depends}, ${shlibs:Depends}
Recommends: bzip2, lpr | rlpr | cups-client, wdiff
Suggests: emacsen-common,
          ghostscript,
          graphicsmagick-imagemagick-compat | imagemagick,
          groff,
          gv,
          html2ps,
          t1-cyrillic,
          texlive-base-bin
Description: GNU a2ps - 'Anything to PostScript' converter and pretty-printer
 GNU a2ps converts files into PostScript for printing or viewing. It uses a
 nice default format, usually two pages on each physical page, borders
 surrounding pages, headers with useful information (page number, printing
 date, file name or supplied header), line numbering, symbol substitution
 as well as pretty printing for a wide range of programming languages.
 .
 Historically, a2ps started as a text to PostScript converter, but thanks
 to powerful delegations it is able to let you use it for any kind of files,
 ie it can also digest manual pages, dvi files, texinfo, ....
 .
 Among the other most noticeable features of a2ps are:
  - various encodings (all the Latins and others),
  - various fonts (automatic font downloading),
  - various medias,
  - various printer interfaces,
  - various output styles,
  - various programming languages,
  - various helping applications,
  - and various spoken languages.