diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/control b/debian/control index cd0fd26f9..2ea715022 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,12 @@ Source: uclibc Section: devel Priority: optional Maintainer: David Schleef <ds@schleef.org> -Build-Depends: debhelper, bzip2, kernel-source-2.4.18 -Standards-Version: 3.5.6 +Build-Depends: debhelper, bzip2, kernel-source-2.4.20 +Standards-Version: 3.5.8 Package: libuclibc-dev Section: devel -Architecture: arm i386 m68k mips mipsel powerpc sh sparc +Architecture: alpha arm i386 m68k mips mipsel powerpc sh sparc Depends: libuclibc0 (= ${Source-Version}) Description: A small implementation of the C library uClibc is an implementation of the standard C library that is @@ -17,7 +17,7 @@ Description: A small implementation of the C library Package: libuclibc0 Section: libs -Architecture: arm i386 m68k mips mipsel powerpc sh sparc +Architecture: alpha arm i386 m68k mips mipsel powerpc sh sparc Depends: Description: A small implementation of the C library uClibc is an implementation of the standard C library that is @@ -30,7 +30,7 @@ Description: A small implementation of the C library Package: uclibc-toolchain Section: devel -Architecture: arm i386 m68k mips mipsel powerpc sh sparc +Architecture: alpha arm i386 m68k mips mipsel powerpc sh sparc Depends: gcc|c-compiler, binutils, ${shlibs:Depends} Recommends: libuclibc-dev Conflicts: uclibc-gcc |