File: control

package info (click to toggle)
golang-gopkg-godo.v2 2.0.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 396 kB
  • sloc: makefile: 13; sh: 1
file content (41 lines) | stat: -rw-r--r-- 1,671 bytes parent folder | download
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
33
34
35
36
37
38
39
40
41
Source: golang-gopkg-godo.v2
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Francisco Vilmar Cardoso Ruviaro <vilmar@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-gokyle-fswatch-dev,
               golang-github-howeyc-gopass-dev,
               golang-github-mattn-go-colorable-dev,
               golang-github-mgutz-ansi-dev,
               golang-github-mgutz-minimist-dev,
               golang-github-mgutz-str-dev,
               golang-github-michaeltjones-walk-dev,
               golang-github-nozzle-throttler-dev,
               golang-github-stretchr-testify-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gopkg-godo.v2
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gopkg-godo.v2.git
Homepage: https://github.com/go-godo/godo
XS-Go-Import-Path: gopkg.in/godo.v2

Package: golang-gopkg-godo.v2-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-gokyle-fswatch-dev,
         golang-github-howeyc-gopass-dev,
         golang-github-mattn-go-colorable-dev,
         golang-github-mgutz-ansi-dev,
         golang-github-mgutz-minimist-dev,
         golang-github-mgutz-str-dev,
         golang-github-michaeltjones-walk-dev,
         golang-github-nozzle-throttler-dev,
         golang-github-stretchr-testify-dev,
         ${misc:Depends}
Description: task runner and file watcher (library)
 godo is a task runner and file watcher
 for golang in the spirit of rake, gulp.