Add proper package replace metadata to deb control

Fixes #8943
Fixes #8876
Fixes #7496
This commit is contained in:
Daniel Imms
2016-07-08 11:24:47 -07:00
parent 99de97fcee
commit 3eed6fabe0

View File

@@ -7,7 +7,8 @@ Architecture: @@ARCHITECTURE@@
Maintainer: Microsoft Corporation <vscode-linux@microsoft.com>
Homepage: https://code.visualstudio.com/
Installed-Size: @@INSTALLEDSIZE@@
Provides: visual-studio-@@NAME@@
Conflicts: visual-studio-@@NAME@@
Replaces: visual-studio-@@NAME@@
Breaks: visual-studio-@@NAME@@
Description: Code editing. Redefined.
Visual Studio Code is a new choice of tool that combines the simplicity of a code editor with what developers need for the core edit-build-debug cycle. See https://code.visualstudio.com/docs/setup/linux for installation instructions and FAQ.