diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-07-29 16:21:52 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-07-29 16:21:52 -0700 |
commit | 88bcee588c999abe4eae6fb12f01a8ca2d929279 (patch) | |
tree | 8066034d40dcadc12c462b335f19e6a91989b8bd | |
parent | 84c613e06f80429b567b34d7d3247003983427e0 (diff) | |
download | vyatta-cfg-quagga-88bcee588c999abe4eae6fb12f01a8ca2d929279.tar.gz vyatta-cfg-quagga-88bcee588c999abe4eae6fb12f01a8ca2d929279.zip |
Update control since now contains not just scripts
This package includes a program to check prefix boundaries, so it now needs
libc and is architecture dependent.
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index e01019ed..fa0af61b 100644 --- a/debian/control +++ b/debian/control @@ -6,12 +6,13 @@ Build-Depends: debhelper (>= 5), autotools-dev Standards-Version: 3.7.2 Package: vyatta-cfg-quagga -Architecture: all +Architecture: any Depends: sed (>= 4.1.5), perl (>= 5.8.8), procps (>= 1:3.2.7-3), coreutils (>= 5.97-5.3), vyatta-cfg, + libc6 (>= 2.7-6), vyatta-bash | bash (>= 3.1), vyatta-quagga | quagga Suggests: util-linux (>= 2.13-5), |