ソースを参照

Add missing dependencies

Christoph Biedl 7 年 前
コミット
fde0fe3481
1 ファイル変更6 行追加3 行削除
  1. 6 3
      debian/control

+ 6 - 3
debian/control

@@ -3,8 +3,8 @@ Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
 Homepage: https://github.com/latchset/jose
 Standards-Version: 4.1.1
 Build-Depends: debhelper (>= 10~),
-    libjansson-dev,
-    libssl-dev,
+    libjansson-dev (>= 2.10),
+    libssl-dev (>= 1.0.2),
     pkg-config,
     zlib1g-dev,
 Priority: optional
@@ -39,7 +39,10 @@ Description: Javascript Object Signing and Encryption (José) - library
 Package: libjose-dev
 Architecture: any
 Depends: ${misc:Depends},
-   libjose0 (= ${binary:Version}),
+    libjansson-dev,
+    libjose0 (= ${binary:Version}),
+    libssl-dev,
+    zlib1g-dev,
 Section: libdevel
 Description: Javascript Object Signing and Encryption (José) - development files
  This package provides the development files for José, a C-language