diff options
author | Stefan Metzmacher <metze@samba.org> | 2020-02-06 18:07:57 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-02-06 12:11:10 -0700 |
commit | 38fce156ad8758e2ab223cf48aeaa4cb33169452 (patch) | |
tree | 601c49641911c7ea03039f416b0d29db7685a757 /debian/control | |
parent | b57dbc2d308a849bdd532c4b7348bbbfdbf381f4 (diff) | |
download | liburing-38fce156ad8758e2ab223cf48aeaa4cb33169452.tar.gz liburing-38fce156ad8758e2ab223cf48aeaa4cb33169452.tar.bz2 |
debian: package liburing-0.4 and use a layout as the libaio package
Hopefully this makes is easier to be picked up by the debian and
ubuntu distributions.
Cc: Liu Changcheng <changcheng.liu@aliyun.com>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 33 |
1 files changed, 31 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 391cd68..831a314 100644 --- a/debian/control +++ b/debian/control @@ -4,12 +4,13 @@ Priority: optional Maintainer: Liu Changcheng <changcheng.liu@intel.com> Build-Depends: debhelper (>=9) Standards-Version: 4.1.4 -Homepage: https://git.kernel.dk/liburing +Homepage: https://git.kernel.dk/cgit/liburing/tree/README Vcs-Git: https://git.kernel.dk/liburing -Vcs-Browser: https://git.kernel.dk/liburing +Vcs-Browser: https://git.kernel.dk/cgit/liburing/ Package: liburing1 Architecture: linux-any +Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Description: userspace library for using io_uring @@ -17,3 +18,31 @@ Description: userspace library for using io_uring The newese Linux IO interface, io_uring could improve system performance a lot. liburing is the userpace library to use io_uring feature. + . + This package contains the shared library. + +Package: liburing1-udeb +Package-Type: udeb +Section: debian-installer +Architecture: linux-any +Depends: ${misc:Depends}, ${shlibs:Depends}, +Description: userspace library for using io_uring + io_uring is kernel feature to improve development + The newese Linux IO interface, io_uring could improve + system performance a lot. liburing is the userpace + library to use io_uring feature. + . + This package contains the udeb shared library. + +Package: liburing-dev +Section: libdevel +Architecture: linux-any +Multi-Arch: same +Depends: ${misc:Depends}, liburing1 (= ${binary:Version}), +Description: userspace library for using io_uring + io_uring is kernel feature to improve development + The newese Linux IO interface, io_uring could improve + system performance a lot. liburing is the userpace + library to use io_uring feature. + . + This package contains the static library and the header files. |