summaryrefslogtreecommitdiff
path: root/veracrypt/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'veracrypt/debian/control')
-rw-r--r--veracrypt/debian/control7
1 files changed, 4 insertions, 3 deletions
diff --git a/veracrypt/debian/control b/veracrypt/debian/control
index b33eb0e..3c964b9 100644
--- a/veracrypt/debian/control
+++ b/veracrypt/debian/control
@@ -2,13 +2,14 @@ Source: veracrypt
Section: non-free/utils
Priority: optional
Maintainer: B Stack <bgstack15@gmail.com>
-Build-Depends: debhelper (>= 11),
- libayatana-appindicator-dev | libappindicator-dev,
+Build-Depends: debhelper-compat (= 12),
+ libayatana-appindicator3-dev | libappindicator3-dev,
libfuse-dev,
libwxgtk3.0-gtk3-dev,
pkg-config,
yasm [any-i386 any-amd64]
-Standards-Version: 4.2.1
+Rules-Requires-Root: no
+Standards-Version: 4.5.0
Homepage: https://veracrypt.fr/
Package: veracrypt
bgstack15