From patchwork Sun Apr 12 08:31:04 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roi Dayan X-Patchwork-Id: 1269415 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=openvswitch.org (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=mellanox.com Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 490Q2L1q6Qz9sSj for ; Sun, 12 Apr 2020 18:31:22 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3C0E085BE4; Sun, 12 Apr 2020 08:31:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 64-xsoMbUFvQ; Sun, 12 Apr 2020 08:31:17 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by fraxinus.osuosl.org (Postfix) with ESMTP id 6D91785C63; Sun, 12 Apr 2020 08:31:17 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 4C294C1D87; Sun, 12 Apr 2020 08:31:17 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by lists.linuxfoundation.org (Postfix) with ESMTP id 449FAC1D8A for ; Sun, 12 Apr 2020 08:31:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 270AB20447 for ; Sun, 12 Apr 2020 08:31:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LCsQdXgMWp+j for ; Sun, 12 Apr 2020 08:31:14 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by silver.osuosl.org (Postfix) with ESMTP id 6D2EB2000D for ; Sun, 12 Apr 2020 08:31:13 +0000 (UTC) Received: from Internal Mail-Server by MTLPINE2 (envelope-from roid@mellanox.com) with ESMTPS (AES256-SHA encrypted); 12 Apr 2020 11:31:07 +0300 Received: from mtr-vdi-191.wap.labs.mlnx. (mtr-vdi-191.wap.labs.mlnx [10.209.100.28]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 03C8V7ej004346; Sun, 12 Apr 2020 11:31:07 +0300 From: Roi Dayan To: dev@openvswitch.org Date: Sun, 12 Apr 2020 11:31:04 +0300 Message-Id: <20200412083105.25062-2-roid@mellanox.com> X-Mailer: git-send-email 2.8.4 In-Reply-To: <20200412083105.25062-1-roid@mellanox.com> References: <20200412083105.25062-1-roid@mellanox.com> Subject: [ovs-dev] [PATCH 1/2] debian: Fix package dependencies X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: ovs-dev-bounces@openvswitch.org Sender: "dev" In python2 package was python-twisted-conch but it looks like for python3 it's just python3-twisted. For zope interface the python3 package name is python3-zope.interface. Fixes: 1ca0323e7c29 ("Require Python 3 and remove support for Python 2.") Signed-off-by: Roi Dayan --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index a50e97249fcc..e47767d758eb 100644 --- a/debian/control +++ b/debian/control @@ -14,8 +14,8 @@ Build-Depends: graphviz, openssl, procps, python3-all, - python3-twisted-conch, - python3-zopeinterface, + python3-twisted, + python3-zope.interface, libunbound-dev, libunwind-dev Standards-Version: 3.9.3 From patchwork Sun Apr 12 08:31:05 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roi Dayan X-Patchwork-Id: 1269414 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=openvswitch.org (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=mellanox.com Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 490Q2H5qqGz9sSj for ; Sun, 12 Apr 2020 18:31:19 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id D74538788E; Sun, 12 Apr 2020 08:31:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jVDJqA0I3M69; Sun, 12 Apr 2020 08:31:16 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by hemlock.osuosl.org (Postfix) with ESMTP id 51F5F87765; Sun, 12 Apr 2020 08:31:16 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 26B91C1D90; Sun, 12 Apr 2020 08:31:16 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by lists.linuxfoundation.org (Postfix) with ESMTP id 2D038C0172 for ; Sun, 12 Apr 2020 08:31:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 18A0085B81 for ; Sun, 12 Apr 2020 08:31:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id w74g18TPTfkQ for ; Sun, 12 Apr 2020 08:31:14 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by fraxinus.osuosl.org (Postfix) with ESMTP id C4D3885B04 for ; Sun, 12 Apr 2020 08:31:13 +0000 (UTC) Received: from Internal Mail-Server by MTLPINE1 (envelope-from roid@mellanox.com) with ESMTPS (AES256-SHA encrypted); 12 Apr 2020 11:31:07 +0300 Received: from mtr-vdi-191.wap.labs.mlnx. (mtr-vdi-191.wap.labs.mlnx [10.209.100.28]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 03C8V7ek004346; Sun, 12 Apr 2020 11:31:07 +0300 From: Roi Dayan To: dev@openvswitch.org Date: Sun, 12 Apr 2020 11:31:05 +0300 Message-Id: <20200412083105.25062-3-roid@mellanox.com> X-Mailer: git-send-email 2.8.4 In-Reply-To: <20200412083105.25062-1-roid@mellanox.com> References: <20200412083105.25062-1-roid@mellanox.com> Subject: [ovs-dev] [PATCH 2/2] debian: Fix location of moved man pages X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: ovs-dev-bounces@openvswitch.org Sender: "dev" Some man pages were moved. Fixes: 39b5e46312b9 ("Documentation: Convert multiple manpages to ReST.") Signed-off-by: Roi Dayan --- debian/openvswitch-common.manpages | 6 +++--- debian/openvswitch-switch.manpages | 6 +++--- debian/openvswitch-test.manpages | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/debian/openvswitch-common.manpages b/debian/openvswitch-common.manpages index 9ac6a1dd6d35..f25b5a4dbb60 100644 --- a/debian/openvswitch-common.manpages +++ b/debian/openvswitch-common.manpages @@ -1,7 +1,7 @@ ovsdb/ovsdb-client.1 ovsdb/ovsdb-tool.1 utilities/bugtool/ovs-bugtool.8 -utilities/ovs-appctl.8 utilities/ovs-ofctl.8 -utilities/ovs-parse-backtrace.8 -utilities/ovs-pki.8 +Documentation/_build/man/ovs-appctl.8 +Documentation/_build/man/ovs-parse-backtrace.8 +Documentation/_build/man/ovs-pki.8 diff --git a/debian/openvswitch-switch.manpages b/debian/openvswitch-switch.manpages index 1161cfda7793..e02d5c1d5ea1 100644 --- a/debian/openvswitch-switch.manpages +++ b/debian/openvswitch-switch.manpages @@ -1,12 +1,12 @@ ovsdb/ovsdb-server.1 ovsdb/ovsdb-server.5 -utilities/ovs-ctl.8 utilities/ovs-dpctl-top.8 utilities/ovs-dpctl.8 utilities/ovs-kmod-ctl.8 utilities/ovs-pcap.1 -utilities/ovs-tcpdump.8 -utilities/ovs-tcpundump.1 utilities/ovs-vsctl.8 vswitchd/ovs-vswitchd.8 vswitchd/ovs-vswitchd.conf.db.5 +Documentation/_build/man/ovs-ctl.8 +Documentation/_build/man/ovs-tcpdump.8 +Documentation/_build/man/ovs-tcpundump.1 diff --git a/debian/openvswitch-test.manpages b/debian/openvswitch-test.manpages index 3f71858691e8..d7e47cb5c028 100644 --- a/debian/openvswitch-test.manpages +++ b/debian/openvswitch-test.manpages @@ -1 +1 @@ -utilities/ovs-l3ping.8 +Documentation/_build/man/ovs-l3ping.8