Source: nghttp2
Maintainer: Dave Beckett <dajobe@debian.org>
Section: httpd
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-autoreconf,
               dh-systemd (>= 1.5),
               libcunit1-dev (>= 2.1),
               libev-dev (>= 1:4.15),
               libevent-dev (>= 2.0.8),
               libjansson-dev (>= 2.5),
               libjemalloc-dev [!hurd-i386],
               libpython-dev,
               libspdylay-dev (>= 1.3.2),
               libssl-dev (>= 1.0.1),
               libxml2-dev (>= 2.7.7),
               pkg-config,
               python-sphinx,
               zlib1g-dev (>= 1.2.3)
Standards-Version: 3.9.6
Homepage: http://tatsuhiro-t.github.io/nghttp2/
Vcs-Git: git://anonscm.debian.org/collab-maint/nghttp2.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/nghttp2.git

Package: libnghttp2-dev
Suggests: libnghttp2-doc
Section: libdevel
Architecture: any
Conflicts: libnghttp2-3-dev, libnghttp2-4-dev, libnghttp2-5-dev
Replaces: libnghttp2-3-dev, libnghttp2-4-dev, libnghttp2-5-dev
Depends: libnghttp2-14 (= ${binary:Version}), pkg-config, ${misc:Depends}
Recommends: nghttp2d
Description: library implementing HTTP/2 protocol (development files)
 This is an implementation of the Hypertext Transfer Protocol version
 2 in C. The framing layer of HTTP/2 is implemented as a reusable C
 library.
 .
 This package installs development files.

Package: libnghttp2-doc
Section: doc
Architecture: all
Depends: libjs-jquery, libjs-underscore, lynx | www-browser, ${misc:Depends}
Description: library implementing HTTP/2 protocol (documentation)
 This is an implementation of the Hypertext Transfer Protocol version
 2 in C. The framing layer of HTTP/2 is implemented as a reusable C
 library.
 .
 This package installs documentation.

Package: libnghttp2-14
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: library implementing HTTP/2 protocol (shared library)
 This is an implementation of the Hypertext Transfer Protocol version
 2 in C. The framing layer of HTTP/2 is implemented as a reusable C
 library.
 .
 This package installs a shared library.

Package: nghttp2
Architecture: any
Multi-Arch: foreign
Depends: libnghttp2-14 (= ${binary:Version}),
         lsb-base (>= 3.2-14),
         ${misc:Depends},
         ${shlibs:Depends}
Description: server, proxy and client implementing HTTP/2
 nghttp2 is a set of programs implementing HTTP/2 protocol.
 The package contains a standalone server (nghttpd), a reverse
 proxy (nghttpx) and a client (nghttp).
