File: control

package info (click to toggle)
dietlibc 0.34~cvs20160606-10
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 11,336 kB
  • sloc: ansic: 71,631; asm: 13,006; cpp: 1,860; makefile: 799; sh: 292; perl: 62
file content (40 lines) | stat: -rw-r--r-- 1,542 bytes parent folder | download
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
Source: dietlibc
Section: devel
Priority: optional
Homepage: http://www.fefe.de/dietlibc/
Maintainer: Christian Seiler <christian@iwakd.de>
Uploaders: Thorsten Glaser <tg@mirbsd.de>
Standards-Version: 4.2.1
Build-Depends: debhelper (>= 11~), dh-exec
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/dietlibc.git
Vcs-Browser: https://salsa.debian.org/debian/dietlibc

Package: dietlibc-dev
Section: libdevel
Architecture: alpha amd64 arm arm64 armeb armel armhf hppa i386 ia64 mips mipsel mips64el powerpc powerpcspe ppc64 ppc64el s390 s390x sparc sparc64 x32
Depends: ${misc:Depends}
Multi-Arch: same
Suggests: dietlibc-doc
Description: diet libc - a libc optimized for small size
 The diet libc is a C library that is optimized for small size. It
 can be used to create small statically linked binaries for Linux
 on alpha, arm, ia64, mips, mipsel, ppc, parisc, s390, sparc and x86.
 .
 This package is used to compile programs with the diet libc.
 .
 The diet libc also supports dynamic linking, but this has been
 temporarily disabled because of problems with it.

Package: dietlibc-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Suggests: dietlibc-dev
Description: diet libc documentation - a libc optimized for small size
 The diet libc is a C library that is optimized for small size. It
 can be used to create small statically linked binaries for Linux
 on alpha, arm, ia64, mips, mipsel, ppc, parisc, s390, sparc and x86.
 .
 This package contains the documentation for the diet libc.