From 2fbe092c9c52b1a16f298f44ad11bc4e41f478e6 Mon Sep 17 00:00:00 2001 From: Alex Myczko Date: Wed, 17 Mar 2021 07:39:26 +0100 Subject: [PATCH] fix long description 50% This should not be longer than 80 characters/line. The last two lines belong to /usr/share/doc/code/README.Debian Also it should not start with "Visual Studio Code is" but rather with "This is" Please refer to the Debian Developer Manual. --- resources/linux/debian/control.template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/linux/debian/control.template b/resources/linux/debian/control.template index 5a6d7be652b..ca6c51a6339 100644 --- a/resources/linux/debian/control.template +++ b/resources/linux/debian/control.template @@ -11,4 +11,7 @@ Provides: visual-studio-@@NAME@@ Conflicts: visual-studio-@@NAME@@ Replaces: 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. + 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.