diff options
author | David Schleef <ds@schleef.org> | 2001-11-10 12:02:35 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-11-10 12:02:35 +0000 |
commit | 534a83fcf6edb644f1785091c2838c2e2915148e (patch) | |
tree | 6385c51850c09cff593aaa865a8bc3a1bbf48ec6 /debian/control.in | |
parent | 577acda65c42ea3570dd4bb94ed6ab086891b49b (diff) |
Limited Debian architectures to the ones we can actually build.
Improved mksnapshot script; now adds a bogus changelog entry.
Added fixlinks script that automatically converts symlinks to
conform to Debian policy and updated rules to use it. Added
another bogus man page, prolonging the pretense that I'll actually
write real ones.
Diffstat (limited to 'debian/control.in')
-rw-r--r-- | debian/control.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/debian/control.in b/debian/control.in index 0eaf854eb..0798d16d8 100644 --- a/debian/control.in +++ b/debian/control.in @@ -7,7 +7,7 @@ Standards-Version: 3.5.2 Package: libuclibc-dev_TARGET_ Section: devel -Architecture: any +Architecture: _ARCHS_ Depends: ${shlibs:Depends} Description: A small implementation of the C library uClibc is an implementation of the standard C library that is @@ -16,8 +16,7 @@ Description: A small implementation of the C library Package: libuclibc0_TARGET_ Section: libs -Architecture: any -Depends: ${shlibs:Depends} +Architecture: _ARCHS_ Description: A small implementation of the C library uClibc is an implementation of the standard C library that is much smaller than glibc, which makes it useful for embedded @@ -25,7 +24,7 @@ Description: A small implementation of the C library Package: uclibc_TARGET_-toolchain Section: devel -Architecture: any +Architecture: _ARCHS_ Depends: gcc|c-compiler, binutils, ${shlibs:Depends} Conflicts: uclibc_TARGET_-gcc Replaces: uclibc_TARGET_-gcc |