Remove git dependency from Linux packages

It's only a soft dependency so don't block an install on it.

Fixes #6692
This commit is contained in:
Daniel Imms 2016-06-02 18:35:16 -07:00
parent 6ea910024c
commit 88dda0daac
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,5 @@
Package: @@NAME@@
Version: @@VERSION@@
Depends: git
Section: devel
Priority: optional
Architecture: @@ARCHITECTURE@@

View file

@ -8,7 +8,7 @@ Packager: Visual Studio Code Team <vscode-linux@microsoft.com>
License: MIT
URL: https://code.visualstudio.com/
Icon: @@NAME@@.xpm
Requires: git, glibc >= 2.15
Requires: glibc >= 2.15
AutoReq: 0
%description