Skip to content

Commit

Permalink
Remove Provides in Debian package (#1217)
Browse files Browse the repository at this point in the history
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: #1210
  • Loading branch information
baryluk authored Nov 15, 2022
1 parent 6b2d0b7 commit b5ed58d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions etc/ci/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,8 @@ Priority: optional
Maintainer: Dan Davison <[email protected]>
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
Expand Down

0 comments on commit b5ed58d

Please sign in to comment.