summaryrefslogtreecommitdiff
path: root/freefilesync/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-12-27 17:39:04 +0000
committerB Stack <bgstack15@gmail.com>2019-12-27 17:39:04 +0000
commitb40c382a3d80f83130fe011e99aee3b64c469c81 (patch)
treebd720ccfbafe56fe614a349592e5a8dc3fe2829a /freefilesync/debian/control
parentMerge branch 'updates' into 'master' (diff)
parentfix ffs_el.patch serialize.h (diff)
downloadstackrpms-b40c382a3d80f83130fe011e99aee3b64c469c81.tar.gz
stackrpms-b40c382a3d80f83130fe011e99aee3b64c469c81.tar.bz2
stackrpms-b40c382a3d80f83130fe011e99aee3b64c469c81.zip
Merge branch 'freefilesync-bump' into 'master'
FreeFileSync 10.19 See merge request bgstack15/stackrpms!110
Diffstat (limited to 'freefilesync/debian/control')
-rw-r--r--freefilesync/debian/control12
1 files changed, 8 insertions, 4 deletions
diff --git a/freefilesync/debian/control b/freefilesync/debian/control
index 4d8291f..58a71cf 100644
--- a/freefilesync/debian/control
+++ b/freefilesync/debian/control
@@ -2,16 +2,20 @@ Source: freefilesync
Section: utils
Priority: optional
Maintainer: B Stack <bgstack15@gmail.com>
-Build-Depends: debhelper (>=11~),
+Build-Depends: debhelper (>=12~),
autotools-dev,
imagemagick,
libcurl4-openssl-dev,
- libgtk-3-dev,
libssh2-1-dev,
libssl-dev,
- libwxgtk3.0-gtk3-dev,
wx3.0-headers,
- unzip
+ unzip,
+# gtk2 version
+ libgtk2.0-dev,
+ libwxgtk3.0-dev,
+# gtk3 version
+# libgtk-3-dev,
+# libwxgtk3.0-gtk3-dev,
Standards-Version: 4.1.4
Homepage: https://freefilesync.org/
bgstack15