File: control

package info (click to toggle)
m4 1.4.18-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 11,832 kB
  • ctags: 7,047
  • sloc: ansic: 80,096; sh: 8,203; cpp: 1,334; lisp: 243; makefile: 142
file content (29 lines) | stat: -rw-r--r-- 988 bytes parent folder | download
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
Source: m4
Section: interpreters
Priority: optional
Maintainer: Santiago Vila <sanvila@debian.org>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9.20120311), libsigsegv-dev
Build-Depends-Indep: texinfo
Homepage: http://www.gnu.org/software/m4/

Package: m4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: m4-doc
Multi-Arch: foreign
Description: macro processing language
 GNU `m4' is an implementation of the traditional UNIX macro
 processor.  It is mostly SVR4 compatible, although it has some
 extensions (for example, handling more than 9 positional parameters to
 macros).  `m4' also has builtin functions for including files, running
 shell commands, doing arithmetic, etc.  Autoconf needs GNU `m4' for
 generating `configure' scripts, but not for running them.

Package: m4-doc
Section: doc
Priority: optional
Architecture: all
Depends: ${misc:Depends}
Description: Documentation for GNU m4
 This package contains the HTML documentation for GNU m4.