control 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. Source: uclibc
  2. Section: libs
  3. Priority: required
  4. Maintainer: Erik Andersen <andersen@codepoet.org>
  5. Build-Depends: debhelper (>= 3), bzip2, texinfo, kernel-source-2.4.27, sed (>= 4.0.5-4)
  6. Standards-Version: 3.6.1.1
  7. Package: uclibc
  8. Architecture: alpha arm i386 m68k mips mipsel powerpc sparc
  9. Section: base
  10. Priority: required
  11. Depends:
  12. Conflicts: libc6
  13. Description: The uClibc C Library: Shared libraries
  14. uClibc is an implementation of the standard C library that is
  15. much smaller than glibc, which makes it useful for embedded
  16. systems. This package provides only the run-time libraries.
  17. Package: uclibc-dev
  18. Architecture: alpha arm i386 m68k mips mipsel powerpc sparc
  19. Section: devel
  20. Priority: standard
  21. Depends: uclibc (= ${Source-Version})
  22. Provides: libc-dev, libc6-dev
  23. Recommends: gcc | c-compiler
  24. Description: The uClibc C Library: Development Libraries and Header Files
  25. uClibc is an implementation of the standard C library that is
  26. much smaller than glibc, which makes it useful for embedded
  27. systems. This package includes header files and development
  28. libraries necessary to compile applications that use uClibc.