Skip to content

Commit ac50558

Browse files
[bugfix] Disable multi-line description for deb packages (#2729)
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]>
1 parent 4bb2a7e commit ac50558

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.goreleaser.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,17 @@ nfpms:
6767
maintainer: "Gopass Authors <[email protected]>"
6868
description: |-
6969
gopass password manager - full featured CLI replacement for pass, designed for teams.
70-
71-
gopass is a simple but powerful password manager for your terminal. It is a
72-
Pass implementation in Go that can be used as a drop in replacement.
73-
74-
Every secret lives inside of a gpg (or: age) encrypted textfile. These secrets
75-
can be organized into meaninful hierachies and are by default versioned using
76-
git.
77-
78-
This package contains the main gopass binary from gopass.pw. In Debian and
79-
Ubuntu there is an unfortunate name clash with another gopass package. That is
80-
completely different and not related to this package.
70+
# TODO: Disabled until goreleaser is fixed, see goreleaser/nfpm#742
71+
# gopass is a simple but powerful password manager for your terminal. It is a
72+
# Pass implementation in Go that can be used as a drop in replacement.
73+
#
74+
# Every secret lives inside of a gpg (or: age) encrypted textfile. These secrets
75+
# can be organized into meaninful hierachies and are by default versioned using
76+
# git.
77+
#
78+
# This package contains the main gopass binary from gopass.pw. In Debian and
79+
# Ubuntu there is an unfortunate name clash with another gopass package. That is
80+
# completely different and not related to this package.
8181
license: MIT
8282
formats:
8383
- deb

0 commit comments

Comments
 (0)