[ovs-dev] [PATCH] debian: Also restrict ovn-docker package to Linux.

Ben Pfaff blp at ovn.org
Fri Dec 23 21:45:22 UTC 2016


The Debian packages for OVS have only supported Linux so far, but the
ovn-docker package was mistakenly marked as Architecture: any instead
of linux-any, which caused build failures.  This fixes the problem.

(Perhaps OVS packaging for Debian should also support BSD, but that
would be a bigger change.)

Reported-at: https://buildd.debian.org/status/fetch.php?pkg=openvswitch&arch=kfreebsd-amd64&ver=2.6.2%7Epre%2Bgit20161223-1&stamp=1482518318&file=log
Signed-off-by: Ben Pfaff <blp at ovn.org>
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 813721a..0b75f2b 100644
--- a/debian/control
+++ b/debian/control
@@ -161,7 +161,7 @@ Description: OVN central components
  databases for OVN that is run at a central location.
 
 Package: ovn-docker
-Architecture: any
+Architecture: linux-any
 Depends: openvswitch-switch (= ${binary:Version}),
          openvswitch-common (= ${binary:Version}),
          python (>= 2.7),
-- 
2.10.2



More information about the dev mailing list