From b5ed58da715400fe6342e9fbfa0bd1b92f88f85d Mon Sep 17 00:00:00 2001 From: Witold Baryluk Date: Tue, 15 Nov 2022 12:35:15 +0000 Subject: [PATCH] Remove Provides in Debian package (#1217) Remove Provides in Debian package as this is incorrect usage of this flag. To provide two versions of packages `Conflicts` as used is sufficient. See Debian Policy Manual (v4.6.1.1) section 7.5 When at it Remove trailing dot in Description header to comply with section 5.6.13 Fixes: https://github.com/dandavison/delta/issues/1210 --- etc/ci/before_deploy.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/etc/ci/before_deploy.sh b/etc/ci/before_deploy.sh index 8e188ed31..8945f39f4 100755 --- a/etc/ci/before_deploy.sh +++ b/etc/ci/before_deploy.sh @@ -156,9 +156,8 @@ Priority: optional Maintainer: Dan Davison Architecture: $architecture Depends: $depends -Provides: $PROJECT_NAME Conflicts: $conflictname -Description: Syntax highlighter for git. +Description: Syntax highlighter for git Delta provides language syntax-highlighting, within-line insertion/deletion detection, and restructured diff output for git on the command line. EOF