Same for debian/copyright. This reduces the number of files to update when we add bugtool plugins.
Signed-off-by: Ben Pfaff <[email protected]> --- This needs to go in before my two-patch series that adds more bugtool plugins: http://openvswitch.org/pipermail/dev/2012-April/016891.html http://openvswitch.org/pipermail/dev/2012-April/016892.html debian/copyright.in | 7 ++----- debian/openvswitch-common.install | 5 +---- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/debian/copyright.in b/debian/copyright.in index c81db07..94caa87 100644 --- a/debian/copyright.in +++ b/debian/copyright.in @@ -8,7 +8,7 @@ Upstream Authors (from AUTHORS): Upstream Copyright Holders: - Copyright (c) 2007, 2008, 2009, 2010, 2011 Nicira Networks. + Copyright (c) 2007, 2008, 2009, 2010, 2011, 2012 Nicira Networks. Copyright (c) 2010 Jean Tourrilhes - HP-Labs. Copyright (c) 2008,2009,2010 Citrix Systems, Inc. and authors listed above. @@ -53,10 +53,7 @@ License: GNU Lesser General Public License version 2.1. utilities/bugtool/ovs-bugtool - utilities/bugtool/ovs-bugtool-cfm-show - utilities/bugtool/ovs-bugtool-lacp-show - utilities/bugtool/ovs-bugtool-tc-class-show - utilities/bugtool/ovs-bugtool-daemons-ver + utilities/bugtool/ovs-bugtool-* utilities/bugtool/plugins/kernel-info/openvswitch.xml utilities/bugtool/plugins/network-status/openvswitch.xml utilities/bugtool/plugins/system-configuration.xml diff --git a/debian/openvswitch-common.install b/debian/openvswitch-common.install index 1805582..3b1fd93 100644 --- a/debian/openvswitch-common.install +++ b/debian/openvswitch-common.install @@ -6,7 +6,4 @@ usr/bin/ovs-pki usr/bin/ovsdb-client usr/sbin/ovs-bugtool usr/share/openvswitch/bugtool-plugins -usr/share/openvswitch/scripts/ovs-bugtool-cfm-show -usr/share/openvswitch/scripts/ovs-bugtool-lacp-show -usr/share/openvswitch/scripts/ovs-bugtool-tc-class-show -usr/share/openvswitch/scripts/ovs-bugtool-daemons-ver +usr/share/openvswitch/scripts/ovs-bugtool-* -- 1.7.2.5 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
