Add gnupg and apt to depends

The postinst template uses tools from those packages.

Normally they are installed in most systems. However, this is not guaranteed. Lets make it guaranteed.
This commit is contained in:
Felipe Sateler
2017-02-21 09:53:53 -03:00
committed by GitHub
parent c04b0754f5
commit b3a033b80d

View File

@@ -1,7 +1,7 @@
Package: @@NAME@@
Version: @@VERSION@@
Section: devel
Depends: libnotify4, libnss3
Depends: libnotify4, libnss3, gnupg, apt
Priority: optional
Architecture: @@ARCHITECTURE@@
Maintainer: Microsoft Corporation <vscode-linux@microsoft.com>