summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-11-22 09:33:38 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-11-22 10:42:26 -0800
commitcb55706633bda6c5bd7c8391da9193ad0146002b (patch)
tree236d75d4f3a7a2911f3609eb0f983f1e189f53ea /debian/control
parentfb1bf8a2eefbdb467a948688ab388628455ef480 (diff)
downloadvyatta-cfg-system-cb55706633bda6c5bd7c8391da9193ad0146002b.tar.gz
vyatta-cfg-system-cb55706633bda6c5bd7c8391da9193ad0146002b.zip
Add utilities checking addresses
These are new C language utilites to replace the Perl utility when checking interface addresses. Perl compilation is major component of slow boot time. Note: this changes the package from pure scripts (arch independent) to arch dependent
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control9
1 files changed, 5 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index 8b3aac01..4f8d26c5 100644
--- a/debian/control
+++ b/debian/control
@@ -6,16 +6,17 @@ Build-Depends: debhelper (>= 5), autotools-dev
Standards-Version: 3.7.2
Package: vyatta-cfg-system
-Architecture: all
+Architecture: any
Depends: acpid,
adduser,
sed (>= 4.1.5),
- perl (>= 5.8.8),
+ perl (>= 5.10.1),
libnetaddr-ip-perl,
procps (>= 1:3.2.7-3),
coreutils (>= 5.97-5.3),
libpam-radius-auth,
vyatta-cfg (>= 0.18),
+ libc6 (>= 2.7-6),
libpam-runtime (>= 1.0.1-5),
vyatta-bash | bash (>= 3.1),
sysv-rc,
@@ -58,5 +59,5 @@ Suggests: util-linux (>= 2.13-5),
ntpdate
Replaces: vyatta-cfg (<< 0.17.33),
vyatta-cfg-quagga (<< 0.18.17)
-Description: Vyatta system-level configuration templates/scripts
- Vyatta system-level configuration templates and scripts.
+Description: Vyatta system-level configuration
+ Vyatta system-level configuration utiliites, templates and scripts.