summaryrefslogtreecommitdiff
path: root/freefilesync/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/debian/control')
-rw-r--r--freefilesync/debian/control19
1 files changed, 10 insertions, 9 deletions
diff --git a/freefilesync/debian/control b/freefilesync/debian/control
index 207b6b2..8056c3f 100644
--- a/freefilesync/debian/control
+++ b/freefilesync/debian/control
@@ -2,19 +2,20 @@ Source: freefilesync
Section: utils
Priority: optional
Maintainer: B. Stack <bgstack15@gmail.com>
-Build-Depends: debhelper (>=12~),
- imagemagick,
+Build-Depends: debhelper (>=13~),
g++-12,
- libbrotli-dev,
- libcurl4-openssl-dev (>=8.4.0-2),
+ imagemagick,
+ libcurl4-openssl-dev (>= 7.84),
libglibmm-2.4-dev | glibmm24-devel,
- libssh2-1-dev (>=1.10.0-3+b1),
- libssl-dev (>=3.0.3-5),
- wx3.2-headers (>=3.2.3+dfsg-2),
- unzip,
libgtk-3-dev,
+ libselinux1-dev,
+ libssh2-1-dev (>= 1.10),
+ libssl-dev (>= 3.0~),
libwxgtk3.2-dev,
-Standards-Version: 4.1.4
+ pkgconf,
+ unzip,
+ zlib1g-dev,
+Standards-Version: 4.6.2
Homepage: https://freefilesync.org/
Package: freefilesync
bgstack15