control 1005 B

1234567891011121314151617181920212223242526272829303132333435
  1. Source: uclibc
  2. Section: devel
  3. Priority: optional
  4. Maintainer: David Schleef <ds@schleef.org>
  5. Build-Depends: debhelper
  6. Standards-Version: 3.5.2
  7. Package: libuclibc-dev
  8. Section: devel
  9. Architecture: any
  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: any
  18. Depends: ${shlibs:Depends}
  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.
  23. Package: uclibc-gcc
  24. Section: devel
  25. Architecture: any
  26. Depends: gcc|c-compiler, binutils, ${shlibs:Depends}
  27. Description: A compiler wrapper for uClibc
  28. This is a small wrapper for gcc, ld, and other toolchain utilities
  29. to do compilation against uClibc instead of the native libc.
  30. This package is used for cross compiling.