diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-01-30 15:22:39 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-01-30 15:22:39 -0800 |
commit | 87431d4ce8c1521e7b748d927136e581228fbf1e (patch) | |
tree | 897b68d8216b7a0f8de49803bda6b149abd05c45 | |
parent | 152d39df2ff3fba0548df0d567ad97c0121cf960 (diff) | |
download | quagga-87431d4ce8c1521e7b748d927136e581228fbf1e.tar.bz2 quagga-87431d4ce8c1521e7b748d927136e581228fbf1e.tar.xz |
avoid package conflict between iproute and vyatta-iproute
Now that there is vyatta-iproute, don't get both packages installed.
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index bfd9db1e..cb153985 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Vcs-Git: http://suva.vyatta.git/quagga.git Package: vyatta-quagga Architecture: any -Depends: ${shlibs:Depends}, logrotate (>= 3.2-11), iproute, ${misc:Depends} +Depends: ${shlibs:Depends}, logrotate (>= 3.2-11), vyatta-iproute, ${misc:Depends} Pre-Depends: adduser Conflicts: zebra, zebra-pj Replaces: zebra, zebra-pj |