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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
Source: autogen
Section: devel
Priority: optional
Maintainer: Andreas Metzler <ametzler@debian.org>
Build-Depends: chrpath,
debhelper-compat (= 12),
gperf,
guile-3.0-dev,
libxml2-dev,
pkg-config,
autogen <cross>
Build-Depends-Indep: texinfo, texlive, cm-super-minimal
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://www.gnu.org/software/autogen/
Vcs-Git: https://salsa.debian.org/debian/autogen.git
Vcs-Browser: https://salsa.debian.org/debian/autogen
Package: autogen
Architecture: any
Depends: ${shlibs:Depends}, libopts25-dev (= ${binary:Version}),
${misc:Depends}, ${perl:Depends}
Recommends: autogen-doc
Multi-Arch: foreign
Description: 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. libopts25-dev contains the
static libraries and header files. libopts25 contains the shared libraries.
autogen-doc contains the PostScript and HTML documentation.
Package: autogen-doc
Section: doc
Depends: ${misc:Depends}
Architecture: all
Multi-Arch: foreign
Description: automated text file generator - documentation
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.
.
This package contains the PostScript and HTML documentation.
Package: libopts25
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Section: libs
Multi-Arch: same
Description: automated option processing library based on autogen
This package contains the shared libraries needed by binaries that use
autoopts for option processing. The package containing the header files
and static libraries is libopts25-dev. The package containing the
development tools is autogen.
Package: libopts25-dev
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: libopts25 (= ${binary:Version}), ${misc:Depends}
Breaks: autogen (<< 1:5.18.16-6)
Replaces: autogen (<< 1:5.18.16-6)
Section: libdevel
Multi-Arch: same
Description: automated option processing library based on autogen
This package contains the header files and static libraries used by
autoopts. The package containing the shared libraries is libopts25. The
package containing the development tools is autogen.
|