diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2011-08-07 20:41:29 -0700 |
---|---|---|
committer | Stephen Hemminger <shemminger@vyatta.com> | 2011-08-07 20:41:29 -0700 |
commit | 212625fe726db86d896003c8d926d4b0ccb54ab9 (patch) | |
tree | a03749663a37e150ecce4a8af0e0850ac4e0c2d1 | |
parent | 68692d40c6e1e0faefc8cfe0226f68332ff9207b (diff) | |
download | vyatta-cfg-system-212625fe726db86d896003c8d926d4b0ccb54ab9.tar.gz vyatta-cfg-system-212625fe726db86d896003c8d926d4b0ccb54ab9.zip |
Force dependency on later vyatta-cfg package
Since the code here now refers to is_uniq_address, current of
this package needs to depend on the matching vyatta-cfg.
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index b9b6eb52..c917da9d 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Depends: acpid, procps (>= 1:3.2.7-3), coreutils (>= 5.97-5.3), libpam-radius-auth, - vyatta-cfg (>= 0.18.58), + vyatta-cfg (>= 0.99.8) libc6 (>= 2.7-6), libpam-runtime (>= 1.0.1-5), vyatta-bash | bash (>= 3.1), |