summaryrefslogtreecommitdiff
path: root/debian/control
blob: eee74647c2e3d34b31f660b08a170c5cc628d738 (plain)
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
Source: libbsd
Priority: optional
Section: libs
Maintainer: Debian GNU/kFreeBSD <debian-bsd@lists.debian.org>
Uploaders: Hector Garcia <hector@debian.org>,
 Guillem Jover <guillem@debian.org>, Aurelien Jarno <aurel32@debian.org>
Vcs-Browser: http://svn.debian.org/wsvn/glibc-bsd/trunk/libbsd/
Vcs-Svn: svn://svn.debian.org/glibc-bsd/trunk/libbsd/
Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7)
Standards-Version: 3.9.2
Homepage: http://libbsd.freedesktop.org/

Package: libbsd-dev
Section: libdevel
Architecture: any
Depends: libbsd0 (= ${binary:Version}), ${misc:Depends}
# libelf-dev and libelfg0-dev ship nlist.h
Replaces: libelf-dev, libelfg0-dev, 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:
 .
  * MD5Data, MD5End, MD5File, MD5FileChunk, MD5Final, MD5Init, MD5Pad,
    MD5Transform, MD5Update.
  * arc4random, arc4random_addrandom, arc4random_buf, arc4random_stir,
    arc4random_uniform.
  * bsd_getopt.
  * dehumanize_number, humanize_number, strtonum, fmtcheck.
  * errc, verrc, vwarnc, warnc.
  * fgetln, flopen, fpurge.
  * getmode, setmode, strmode,
  * getpeereid.
  * getprogname, setprogname, setproctitle.
  * heapsort, radixsort, mergesort, sradixsort.
  * nlist (ELF and a.out support).
  * pidfile_open, pidfile_write, pidfile_close, pidfile_remove.
  * readpassphrase.
  * reallocf.
  * strlcpy, strlcat.
  * strnvis, strnunvis, strunvis, strunvisx, strvis, strvisx, unvis, vis.
 .
 Also included are some queue macro definitions not present on includes
 from glibc.

Package: libbsd0
Architecture: any
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 functions commonly available on BSD systems
 but not on others like GNU systems.

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 functions commonly available on BSD systems
 but not on others like GNU systems.

Package: libbsd0-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libbsd0 (= ${binary:Version}), ${misc:Depends}
Description: utility functions from BSD systems - debugging symbols
 This library provides some functions commonly available on BSD systems
 but not on others like GNU systems.