File: control

package info (click to toggle)
golang-github-sagikazarmark-locafero 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 176 kB
  • sloc: makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,315 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
Source: golang-github-sagikazarmark-locafero
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Nicolas Peugnet <nicolas@club1.fr>,
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-sourcegraph-conc-dev,
               golang-github-spf13-afero-dev,
               golang-github-stretchr-testify-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-sagikazarmark-locafero
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-sagikazarmark-locafero.git
Homepage: https://github.com/sagikazarmark/locafero
XS-Go-Import-Path: github.com/sagikazarmark/locafero

Package: golang-github-sagikazarmark-locafero-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-sourcegraph-conc-dev,
         golang-github-spf13-afero-dev,
         ${misc:Depends},
Description: Go finder library for Afero
 Library for finding files and directories using Afero, a filesystem
 framework providing a simple, uniform and universal API interacting
 with any filesystem, as an abstraction layer providing interfaces,
 types and methods (https://github.com/spf13/afero).