File: control

package info (click to toggle)
golang-mvdan-gofumpt 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 580 kB
  • sloc: makefile: 4
file content (32 lines) | stat: -rw-r--r-- 1,147 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: golang-mvdan-gofumpt
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Shengjing Zhu <zhsj@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-frankban-quicktest-dev,
               golang-github-google-go-cmp-dev,
               golang-golang-x-mod-dev,
               golang-golang-x-tools-dev,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-mvdan-gofumpt
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-mvdan-gofumpt.git
Homepage: https://github.com/mvdan/gofumpt
Rules-Requires-Root: no
XS-Go-Import-Path: mvdan.cc/gofumpt

Package: golang-mvdan-gofumpt-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-google-go-cmp-dev,
         golang-golang-x-mod-dev,
         ${misc:Depends},
Description: stricter gofmt (library)
 Enforce a stricter format than gofmt, while being backwards
 compatible.
 .
 The tool is a modified fork of gofmt, so it can be used as a drop-in
 replacement.