debian: Move OVSDB schema and ovsdb-tool to openvswitch-switch.
authorBen Pfaff <blp@nicira.com>
Tue, 26 Jul 2011 16:46:38 +0000 (09:46 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 27 Jul 2011 00:14:36 +0000 (17:14 -0700)
commit9dae0a2675cf3f63b983c5ef039a665bb41d4467
tree97a1b5cdb0c83bc52b1cdccc4115ea4f7cca9ec6
parent4cd78906a0c30cc2de0a6a0370c6b2cf1b7853b2
debian: Move OVSDB schema and ovsdb-tool to openvswitch-switch.

ovs-vswitchd in the openvswitch-switch package is tightly coupled to its
database schema.  During development, it's possible to change the schema
without changing the Open vSwitch version number, which makes it possible
for the openvswitch-switch and openvswitch-common packages to get out of
sync: openvswitch-switch requires the same version of openvswitch-common,
but if the version number doesn't get updated that has no effect.

Actually putting the schema and ovs-vswitchd (its primary user) in the
same package prevents them from getting out-of-sync.  This commit also
moves ovsdb-tool because that program often works directly with OVSDB
schemas and so there's not much point having it around without a schema to
work with.
debian/openvswitch-common.install
debian/openvswitch-switch.install