Source: autogen
Section: devel
Priority: optional
Maintainer: Matt Kraai <kraai@debian.org>
Build-Depends: autotools-dev, debhelper (>=4), guile-1.6-dev | libguile-dev, libxml2-dev, texinfo, tetex-bin, texi2html
Standards-Version: 3.6.2

Package: autogen
Architecture: any
Depends: ${shlibs:Depends}, libopts25-dev (>=${Source-Version})
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. libopts25-dev contains the static
 libraries and header files. libopts25 contains the shared libraries.

Package: libopts25
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libopts9
Replaces: autogen, libopts9
Section: libs
Description: automated option processing library based on autogen - runtime
 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
Depends: libopts25 (>=${Source-Version})
Conflicts: libopts9-dev
Replaces: autogen, libopts9-dev
Section: libdevel
Description: automated option processing library based on autogen - development
 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.
