summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2021-12-28 14:00:36 +0100
committerDavid Peter <mail@david-peter.de>2021-12-28 14:00:36 +0100
commitda7ea790348c352b74c6ffb7c30b1e8b4e09a9b8 (patch)
treec75180b06eb740dd981d805123772d5738c32bfd /.github
parentb7e077320dfd8293e593e72e2b437b12b4845146 (diff)
Use correct description for Debian package, closes #915
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/CICD.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml
index 03d59a2..b84459f 100644
--- a/.github/workflows/CICD.yml
+++ b/.github/workflows/CICD.yml
@@ -313,8 +313,11 @@ jobs:
Architecture: ${DPKG_ARCH}
Provides: ${{ env.PROJECT_NAME }}
Conflicts: ${DPKG_CONFLICTS}
- Description: cat(1) clone with wings.
- A cat(1) clone with syntax highlighting and Git integration.
+ Description: simple, fast and user-friendly alternative to find
+ fd is a program to find entries in your filesystem.
+ It is a simple, fast and user-friendly alternative to find.
+ While it does not aim to support all of finds powerful functionality, it provides
+ sensible (opinionated) defaults for a majority of use cases.
EOF
DPKG_PATH="${DPKG_STAGING}/${DPKG_NAME}"