Source: bstring
Section: libs
Maintainer: Debian Netatalk team <pkg-netatalk-devel@lists.alioth.debian.org>
Uploaders:
 Daniel Markstedt <daniel@mindani.net>,
 Jonas Smedegaard <dr@jones.dk>,
Build-Depends:
 check,
 debhelper-compat (= 13),
 doxygen <!nodoc>,
 meson,
 ninja-build,
 pkgconf,
Vcs-Git: https://salsa.debian.org/netatalk-team/bstring.git
Vcs-Browser: https://salsa.debian.org/netatalk-team/bstring
Standards-Version: 4.7.4
Homepage: https://github.com/msteinert/bstring
Description: Better String Library for C
 The bstring library provides improved string processing functionality
 to the C language.
 .
 It provides substantial mitigation of buffer overflow/overrun problems
 and other failures that result from erroneous usage
 of the common C string library functions.

Package: libbstring1
Architecture: any
Multi-Arch: same
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: ${source:Synopsis} - shared library
 ${source:Extended-Description}
 .
 This package contains bstring's shared libraries.

Package: libbstring-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 libbstring1 (=${binary:Version}),
 ${misc:Depends},
Description: ${source:Synopsis} - development files
 ${source:Extended-Description}
 .
 This package contains headers for development with bstring.

Package: libbstring-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: ${source:Synopsis} - documentation
 ${source:Extended-Description}
 .
 This package contains the html documentation for bstring.
