Wrap and sorting debian files.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
765833458a
commit
764f55bbb1
1 changed files with 6 additions and 4 deletions
10
debian/control
vendored
10
debian/control
vendored
|
@ -2,9 +2,10 @@ Source: golang-github-dimonomid-clock
|
||||||
Section: golang
|
Section: golang
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Daniel Baumann <daniel@debian.org>
|
Maintainer: Daniel Baumann <daniel@debian.org>
|
||||||
Build-Depends: debhelper-compat (= 13),
|
Build-Depends:
|
||||||
dh-sequence-golang,
|
debhelper-compat (= 13),
|
||||||
golang-any,
|
dh-sequence-golang,
|
||||||
|
golang-any,
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
Standards-Version: 4.7.0
|
Standards-Version: 4.7.0
|
||||||
Homepage: https://github.com/dimonomid/clock
|
Homepage: https://github.com/dimonomid/clock
|
||||||
|
@ -16,7 +17,8 @@ XS-Go-Import-Path: github.com/dimonomid/clock
|
||||||
Package: golang-github-dimonomid-clock-dev
|
Package: golang-github-dimonomid-clock-dev
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Multi-Arch: foreign
|
Multi-Arch: foreign
|
||||||
Depends: ${misc:Depends},
|
Depends:
|
||||||
|
${misc:Depends},
|
||||||
Description: mocking time (Go library)
|
Description: mocking time (Go library)
|
||||||
Clock is a small library for mocking time in Go. It provides an interface
|
Clock is a small library for mocking time in Go. It provides an interface
|
||||||
around the standard library's time package so that the application can use
|
around the standard library's time package so that the application can use
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue