control 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. Source: uclibc
  2. Section: devel
  3. Priority: optional
  4. Maintainer: David Schleef <ds@schleef.org>
  5. Build-Depends: debhelper, kernel-headers | kernel-headers-2.4.10
  6. Standards-Version: 3.5.2
  7. Package: libuclibc-dev
  8. Section: devel
  9. Architecture: i386 powerpc mipsel sh m68k arm
  10. Depends: ${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.
  15. Package: libuclibc0
  16. Section: libs
  17. Architecture: i386 powerpc mipsel sh m68k arm
  18. Description: A small implementation of the C library
  19. uClibc is an implementation of the standard C library that is
  20. much smaller than glibc, which makes it useful for embedded
  21. systems.
  22. Package: uclibc-toolchain
  23. Section: devel
  24. Architecture: i386 powerpc mipsel sh m68k arm
  25. Depends: gcc|c-compiler, binutils, ${shlibs:Depends}
  26. Conflicts: uclibc-gcc
  27. Replaces: uclibc-gcc
  28. Description: A compiler wrapper for uClibc
  29. This is a small wrapper for gcc, ld, and other toolchain utilities
  30. to do compilation against uClibc instead of the native libc.
  31. This package is used for cross compiling.