debian: Make dependencies on openvswitch packages specify exact version.
authorBen Pfaff <blp@nicira.com>
Mon, 28 Sep 2009 17:15:22 +0000 (10:15 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 28 Sep 2009 17:15:22 +0000 (10:15 -0700)
commit1840902cac2a561d02bfe9a648a1e45a3e289f39
tree244724e8828db519d0178ba195f2c8e41c5b2b99
parent576e26d7b47f4e53116ef0b5f035d260f426d37b
debian: Make dependencies on openvswitch packages specify exact version.

NOX packages depend on a particular version of openvswitch-pki, which
depends on openvswitch-common without specifying a version.  This meant
that the installed versions of openvswitch-pki and openvswitch-common
could easily get out of sync.  This commit makes all of the dependencies
among openvswitch packages specify an explicit version, which should fix
this problem.

CC: Dan Wendlandt <dan@nicira.com>
debian/control