diff options
| author | Ruben Undheim <ruben.undheim@gmail.com> | 2018-09-03 22:11:13 +0200 |
|---|---|---|
| committer | Ruben Undheim <ruben.undheim@gmail.com> | 2018-09-03 22:11:13 +0200 |
| commit | 05ae7643dad1b2fb9d869fb7f12ad204510cb9a3 (patch) | |
| tree | 259c7ef9d8be6b99ce3bd2c011a030e209176bfc | |
| parent | b479c26a92c581dbd0b6054abbd042b5e4a5ec00 (diff) | |
Added more -dev dependencies to libfreediameter-dev
| -rw-r--r-- | debian/control | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/control b/debian/control index f73bf73..335362a 100644 --- a/debian/control +++ b/debian/control @@ -61,6 +61,10 @@ Architecture: any Section: libdevel Depends: libfdcore6 (= ${binary:Version}), libfdproto6 (= ${binary:Version}), + libgnutls28-dev, + libgcrypt20-dev, + libidn11-dev, + libsctp-dev, ${misc:Depends} Description: Library for the Diameter protocol (development files) Diameter is a protocol designed to carry Authentication, Authorization and |
