mirror of
https://github.com/openvswitch/ovs
synced 2025-09-02 15:25:22 +00:00
debian: Change architectures from "any" to "linux-any".
This should prevent Debian builds from failing on non-GNU/Linux architectures (or possibly succeeding but producing a binary that is not useful).
This commit is contained in:
10
debian/control
vendored
10
debian/control
vendored
@@ -23,7 +23,7 @@ Description: Source code for Open vSwitch datapath Linux module
|
|||||||
Open vSwitch is a full-featured software-based Ethernet switch.
|
Open vSwitch is a full-featured software-based Ethernet switch.
|
||||||
|
|
||||||
Package: openvswitch-common
|
Package: openvswitch-common
|
||||||
Architecture: any
|
Architecture: linux-any
|
||||||
Depends: ${shlibs:Depends}, openssl, ${misc:Depends}, python
|
Depends: ${shlibs:Depends}, openssl, ${misc:Depends}, python
|
||||||
Suggests: ethtool
|
Suggests: ethtool
|
||||||
Description: Open vSwitch common components
|
Description: Open vSwitch common components
|
||||||
@@ -33,7 +33,7 @@ Description: Open vSwitch common components
|
|||||||
Open vSwitch is a full-featured software-based Ethernet switch.
|
Open vSwitch is a full-featured software-based Ethernet switch.
|
||||||
|
|
||||||
Package: openvswitch-switch
|
Package: openvswitch-switch
|
||||||
Architecture: any
|
Architecture: linux-any
|
||||||
Suggests: openvswitch-datapath-module
|
Suggests: openvswitch-datapath-module
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (= ${binary:Version}), module-init-tools, procps
|
Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (= ${binary:Version}), module-init-tools, procps
|
||||||
Description: Open vSwitch switch implementations
|
Description: Open vSwitch switch implementations
|
||||||
@@ -43,7 +43,7 @@ Description: Open vSwitch switch implementations
|
|||||||
Open vSwitch is a full-featured software-based Ethernet switch.
|
Open vSwitch is a full-featured software-based Ethernet switch.
|
||||||
|
|
||||||
Package: openvswitch-ipsec
|
Package: openvswitch-ipsec
|
||||||
Architecture: any
|
Architecture: linux-any
|
||||||
Depends:
|
Depends:
|
||||||
${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
|
${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
|
||||||
ipsec-tools (>=0.8~alpha20090903),
|
ipsec-tools (>=0.8~alpha20090903),
|
||||||
@@ -82,7 +82,7 @@ Description: Open vSwitch public key infrastructure (HTTP server support)
|
|||||||
Open vSwitch is a full-featured software-based Ethernet switch.
|
Open vSwitch is a full-featured software-based Ethernet switch.
|
||||||
|
|
||||||
Package: openvswitch-controller
|
Package: openvswitch-controller
|
||||||
Architecture: any
|
Architecture: linux-any
|
||||||
Depends:
|
Depends:
|
||||||
${shlibs:Depends}, openvswitch-common (= ${binary:Version}),
|
${shlibs:Depends}, openvswitch-common (= ${binary:Version}),
|
||||||
openvswitch-pki (= ${source:Version}), ${misc:Depends}
|
openvswitch-pki (= ${source:Version}), ${misc:Depends}
|
||||||
@@ -94,7 +94,7 @@ Description: Open vSwitch controller implementation
|
|||||||
|
|
||||||
Package: openvswitch-dbg
|
Package: openvswitch-dbg
|
||||||
Section: debug
|
Section: debug
|
||||||
Architecture: any
|
Architecture: linux-any
|
||||||
Depends:
|
Depends:
|
||||||
${shlibs:Depends}, ${misc:Depends},
|
${shlibs:Depends}, ${misc:Depends},
|
||||||
openvswitch-common (= ${binary:Version}),
|
openvswitch-common (= ${binary:Version}),
|
||||||
|
Reference in New Issue
Block a user