From patchwork Tue Jan 22 15:12:32 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Drung X-Patchwork-Id: 10775675 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8B9E2139A for ; Tue, 22 Jan 2019 15:12:41 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7CBFA2AF31 for ; Tue, 22 Jan 2019 15:12:41 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7B1622AF5F; Tue, 22 Jan 2019 15:12:41 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CB8142AF31 for ; Tue, 22 Jan 2019 15:12:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729033AbfAVPMj (ORCPT ); Tue, 22 Jan 2019 10:12:39 -0500 Received: from mx1.ionos.com ([46.16.72.21]:38690 "EHLO mx1.ionos.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728795AbfAVPMj (ORCPT ); Tue, 22 Jan 2019 10:12:39 -0500 Received: from mail.pb.local (mail.pb.local [192.168.178.100]) by mx1.ionos.com (Postfix) with ESMTP id 36F815F638 for ; Tue, 22 Jan 2019 15:12:38 +0000 (UTC) Received: from konstrukt.pb.local (konstrukt.pb.local [192.168.88.20]) by mail.pb.local (Postfix) with SMTP id 17B9E3FE7C; Tue, 22 Jan 2019 16:12:38 +0100 (CET) Received: (nullmailer pid 31206 invoked by uid 1000); Tue, 22 Jan 2019 15:12:38 -0000 From: Benjamin Drung To: linux-rdma@vger.kernel.org Cc: Benjamin Drung Subject: [PATCH rdma-core 0/3] Debian packaging changes Date: Tue, 22 Jan 2019 16:12:32 +0100 Message-Id: <20190122151235.30434-1-benjamin.drung@cloud.ionos.com> X-Mailer: git-send-email 2.17.1 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi, while preparing the updated rdma-core package for Debian, I did some smaller changes. Please have a look at the individual patches. Benjamin Drung (3): debian: Bump Standards-Version to 4.3.0 debian: Install pyverbs example pyverbs: Add shebang to ib_devices.py example debian/control | 2 +- debian/python3-pyverbs.examples | 1 + pyverbs/examples/ib_devices.py | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 debian/python3-pyverbs.examples