From 1aa22fd5afd692a2411ab2ffd42bdd96db3e2b9f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 19:06:05 +0200 Subject: Adding debian version 2.0.13-4. Signed-off-by: Daniel Baumann --- debian/control | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..9a48151 --- /dev/null +++ b/debian/control @@ -0,0 +1,43 @@ +Source: klibc +Priority: optional +Maintainer: Debian Kernel Team +Uploaders: Ben Hutchings , maximilian attems , Salvatore Bonaccorso +Build-Depends: debhelper-compat (= 12), linux-libc-dev, m4 [sparc] +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}, + ${perl: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} +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. -- cgit v1.2.3