diff options
author | Ben Pfaff <blp@nicira.com> | 2009-12-15 10:56:59 -0800 |
---|---|---|
committer | Ben Pfaff <blp@nicira.com> | 2009-12-15 13:11:59 -0800 |
commit | 3ece32948221dbb9c151979b305b7636f43ba35a (patch) | |
tree | 82dd8a1789ac5f0743cccc3b9fc6c9168156639f /debian | |
parent | a84edf5408291651f21d519df206ea6182b92dfc (diff) | |
download | openvswitch-3ece32948221dbb9c151979b305b7636f43ba35a.tar.gz |
debian: Make binary NMUs possible.
According to lintian:
> The package is not safely binNMUable because an arch:any package depends
> on another arch:any package with a (= ${source:Version}) relationship.
> Please use (= ${binary:Version}) instead.
Fixed according to lintian's advice (above).
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/debian/control b/debian/control index 9e0be5e80..846924b78 100644 --- a/debian/control +++ b/debian/control @@ -29,7 +29,7 @@ Description: Open vSwitch common components Package: openvswitch-switch Architecture: any Suggests: openvswitch-datapath-module -Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (= ${source:Version}), dhcp3-client, module-init-tools, dmidecode, procps, debianutils +Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (= ${binary:Version}), dhcp3-client, module-init-tools, dmidecode, procps, debianutils Description: Open vSwitch switch implementations openvswitch-switch provides the userspace components and utilities for the Open vSwitch kernel-based switch. @@ -38,7 +38,7 @@ Description: Open vSwitch switch implementations Package: openvswitch-switch-config Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-switch (= ${source:Version}), libwww-perl, libdigest-sha1-perl +Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-switch (= ${binary:Version}), libwww-perl, libdigest-sha1-perl Description: Open vSwitch switch implementations openvswitch-switch-config provides a utility for interactively configuring the Open vSwitch switch provided in the openvswitch-switch package. @@ -61,7 +61,7 @@ Description: Monitoring utility for OpenFlow switches Package: openvswitch-pki Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (= ${source:Version}) +Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (= ${binary:Version}) Description: Open vSwitch public key infrastructure openvswitch-pki provides PKI (public key infrastructure) support for Open vSwitch switches and controllers, reducing the risk of @@ -71,7 +71,7 @@ Description: Open vSwitch public key infrastructure Package: openvswitch-pki-server Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, openvswitch-pki (= ${source:Version}), apache2 +Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, openvswitch-pki (= ${binary:Version}), apache2 Description: Open vSwitch public key infrastructure (HTTP server support) openvswitch-pki-server provides HTTP access to the Open vSwitch PKI (public key infrastructure) maintained on the local machine by the @@ -83,7 +83,7 @@ Description: Open vSwitch public key infrastructure (HTTP server support) Package: openvswitch-controller Architecture: any -Depends: ${shlibs:Depends}, openvswitch-common (= ${source:Version}), openvswitch-pki (= ${source:Version}) +Depends: ${shlibs:Depends}, openvswitch-common (= ${binary:Version}), openvswitch-pki (= ${binary:Version}) Description: Open vSwitch controller implementation The Open vSwitch controller enables OpenFlow switches that connect to it to act as MAC-learning Ethernet switches. @@ -125,10 +125,10 @@ Description: Watchdog utility for Open vSwitch switches Package: nicira-switch Architecture: all Depends: - openvswitch-common (= ${source:Version}), - openvswitch-switch (= ${source:Version}), - openvswitch-switchui (= ${source:Version}), - openvswitch-datapath-module (= ${source:Version}), + openvswitch-common (= ${binary:Version}), + openvswitch-switch (= ${binary:Version}), + openvswitch-switchui (= ${binary:Version}), + openvswitch-datapath-module (= ${binary:Version}), corekeeper, openvswitch-monitor, openvswitch-wdt Description: Metapackage for installing a Nicira Open vSwitch switch Installing this package will install everything needed for a Nicira |