summaryrefslogtreecommitdiff
path: root/freefilesync/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/debian/control')
-rw-r--r--freefilesync/debian/control16
1 files changed, 8 insertions, 8 deletions
diff --git a/freefilesync/debian/control b/freefilesync/debian/control
index 58a71cf..27edf04 100644
--- a/freefilesync/debian/control
+++ b/freefilesync/debian/control
@@ -3,19 +3,19 @@ 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
- libgtk2.0-dev,
- libwxgtk3.0-dev,
-# gtk3 version
-# libgtk-3-dev,
-# libwxgtk3.0-gtk3-dev,
+# gtk2 version, now possible only with local devuan-archive, and these must be removed for gtk3 build
+# install with sudo apt-get install libwxbase3.0-0v5=3.0.4+dfsg-14 libwxbase3.0-dev=3.0.4+dfsg-14 libwxgtk3.0-0v5=3.0.4+dfsg-14 libwxgtk3.0-dev=3.0.4+dfsg-14 wx3.0-headers=3.0.4+dfsg-14 libgtk2.0-dev
+# libgtk2.0-dev,
+# libwxgtk3.0-dev (=3.0.4+dfsg-14),
+# gtk3 version, and these must be removed for gtk2 build
+ libgtk-3-dev,
+ libwxgtk3.0-gtk3-dev,
Standards-Version: 4.1.4
Homepage: https://freefilesync.org/
@@ -24,7 +24,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