mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user