diff options
author | David Schleef <ds@schleef.org> | 2002-02-22 07:28:41 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2002-02-22 07:28:41 +0000 |
commit | e4e0b255f34dbce6630d56375ba7bf339a59ae52 (patch) | |
tree | fd4824fcc4b53662799ce4368d7ceec818b1b628 /debian/control | |
parent | 5640182e962a3190dd28eff714cdda9de2d3f877 (diff) |
Special rules for mipsel. Force some variables in Config, in
case they're wrong (they are.) Remove Config during clean.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 18bddbc40..7da35e404 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.5.6 Package: libuclibc-dev Section: devel -Architecture: arm i386 m68k mips powerpc sh sparc +Architecture: 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 powerpc sh sparc +Architecture: 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 powerpc sh sparc +Architecture: arm i386 m68k mips mipsel powerpc sh sparc Depends: gcc|c-compiler, binutils, ${shlibs:Depends} Recommends: libuclibc-dev Conflicts: uclibc-gcc |