Source: serf
Section: libs
Priority: optional
Maintainer: James McCoy <jamessan@debian.org>
Build-Depends: debhelper (>= 11),
# Required scons version to understand -isystem, exported by krb5-config's
# CFLAGS as of 1.12.1+dfsg-9
 scons (>= 2.3.1-2),
 libapr1-dev, libaprutil1-dev, chrpath, libkrb5-dev, zlib1g-dev,
 libssl-dev
Standards-Version: 4.1.3
Homepage: https://serf.apache.org/
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/jamessan/serf.git
Vcs-Browser: https://salsa.debian.org/jamessan/serf

Package: libserf-1-1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: high-performance asynchronous HTTP client library
 serf library is a C-based HTTP client library built upon the Apache
 Portable Runtime (APR) library.  It multiplexes connections, running the
 read/write communication asynchronously.  Memory copies and
 transformations are kept to a minimum to provide high performance
 operation.

Package: libserf-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libserf-1-1 (= ${binary:Version}), ${misc:Depends}, libapr1-dev,
 libaprutil1-dev, libssl-dev
Description: high-performance asynchronous HTTP client library headers
 serf library is a C-based HTTP client library built upon the Apache
 Portable Runtime (APR) library.  It multiplexes connections, running the
 read/write communication asynchronously.  Memory copies and
 transformations are kept to a minimum to provide high performance
 operation.
 .
 This package contains development headers for serf.
