diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-04 06:16:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-04 06:19:57 +0000 |
commit | b85e5cafec258f4bbd32db464e21cd548f8656b9 (patch) | |
tree | e240ff61d31fe4eae9a5d27bc631849e3fd34e23 | |
parent | Bumping build-depends on debhelper for t64 transition. (diff) | |
download | libnvme-b85e5cafec258f4bbd32db464e21cd548f8656b9.tar.xz libnvme-b85e5cafec258f4bbd32db464e21cd548f8656b9.zip |
Wrap and sorting debian files.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/debian/control b/debian/control index 7f4ec62..bd801a1 100644 --- a/debian/control +++ b/debian/control @@ -2,11 +2,12 @@ Source: libnvme Section: libs Priority: optional Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org> -Build-Depends: dpkg-dev (>= 1.22.5), +Build-Depends: cmake, - debhelper-compat (= 13), debhelper (>= 13.14~), + debhelper-compat (= 13), dh-python, + dpkg-dev (>= 1.22.5), libdbus-1-dev, libjson-c-dev, libkeyutils-dev, @@ -39,9 +40,12 @@ Description: NVMe management library (development) This package contains the development files. Package: libnvme1t64 -Provides: ${t64:Provides} -Replaces: libnvme1 -Breaks: libnvme1 (<< ${source:Version}) +Provides: + ${t64:Provides}, +Replaces: + libnvme1, +Breaks: + libnvme1 (<< ${source:Version}), Section: libs Architecture: any Depends: |