Skip to content

Commit

Permalink
Generate dependencies per package build for Debian (microsoft#147335)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhao271 committed Jul 19, 2022
1 parent 8ea8ce6 commit 9890e65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion linux/debian/control.template
@@ -1,7 +1,8 @@
Package: @@NAME@@
Version: @@VERSION@@
Section: devel
Depends: libnss3 (>= 2:3.26), gnupg, apt, libxkbfile1, libsecret-1-0, libgtk-3-0 (>= 3.10.0), libxss1, libgbm1
Depends: @@DEPENDS@@
Recommends: @@RECOMMENDS@@
Priority: optional
Architecture: @@ARCHITECTURE@@
Maintainer: Microsoft Corporation <vscode-linux@microsoft.com>
Expand Down

0 comments on commit 9890e65

Please sign in to comment.