summaryrefslogtreecommitdiff
path: root/freefilesync/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-02-18 16:02:40 +0000
committerB Stack <bgstack15@gmail.com>2020-02-18 16:02:40 +0000
commit819051f5d8489d6193a56b5d02c3b9d21fe41775 (patch)
treea5aecb01558219c0d302312fd8bc4d4766d2d3e9 /freefilesync/debian/control
parentMerge branch 'mktrayicon-bump' into 'master' (diff)
parentfix libssh2 patch for rpm to match it for dpkg (diff)
downloadstackrpms-819051f5d8489d6193a56b5d02c3b9d21fe41775.tar.gz
stackrpms-819051f5d8489d6193a56b5d02c3b9d21fe41775.tar.bz2
stackrpms-819051f5d8489d6193a56b5d02c3b9d21fe41775.zip
Merge branch 'freefilesync-bump' into 'master'
FreeFileSync 10.20 Closes #14 See merge request bgstack15/stackrpms!126
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