1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
Source: libbsd
Priority: optional
Section: libs
Maintainer: Guillem Jover <guillem@debian.org>
Vcs-Browser: https://git.hadrons.org/cgit/debian/pkgs/libbsd.git
Vcs-Git: https://git.hadrons.org/git/debian/pkgs/libbsd.git
Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 9.20160114), autotools-dev
# Consider readding the following once and if it moves out of non-free.
# libtestu01-0-dev <!nocheck>
Standards-Version: 3.9.8
Homepage: https://libbsd.freedesktop.org/
Package: libbsd-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libbsd0 (= ${binary:Version}), ${misc:Depends}
Replaces: libfreebsd-dev (<< 0.0-8)
Description: utility functions from BSD systems - development files
This library provides some functions commonly available on BSD systems but
not on others like GNU systems.
.
The currently provided functions are:
.
* _time32_to_time, _time_to_time32, _time64_to_time, _time_to_time64,
_time_to_long, _long_to_time, _time_to_int, _int_to_time.
* MD5Data, MD5End, MD5File, MD5FileChunk, MD5Final, MD5Init, MD5Pad,
MD5Transform, MD5Update.
* arc4random, arc4random_addrandom, arc4random_buf, arc4random_stir,
arc4random_uniform.
* bsd_getopt.
* be16dec, be32dec, be64dec, le16dec, le32dec, le64dec.
* be16enc, be32enc, be64enc, le16enc, le32enc, le64enc.
* closefrom.
* expand_number, dehumanize_number, humanize_number, strtonum, fmtcheck.
* explicit_bzero.
* errc, verrc, vwarnc, warnc.
* fgetln, fparseln, fgetwln, flopen, fpurge, funopen.
* getbsize.
* getmode, setmode, strmode,
* getpeereid.
* getprogname, setprogname.
* heapsort, radixsort, mergesort, sradixsort.
* nlist (ELF and a.out support).
* pidfile_open, pidfile_write, pidfile_close, pidfile_remove.
* readpassphrase.
* reallocarray, reallocf.
* setproctitle (initialized via libbsd-ctor or setproctitle_init).
* sl_init, sl_add, sl_free, sl_find.
* strlcpy, strlcat.
* strnstr.
* strnvis, strnunvis, strunvis, strunvisx, strvis, strvisx, unvis, vis.
* wcslcat, wcslcpy.
.
Also included are some queue macro definitions not present on includes
from glibc.
Package: libbsd0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: net-tools (<< 7.0-2) [kfreebsd-any]
Description: utility functions from BSD systems - shared library
This library provides some C functions such as strlcpy() that are commonly
available on BSD systems but not on others like GNU systems.
.
For a detailed list of the provided functions, please see the libbsd-dev
package description.
Package: libbsd0-udeb
Package-Type: udeb
Section: debian-installer
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: utility functions from BSD systems - shared library
This library provides some C functions such as strlcpy() that are commonly
available on BSD systems but not on others like GNU systems.
.
For a detailed list of the provided functions, please see the libbsd-dev
package description.
|