File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,31 @@ nfpms:
109109 maintainer : " golangci-lint Team <golangci-releaser@users.noreply.github.com>"
110110 description : Fast linters Runner for Go
111111 license : GPLv3
112+ section : devel
112113 formats :
113114 - deb
114115 - rpm
116+ umask : 0o022
117+ contents :
118+ - src : LICENSE
119+ dst : /usr/share/doc/golangci-lint/copyright
120+ packager : deb
121+ - src : README.md
122+ dst : /usr/share/doc/golangci-lint/README.md
123+ packager : deb
124+ - src : LICENSE
125+ dst : /usr/share/doc/golangci-lint/LICENSE
126+ type : license
127+ - src : README.md
128+ dst : /usr/share/doc/golangci-lint/README.md
129+ type : readme
130+ packager : rpm
131+ overrides :
132+ deb :
133+ suggests :
134+ - golang-go
135+ rpm :
136+ suggests :
137+ - /usr/bin/go
138+ rpm :
139+ group : Development/Tools
You can’t perform that action at this time.
0 commit comments