summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWitold Baryluk <witold.baryluk+github@gmail.com>2022-11-15 12:35:15 +0000
committerGitHub <noreply@github.com>2022-11-15 07:35:15 -0500
commitb5ed58da715400fe6342e9fbfa0bd1b92f88f85d (patch)
treeefdfddea4f10100ea48fde46cc07660278688895
parent6b2d0b7fc8b3e5017f8407c09100e4b54ed65091 (diff)
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
-rwxr-xr-xetc/ci/before_deploy.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/ci/before_deploy.sh b/etc/ci/before_deploy.sh
index 8e188ed3..8945f39f 100755
--- a/etc/ci/before_deploy.sh
+++ b/etc/ci/before_deploy.sh
@@ -156,9 +156,8 @@ Priority: optional
Maintainer: Dan Davison <dandavison7@gmail.com>
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