From bfb77bf6e2dbf0e031018003317a447a81ab3a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vivek=20Das=C2=A0Mohapatra?= <vivek@collabora.co.uk> Date: Thu, 14 Sep 2017 20:09:20 +0100 Subject: [PATCH] The -dev package needs to depend on the new name of the binary package --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index ecfb95a65..c1b92963c 100644 --- a/debian/control +++ b/debian/control @@ -34,7 +34,7 @@ Architecture: i386 amd64 Multi-Arch: same Section: libdevel Priority: optional -Depends: libcapsule (= ${binary:Version}), libc6-dev, libelf-dev +Depends: libcapsule0 (= ${binary:Version}), libc6-dev, libelf-dev Description: libcapsule is a helper library used to implement segregated run-time dynamic linking proxy libraries - used (for example) to load a library -- GitLab