Package: libmount-dev
Version: 2.35.2-5
Severity: serious
Tags: patch
Justification: Policy 7.2

Hi,

util-linux 2.35.2-5 added support for dm-verify (#951048); apparently
this results in libmount requiring it as private dependency:

  $ pkg-config --libs mount
  -lmount
  $ pkg-config --cflags mount
  Package libcryptsetup was not found in the pkg-config search path.
  Perhaps you should add the directory containing `libcryptsetup.pc'
  to the PKG_CONFIG_PATH environment variable
  Package 'libcryptsetup', required by 'mount', not found

Easily fixed by adding libcryptsetup-dev dependency to libmount-dev;
patch attached for this.

Thanks,
-- 
Pino
--- a/debian/control
+++ b/debian/control
@@ -280,6 +280,7 @@ Section: libdevel
 Priority: optional
 Depends: libblkid-dev,
          libc6-dev | libc-dev,
+         libcryptsetup-dev,
          libmount1 (= ${binary:Version}),
          libselinux1-dev,
          ${misc:Depends}

Reply via email to