summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2007-03-06 18:37:15 +0000
committerRob Landley <rob@landley.net>2007-03-06 18:37:15 +0000
commitea489dee069dc3f61ceff4a7d71cd7550fa8c0dd (patch)
tree91efc91e8c14bec0a74e36d102b0e8dca25263b2 /debian/control
parent80422cdc59d10642577d4d8ddcdf7e88256e8faf (diff)
Remove debian directory at the request of Simon Richter. (The debian
developers prefer to maintain their own debian subdir as a patch.)
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control31
1 files changed, 0 insertions, 31 deletions
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 53fb7510a..000000000
--- a/debian/control
+++ /dev/null
@@ -1,31 +0,0 @@
-Source: uclibc
-Section: libs
-Priority: required
-Maintainer: Erik Andersen <andersen@codepoet.org>
-Build-Depends: debhelper (>= 3), bzip2, texinfo, kernel-source-2.4.27, sed (>= 4.0.5-4)
-Standards-Version: 3.6.1.1
-
-Package: uclibc
-Architecture: alpha arm i386 m68k mips mipsel powerpc sparc
-Section: base
-Priority: required
-Depends:
-Conflicts: libc6
-Description: The uClibc C Library: Shared libraries
- uClibc is an implementation of the standard C library that is
- much smaller than glibc, which makes it useful for embedded
- systems. This package provides only the run-time libraries.
-
-Package: uclibc-dev
-Architecture: alpha arm i386 m68k mips mipsel powerpc sparc
-Section: devel
-Priority: standard
-Depends: uclibc (= ${Source-Version})
-Provides: libc-dev, libc6-dev
-Recommends: gcc | c-compiler
-Description: The uClibc C Library: Development Libraries and Header Files
- uClibc is an implementation of the standard C library that is
- much smaller than glibc, which makes it useful for embedded
- systems. This package includes header files and development
- libraries necessary to compile applications that use uClibc.
-