Skip to content

Commit

Permalink
debian: Drop obsolete versioned dependency on lsb-base
Browse files Browse the repository at this point in the history
The lsb-base package became a transitional package to sysvinit-utils
which is an essential package.

Signed-off-by: Benjamin Drung <[email protected]>
  • Loading branch information
bdrung committed Aug 7, 2023
1 parent e946738 commit e1a15aa
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ Homepage: https://github.com/linux-rdma/rdma-core

Package: rdma-core
Architecture: linux-any
Depends: lsb-base (>= 3.2-14~),
udev,
${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Depends: udev, ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Recommends: dmidecode, ethtool, iproute2
Breaks: infiniband-diags (<< 2.0.0)
Expand All @@ -51,10 +47,7 @@ Description: RDMA core userspace infrastructure and documentation

Package: ibacm
Architecture: linux-any
Depends: lsb-base (>= 3.2-14~),
rdma-core (>= 15),
${misc:Depends},
${shlibs:Depends}
Depends: rdma-core (>= 15), ${misc:Depends}, ${shlibs:Depends}
Description: InfiniBand Communication Manager Assistant (ACM)
The IB ACM implements and provides a framework for name, address, and
route (path) resolution services over InfiniBand.
Expand Down Expand Up @@ -317,11 +310,7 @@ Description: Examples for the librdmacm library

Package: srptools
Architecture: linux-any
Depends: lsb-base (>= 3.2-14~),
rdma-core (>= 15),
udev,
${misc:Depends},
${shlibs:Depends}
Depends: rdma-core (>= 15), udev, ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Tools for Infiniband attached storage (SRP)
In conjunction with the kernel ib_srp driver, srptools allows you to
Expand Down

0 comments on commit e1a15aa

Please sign in to comment.