control 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. Source: uclibc
  2. Section: devel
  3. Priority: optional
  4. Maintainer: David Schleef <ds@schleef.org>
  5. Build-Depends: debhelper
  6. Standards-Version: 3.0.1
  7. Package: libuclibc-dev
  8. Section: devel
  9. Architecture: any
  10. Depends: libuclibc0, ${shlibs:Depends}
  11. Conflicts: libuclibc-dev-i386
  12. Description: A small implementation of the C library
  13. uClibc is an implementation of the standard C library that is
  14. much smaller than glibc, which makes it useful for embedded
  15. systems.
  16. Package: libuclibc0
  17. Section: libs
  18. Architecture: any
  19. Depends: ${shlibs:Depends}
  20. Description: A small implementation of the C library
  21. uClibc is an implementation of the standard C library that is
  22. much smaller than glibc, which makes it useful for embedded
  23. systems.
  24. Package: uclibc-gcc
  25. Section: devel
  26. Architecture: any
  27. Depends: c-compiler, binutils, ${shlibs:Depends}
  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.