summaryrefslogtreecommitdiff
path: root/freefilesync/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-05-10 10:13:05 -0400
committerB. Stack <bgstack15@gmail.com>2021-05-10 10:13:05 -0400
commit7d691c8ea3ced80202007f3e18a92531d366e70e (patch)
tree52cd04c1c57ead1f0a15a20dd1528a1155bc022c /freefilesync/debian/control
parentMerge branch 'palemoon-bump' into 'master' (diff)
downloadstackrpms-7d691c8ea3ced80202007f3e18a92531d366e70e.tar.gz
stackrpms-7d691c8ea3ced80202007f3e18a92531d366e70e.tar.bz2
stackrpms-7d691c8ea3ced80202007f3e18a92531d366e70e.zip
WIP: ffs dpkg all patches work
Diffstat (limited to 'freefilesync/debian/control')
-rw-r--r--freefilesync/debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/freefilesync/debian/control b/freefilesync/debian/control
index 17ed18d..3911ad5 100644
--- a/freefilesync/debian/control
+++ b/freefilesync/debian/control
@@ -1,12 +1,13 @@
Source: freefilesync
Section: utils
Priority: optional
-Maintainer: B Stack <bgstack15@gmail.com>
+Maintainer: B. Stack <bgstack15@gmail.com>
Build-Depends: debhelper (>=12~),
imagemagick,
g++-10,
libbrotli-dev,
libcurl4-openssl-dev (>=7.68.0),
+ libglibmm-2.4-dev,
libssh2-1-dev,
libssl-dev,
wx3.0-headers,
bgstack15