Source: libsigc++-3.0
Standards-Version: 4.7.4
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders:
 Jeremy Bícha <jbicha@ubuntu.com>,
 Boyuan Yang <byang@debian.org>,
Section: devel
Build-Depends:
 debhelper-compat (= 14),
 docbook-xml <!nodoc>,
 docbook-xsl <!nodoc>,
 doxygen <!nodoc>,
 graphviz <!nodoc>,
 libxml2-utils <!nocheck>,
 meson,
 mm-common,
 pkg-kde-tools,
 xsltproc <!nodoc>,
Vcs-Browser: https://salsa.debian.org/gnome-team/libsigcplusplus-3.0
Vcs-Git: https://salsa.debian.org/gnome-team/libsigcplusplus-3.0.git
Homepage: https://libsigcplusplus.github.io/libsigcplusplus/

Package: libsigc++-3.0-0
Architecture: any
Multi-Arch: same
Section: libs
Description: type-safe Signal Framework for C++ - runtime
 This library implements a full callback system for use in widget
 libraries, abstract interfaces, and general programming. It provides
 the ability to connect an abstract callback to a class method,
 function, or function object, and contains adaptor classes for the
 connection of dissimilar callbacks.
 .
 These are the runtime files for libsigc++, needed only if you wish to
 run software which depends on it.

Package: libsigc++-3.0-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
 libsigc++-3.0-0 (= ${binary:Version}),
 pkgconf,
Suggests:
 libsigc++-3.0-doc,
Description: type-safe Signal Framework for C++ - development files
 This library implements a full callback system for use in widget
 libraries, abstract interfaces, and general programming. It provides
 the ability to connect an abstract callback to a class method,
 function, or function object, and contains adaptor classes for the
 connection of dissimilar callbacks.
 .
 These are the development files for libsigc++, needed only if you
 wish to write software which uses it.

Package: libsigc++-3.0-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Description: type-safe Signal Framework for C++ - reference documentation
 This library implements a full callback system for use in widget
 libraries, abstract interfaces, and general programming. It provides
 the ability to connect an abstract callback to a class method,
 function, or function object, and contains adaptor classes for the
 connection of dissimilar callbacks.
 .
 This package contains the reference documentation for libsigc++,
 needed only if you wish to write software which uses it.
