From b3d7f70af955a8c5f7ae06504030ae4d9707d299 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Fri, 1 May 2020 04:43:49 +0200 Subject: [PATCH] Add dependencies on libc-dev and linux-libc-dev to liburing-dev Closes: #959182 --- debian/changelog | 7 +++++++ debian/control | 2 ++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9f8cbbb..ee2c10e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +liburing (0.6-3) UNRELEASED; urgency=medium + + * Add dependencies on libc6-dev | libc-dev and linux-libc-dev (>= 5.1) + to liburing-dev. (Closes: #959182) + + -- Guillem Jover Fri, 01 May 2020 04:42:50 +0200 + liburing (0.6-2) unstable; urgency=medium * Fix build failures on armhf and armel, by using __NR_mmap2 when __NR_mmap diff --git a/debian/control b/debian/control index 7eb10a2..9696e37 100644 --- a/debian/control +++ b/debian/control @@ -33,6 +33,8 @@ Multi-Arch: same Depends: ${misc:Depends}, liburing1 (= ${binary:Version}), + libc6-dev | libc-dev, + linux-libc-dev (>= 5.1), Description: Linux kernel io_uring access library - development files This library provides helpers to setup and teardown io_uring instances, and also a simplified interface for applications that do not need (or