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/liburing-dev.install | |
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/liburing-dev.install')
-rw-r--r-- | debian/liburing-dev.install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/liburing-dev.install b/debian/liburing-dev.install new file mode 100644 index 0000000..a00d956 --- /dev/null +++ b/debian/liburing-dev.install @@ -0,0 +1,4 @@ +usr/include +usr/lib/*/lib*.so +usr/lib/*/lib*.a +usr/lib/*/pkgconfig |