Wrap and sorting debian files.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c8cf5419ed
commit
8d4f9439d2
1 changed files with 9 additions and 5 deletions
14
debian/control
vendored
14
debian/control
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue