Source: libmicrohttpd
Section: libs
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Bertrand Marc <beberking@gmail.com>
Build-Depends: debhelper (>= 9), autoconf, automake, dh-autoreconf,
 libgcrypt-dev, libgnutls28-dev, libssl-dev, texinfo, pkg-config, zlib1g-dev
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/collab-maint/libmicrohttpd.git
Vcs-browser: http://anonscm.debian.org/gitweb/?p=collab-maint/libmicrohttpd.git
Homepage: http://www.gnu.org/software/libmicrohttpd/

Package: libmicrohttpd10
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: library embedding HTTP server functionality
 GNU libmicrohttpd is a small C library that is supposed to make it easy to run
 an HTTP server as part of another application. Key features that distinguish
 GNU Libmicrohttpd from other projects are:
  * C library: fast and small
  * API is simple, expressive and fully reentrant
  * Implementation is HTTP 1.1 compliant
  * HTTP server can listen on multiple ports
  * Four different threading models (select, poll, pthread, thread pool)
  * Support for IPv6
  * Support for SHOUTcast
  * Support for incremental processing of POST data (optional)
  * Support for basic and digest authentication (optional)
  * Support for SSL3 and TLS

Package: libmicrohttpd-dbg
Section: debug
Priority: extra
Architecture: any
Depends:
 ${misc:Depends}, libmicrohttpd10 (= ${binary:Version}),
 libmicrohttpd-dev (= ${binary:Version})
Description: library embedding HTTP server functionality (debug)
 GNU libmicrohttpd is a small C library that is supposed to make it easy to run
 an HTTP server as part of another application. Key features that distinguish
 GNU Libmicrohttpd from other projects are:
  * C library: fast and small
  * API is simple, expressive and fully reentrant
  * Implementation is HTTP 1.1 compliant
  * HTTP server can listen on multiple ports
  * Four different threading models (select, poll, pthread, thread pool)
  * Support for IPv6
  * Support for SHOUTcast
  * Support for incremental processing of POST data (optional)
  * Support for basic and digest authentication (optional)
  * Support for SSL3 and TLS
 .
 This package contains the debugging symbols.

Package: libmicrohttpd-dev
Section: libdevel
Architecture: any
Depends:
 ${misc:Depends}, libmicrohttpd10 (= ${binary:Version}), libgnutls28-dev,
 libgcrypt-dev
Description: library embedding HTTP server functionality (development)
 GNU libmicrohttpd is a small C library that is supposed to make it easy to run
 an HTTP server as part of another application. Key features that distinguish
 GNU Libmicrohttpd from other projects are:
  * C library: fast and small
  * API is simple, expressive and fully reentrant
  * Implementation is HTTP 1.1 compliant
  * HTTP server can listen on multiple ports
  * Four different threading models (select, poll, pthread, thread pool)
  * Support for IPv6
  * Support for SHOUTcast
  * Support for incremental processing of POST data (optional)
  * Support for basic and digest authentication (optional)
  * Support for SSL3 and TLS
 .
 This package contains the development files.
 
Package: libmicrospdy0
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: library embedding SPDY server functionality
 GNU libmicrospdy is a small C very experimental library embedding a SPDY
 server (the base for HTTP 2.0). libmicrospdy provides a compact API and
 implementation of SPDY server. libmicrospdy currently only implements partially
 version 3 of SPDY.

Package: libmicrospdy-dbg
Section: debug
Priority: extra
Architecture: any
Depends:
 ${misc:Depends}, libmicrospdy0 (= ${binary:Version}),
 libmicrospdy-dev (= ${binary:Version})
Description: library embedding SPDY server functionality (debug)
 GNU libmicrospdy is a small C very experimental library embedding a SPDY
 server (the base for HTTP 2.0). libmicrospdy provides a compact API and
 implementation of SPDY server. libmicrospdy currently only implements partially
 version 3 of SPDY.
 .
 This package contains the debugging symbols.

Package: libmicrospdy-dev
Section: libdevel
Architecture: any
Depends:
 ${misc:Depends}, libmicrospdy0 (= ${binary:Version}), libssl-dev
Replaces: libmicrohttpd-dev (<< 0.9.42~)
Breaks: libmicrohttpd-dev (<< 0.9.42~)
Description: library embedding SPDY server functionality (development)
 GNU libmicrospdy is a small C very experimental library embedding a SPDY
 server (the base for HTTP 2.0). libmicrospdy provides a compact API and
 implementation of SPDY server. libmicrospdy currently only implements partially
 version 3 of SPDY.
 .
 This package contains the development files.
