control.in 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. Source: uclibc
  2. Section: devel
  3. Priority: optional
  4. Maintainer: David Schleef <ds@schleef.org>
  5. Build-Depends: debhelper, kernel-headers-2.4
  6. Standards-Version: 3.5.6
  7. Package: libuclibc-dev_TARGET_
  8. Section: devel
  9. Architecture: _ARCHS_
  10. Depends: libuclibc0_TARGET_ (= ${Source-Version}), ${shlibs:Depends}
  11. Description: A small implementation of the C library
  12. uClibc is an implementation of the standard C library that is
  13. much smaller than glibc, which makes it useful for embedded
  14. systems. This package includes header files and development
  15. libraries necessary to compile applications that use uClibc.
  16. Package: libuclibc0_TARGET_
  17. Section: libs
  18. Architecture: _ARCHS_
  19. Description: A small implementation of the C library
  20. uClibc is an implementation of the standard C library that is
  21. much smaller than glibc, which makes it useful for embedded
  22. systems. This package provides only the run-time libraries.
  23. .
  24. The Debian binary packages for uClibc do not provide the necessary
  25. components for using uClibc as the primary library on a system,
  26. as might be done for an embedded system.
  27. Package: uclibc_TARGET_-toolchain
  28. Section: devel
  29. Architecture: _ARCHS_
  30. Depends: gcc|c-compiler, binutils, ${shlibs:Depends}
  31. Recommends: libuclibc-dev_TARGET_
  32. Conflicts: uclibc_TARGET_-gcc
  33. Replaces: uclibc_TARGET_-gcc
  34. Description: A compiler wrapper for uClibc
  35. This package includes utilities that function as a toolchain for
  36. compiling with uClibc instead of the native libc. The utilities
  37. have names such as powerpc-uclibc-gcc (depending on the architecture),
  38. and should behave identically to the base utilities, except that
  39. they use headers and libraries provided in the libuclibc-dev_TARGET_
  40. package. Most utilities are symbolic links to the correct underlying
  41. utility, although gcc and ld are implemented as wrapper binaries that
  42. call gcc and ld with the necessary arguments and command line options.