File: control

package info (click to toggle)
enscript 1.6.5.90-3.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,456 kB
  • sloc: ansic: 33,708; sh: 5,383; makefile: 649; yacc: 457; lex: 428; perl: 340; lisp: 109; sed: 16
file content (30 lines) | stat: -rw-r--r-- 1,010 bytes parent folder | download | duplicates (2)
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: enscript
Section: text
Priority: optional
Maintainer: Tim Retout <diocles@debian.org>
Build-Depends: debhelper (>= 8.9.4),
 dpkg-dev (>= 1.16.1),
 libpaper-dev,
 autotools-dev,
 autoconf,
 automake,
 autopoint,
 texinfo
Standards-Version: 3.9.2
Vcs-Git: https://salsa.debian.org/debian/enscript.git
Vcs-Browser: https://salsa.debian.org/debian/enscript
Homepage: http://www.gnu.org/software/enscript/

Package: enscript
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}
Replaces: octave3.0
Suggests: gv | postscript-viewer, lpr
Description: converts text to Postscript, HTML or RTF with syntax highlighting
 GNU Enscript takes ASCII files (often source code) and converts them
 to PostScript, HTML or RTF.  It can store generated output to a file
 or send it directly to the printer.
 .
 It is often used for its syntax highlighting, as it comes with rules
 for a wide range of programming languages.  New rules can be added
 using an awk-like stateful scripting language.