mbox series

[rdma-core,0/3] Debian packaging changes

Message ID 20190122151235.30434-1-benjamin.drung@cloud.ionos.com (mailing list archive)
Headers show
Series Debian packaging changes | expand

Message

Benjamin Drung Jan. 22, 2019, 3:12 p.m. UTC
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

Comments

Leon Romanovsky Jan. 24, 2019, 12:47 p.m. UTC | #1
On Tue, Jan 22, 2019 at 04:12:32PM +0100, Benjamin Drung wrote:
> 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
>

Thanks, applied
https://github.com/linux-rdma/rdma-core/pull/457