Skip to content

Commit

Permalink
[bugfix] Disable multi-line description for deb packages (#2729)
Browse files Browse the repository at this point in the history
goreleaser/nfpm seems to handle these incorrectly at the moment.
Disabling these until that is fixed seems to help.

Signed-off-by: Dominik Schulz <[email protected]>
  • Loading branch information
dominikschulz authored Nov 26, 2023
1 parent 4bb2a7e commit ac50558
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,17 @@ nfpms:
maintainer: "Gopass Authors <[email protected]>"
description: |-
gopass password manager - full featured CLI replacement for pass, designed for teams.
gopass is a simple but powerful password manager for your terminal. It is a
Pass implementation in Go that can be used as a drop in replacement.
Every secret lives inside of a gpg (or: age) encrypted textfile. These secrets
can be organized into meaninful hierachies and are by default versioned using
git.
This package contains the main gopass binary from gopass.pw. In Debian and
Ubuntu there is an unfortunate name clash with another gopass package. That is
completely different and not related to this package.
# TODO: Disabled until goreleaser is fixed, see goreleaser/nfpm#742
# gopass is a simple but powerful password manager for your terminal. It is a
# Pass implementation in Go that can be used as a drop in replacement.
#
# Every secret lives inside of a gpg (or: age) encrypted textfile. These secrets
# can be organized into meaninful hierachies and are by default versioned using
# git.
#
# This package contains the main gopass binary from gopass.pw. In Debian and
# Ubuntu there is an unfortunate name clash with another gopass package. That is
# completely different and not related to this package.
license: MIT
formats:
- deb
Expand Down

0 comments on commit ac50558

Please sign in to comment.