From: Justin Pettit <jpettit@nicira.com>
Date: Thu, 1 Apr 2010 01:00:40 +0000 (-0700)
Subject: debian: Clarify packages' purpose in description
X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d499c29573b2b1f2819e2859bde84f6f11c32579;p=openvswitch

debian: Clarify packages' purpose in description

Lintian was complaining about empty binary packages for nicira-switch
and openvswitch-pki.  By clarifying that they are a "meta-package" or
"dependency package", it shuts Lintian up.
---

diff --git a/debian/control b/debian/control
index 458d23d9..7c97e94a 100644
--- a/debian/control
+++ b/debian/control
@@ -62,7 +62,7 @@ Description: Monitoring utility for OpenFlow switches
 Package: openvswitch-pki
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (= ${binary:Version})
-Description: Open vSwitch public key infrastructure
+Description: A dependency package for the Open vSwitch public key infrastructure
  openvswitch-pki provides PKI (public key infrastructure) support for
  Open vSwitch switches and controllers, reducing the risk of
  man-in-the-middle attacks on the Open vSwitch network infrastructure.
@@ -131,7 +131,7 @@ Depends:
  openvswitch-switchui (= ${binary:Version}), 
  openvswitch-datapath-module (= ${binary:Version}),
  corekeeper, openvswitch-monitor, openvswitch-wdt, ${misc:Depends}
-Description: Metapackage for installing a Nicira Open vSwitch switch
+Description: A meta-package for installing a Nicira Open vSwitch switch
  Installing this package will install everything needed for a Nicira
  Portwell-based Open vSwitch switch, including monitoring and the switch UI.