Browse Source

Add missing dependencies

Christoph Biedl 6 years ago
parent
commit
3139242994
1 changed files with 3 additions and 1 deletions
  1. 3 1
      debian/control

+ 3 - 1
debian/control

@@ -4,7 +4,7 @@ Homepage: https://github.com/latchset/luksmeta
 Standards-Version: 4.1.1
 Build-Depends: debhelper (>= 10~),
     cryptsetup,
-    libcryptsetup-dev,
+    libcryptsetup-dev (>= 2:1.5.1),
     pkg-config,
 Priority: optional
 Section: net
@@ -20,6 +20,8 @@ Description: library to access metadata in the LUKSv1 header
 Package: libluksmeta-dev
 Architecture: any
 Depends: ${misc:Depends},
+    libcryptsetup-dev,
+    libluksmeta0 (= ${binary:Version}),
 Section: libdevel
 Description: library to access metadata in the LUKSv1 header - development files
  LUKSMeta is a simple library for storing metadata in the LUKSv1 header.