diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2017-01-12 16:06:44 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2017-01-12 16:06:44 +0100 |
commit | dab600c7380cb2cb710c42ea8058086a3ecdeaf2 (patch) | |
tree | ee5eea06400c14e6ddd1bf6c8f364b806cccd0a9 /debian/control | |
parent | a2949b88e3d1046914bb4ab11bccdb5f08b27ee5 (diff) |
Make lacme run with 5.14.2 from Debian Wheezy.debian/wheezy
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index e428312..16e3a26 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Vcs-Browser: https://git.guilhem.org/lacme Package: lacme Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, +Depends: ${misc:Depends}, perl, openssl, libconfig-tiny-perl, libjson-perl, @@ -49,7 +49,7 @@ Description: ACME client written with process isolation and minimal privileges i Package: lacme-accountd Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, +Depends: ${misc:Depends}, perl, libconfig-tiny-perl, libjson-perl Recommends: libcrypt-openssl-rsa-perl |