summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-01-30 15:22:39 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-01-30 15:22:39 -0800
commit87431d4ce8c1521e7b748d927136e581228fbf1e (patch)
tree897b68d8216b7a0f8de49803bda6b149abd05c45
parent152d39df2ff3fba0548df0d567ad97c0121cf960 (diff)
downloadquagga-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/control2
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