summaryrefslogtreecommitdiff
path: root/freefilesync/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-02-14 18:20:14 +0000
committerB Stack <bgstack15@gmail.com>2019-02-14 18:20:14 +0000
commitf411b2edb3819c8328be3885ad71fd9c863775be (patch)
tree324a06c40b35c1ee785077e0a3c67b31d3a75e9e /freefilesync/debian/control
parentpm-ublock dpkg for devuan (diff)
downloadstackrpms-f411b2edb3819c8328be3885ad71fd9c863775be.tar.gz
stackrpms-f411b2edb3819c8328be3885ad71fd9c863775be.tar.bz2
stackrpms-f411b2edb3819c8328be3885ad71fd9c863775be.zip
FreeFileSync 10.9 rpm and dpkg
Diffstat (limited to 'freefilesync/debian/control')
-rw-r--r--freefilesync/debian/control9
1 files changed, 6 insertions, 3 deletions
diff --git a/freefilesync/debian/control b/freefilesync/debian/control
index 4af779c..1fb280c 100644
--- a/freefilesync/debian/control
+++ b/freefilesync/debian/control
@@ -4,12 +4,15 @@ Priority: optional
Maintainer: B Stack <bgstack15@gmail.com>
Build-Depends: debhelper (>=11~),
autotools-dev,
- libwxgtk3.0-dev,
- wx3.0-headers,
imagemagick,
- libboost-thread-dev (>= 1.46),
libboost-system-dev (>= 1.46),
+ libboost-thread-dev (>= 1.46),
+ libcurl4-openssl-dev,
libgtk2.0-dev,
+ libssh2-1-dev,
+ libssl-dev,
+ libwxgtk3.0-dev,
+ wx3.0-headers,
Standards-Version: 4.1.4
Homepage: https://freefilesync.org/
bgstack15