Source: shhopt
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 9)

Package: libshhopt1-dev
Architecture: any
Section: devel
Priority: optional
Depends: ${misc:Depends}, libshhopt1 (= ${binary:Version}), libc6-dev
Provides: libshhopt-dev
Replaces: libshhopt-dev, shhopt-dev
Conflicts: libshhopt-dev, shhopt-dev
Description: Command line option parser - development
 This is Sverre H. Huseby's library for parsing command line options.
 .
 Both traditional one-character options and GNU-style --long-options
 are supported. This library does a little more than standard getopt.
 .
 This package contains what you need for compiling sources that
 use this library.
 .
  upstream webpage: http://shh.thathost.com/

Package: libshhopt1
Architecture: any
Section: libs
Priority: optional
Depends: ${misc:Depends}, ${shlibs:Depends}
Replaces: shhopt
Conflicts: shhopt
Description: Command line option parser - runtime
 This is Sverre H. Huseby's library for parsing command line options.
 .
 Both traditional one-character options and GNU-style --long-options
 are supported. This library does a little more than standard getopt.
 .
 This package contains what you need to run programs that use this library.
 .
  upstream webpage: http://shh.thathost.com/
