summaryrefslogtreecommitdiff
path: root/freefilesync/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/debian/control')
-rw-r--r--freefilesync/debian/control7
1 files changed, 3 insertions, 4 deletions
diff --git a/freefilesync/debian/control b/freefilesync/debian/control
index 58a71cf..5b2df37 100644
--- a/freefilesync/debian/control
+++ b/freefilesync/debian/control
@@ -3,16 +3,15 @@ Section: utils
Priority: optional
Maintainer: B Stack <bgstack15@gmail.com>
Build-Depends: debhelper (>=12~),
- autotools-dev,
imagemagick,
libcurl4-openssl-dev,
libssh2-1-dev,
libssl-dev,
wx3.0-headers,
unzip,
-# gtk2 version
+# gtk2 version, now not possible with stock devuan repos
libgtk2.0-dev,
- libwxgtk3.0-dev,
+ libwxgtk3.0-dev (=3.0.4+dfsg-14),
# gtk3 version
# libgtk-3-dev,
# libwxgtk3.0-gtk3-dev,
@@ -24,7 +23,7 @@ Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
xdg-utils
-Description:
+Description: cross-platform file sync utility, gpl release
FreeFileSync is a folder comparison and synchronization software that
creates and manages backup copies of all your important files. Instead
of copying every file every time, FreeFileSync determines the
bgstack15