diff mbox

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

Message ID 20161223214522.4913-1-blp@ovn.org
State Accepted
Headers show

Commit Message

Ben Pfaff Dec. 23, 2016, 9:45 p.m. UTC
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@ovn.org>
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Justin Pettit Dec. 23, 2016, 10:18 p.m. UTC | #1
> On Dec 23, 2016, at 1:45 PM, Ben Pfaff <blp@ovn.org> wrote:
> 
> 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@ovn.org>

Acked-by: Justin Pettit <jpettit@ovn.org>

--Justin
Ben Pfaff Dec. 24, 2016, 12:08 a.m. UTC | #2
On Fri, Dec 23, 2016 at 02:18:38PM -0800, Justin Pettit wrote:
> 
> > On Dec 23, 2016, at 1:45 PM, Ben Pfaff <blp@ovn.org> wrote:
> > 
> > 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@ovn.org>
> 
> Acked-by: Justin Pettit <jpettit@ovn.org>

Thank you.  I applied this to master and branch-2.6.
diff mbox

Patch

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),