File: control

package info (click to toggle)
klibc 2.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,240 kB
  • sloc: ansic: 48,401; asm: 2,531; perl: 789; makefile: 231; sh: 160
file content (46 lines) | stat: -rw-r--r-- 1,921 bytes parent folder | download | duplicates (2)
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
Source: klibc
Priority: optional
Maintainer: maximilian attems <maks@debian.org>
Uploaders: Ben Hutchings <ben@decadent.org.uk>
Build-Depends: debhelper (>= 9~), linux-libc-dev, m4 [sparc sparc64]
# klcc will depend on ccache if it was installed at build time; see #777217
Build-Conflicts: ccache
Section: libs
Standards-Version: 4.1.2
Vcs-Browser: https://salsa.debian.org/kernel-team/klibc
Vcs-Git: https://salsa.debian.org/kernel-team/klibc.git
# maybe some day replace with a real one?
Homepage: https://git.kernel.org/cgit/libs/klibc/klibc.git

Package: libklibc-dev
Section: libdevel
Architecture: linux-any
Depends: libklibc (= ${binary:Version}), linux-libc-dev, ${misc:Depends}
Description: kernel headers used during the build of klibc
 This package contains the set of kernel headers that were required to
 build klibc and the utilities that ship with it.  This may or may
 not be a complete enough set to build other programs that link against
 klibc.  If in doubt, use real kernel headers instead.

Package: libklibc
Architecture: linux-any
Multi-Arch: same
Depends: ${misc:Depends}
Description: minimal libc subset for use with initramfs
 klibc is intended to be a minimalistic libc subset for use with
 initramfs.  It is deliberately written for small size, minimal
 entanglement, and portability, not speed.  It is definitely a work in
 progress, and a lot of things are still missing.

Package: klibc-utils
Architecture: linux-any
Multi-Arch: foreign
Depends: libklibc (= ${binary:Version}), ${misc:Depends}
Breaks: initramfs-tools (<< 0.123~)
Description: small utilities built with klibc for early boot
 This package contains a collection of programs that are linked
 against klibc. These duplicate some of the functionality of a
 regular Linux toolset, but are typically much smaller than their
 full-function counterparts.  They are intended for inclusion in
 initramfs images and embedded systems.