File: control

package info (click to toggle)
autogen 5.3.5-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,216 kB
  • ctags: 2,706
  • sloc: ansic: 17,527; sh: 11,794; awk: 629; makefile: 556; lisp: 164; yacc: 50
file content (44 lines) | stat: -rw-r--r-- 1,825 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: autogen
Section: devel
Priority: optional
Maintainer: Luca Filipozzi <lfilipoz@debian.org>
Build-Depends: debhelper (>=3.0), automake, libguile-dev, texinfo, tetex-bin, texi2html
Standards-Version: 3.5.2

Package: autogen
Architecture: any
Depends: ${shlibs:Depends}, libopts9-dev
Description: an automated text file generator
 AutoGen is a tool designed for generating program files that contain
 repetitive text with varied substitutions.  This is especially
 valuable if there are several blocks of such text that must be kept
 synchronized.
 .
 Included with AutoGen is a tool that virtually eliminates the hassle
 of processing options, keeping usage text up to date and so on.  This
 tool allows you to specify several program attributes, innumerable
 options and option attributes, then it produces all the code necessary
 to parse and handle the command line and initialization file options.
 .
 This package contains the development tools. libopts9-dev contains the static
 libraries and header files. libopts9 contains the shared libraries.

Package: libopts9
Architecture: any
Depends: ${shlibs:Depends}
Replaces: autogen
Description: automated option processing library for autogen - runtime
 This package contains the shared libraries needed by binaries that use autogen
 for option processing.  The package containing the header files and static
 libraries is libopts9-dev.  The package containing the development tools
 is autogen.

Package: libopts9-dev
Architecture: any
Depends: libopts9 (>=${Source-Version})
Replaces: autogen
Description: automated option processing library for autogen - development
 This package contains the header files and static libraries used by autogen.
 The package containing the shared libraries is libopts9.  The package
 containing the development tools is autogen.