diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-05-26 09:31:37 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-05-26 09:31:37 +0000 |
commit | 63ce685a348838d1ed6cd48a57e873c73a81826b (patch) | |
tree | b8b8461312fad342fb84dfdf15b6293fe137f1d9 | |
parent | 9e071901abaa0158745ed09deaa542651a9b0f06 (diff) |
Build-depends on libssl-dev
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 3c878e4..2baed5c 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: web Priority: optional Maintainer: Xavier Roche <roche@httrack.com> Standards-Version: 3.9.4 -Build-Depends: debhelper (>> 5.0.0), zlib1g-dev, autotools-dev, autoconf, automake1.9, libtool +Build-Depends: debhelper (>> 5.0.0), zlib1g-dev, libssl-dev, autotools-dev, autoconf, automake1.9, libtool Homepage: http://www.httrack.com Package: httrack |