Source: stabber
Section: devel
Maintainer: Debian XMPP Maintainers <pkg-xmpp-devel@lists.alioth.debian.org>
Uploaders:
 Martin Dosch <martin@mdosch.de>,
Build-Depends:
 autoconf-archive,
 debhelper-compat (= 13),
 libexpat1-dev,
 libglib2.0-dev,
 libmicrohttpd-dev,
 pkgconf,
Standards-Version: 4.7.4
Homepage: https://github.com/profanity-im/stabber
Vcs-Browser: https://salsa.debian.org/xmpp-team/stabber
Vcs-Git: https://salsa.debian.org/xmpp-team/stabber.git

Package: stabber
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: Stubbed XMPP (Jabber) Server
 Stabber acts as a stubbed XMPP service for testing purposes, supporting:
 .
  - Sending of XMPP stanzas.
  - Responding to XMPP stanzas with stubbed responses, by id
    and by query namespace
  - Verifying that XMPP stanzas were received.
  - C API
  - HTTP API

Package: libstabber0
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Stubbed XMPP (Jabber) Server
 Stabber acts as a stubbed XMPP service for testing purposes, supporting:
 .
  - Sending of XMPP stanzas.
  - Responding to XMPP stanzas with stubbed responses, by id
    and by query namespace
  - Verifying that XMPP stanzas were received.
  - C API
  - HTTP API
 .
 This package contains the library runtime files.

Package: libstabber-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libstabber0 (= ${binary:Version}), ${misc:Depends}
Description: Stubbed XMPP (Jabber) Server
 Stabber acts as a stubbed XMPP service for testing purposes, supporting:
 .
  - Sending of XMPP stanzas.
  - Responding to XMPP stanzas with stubbed responses, by id
    and by query namespace
  - Verifying that XMPP stanzas were received.
  - C API
  - HTTP API
 .
 This package contains the development files.
