File: control

package info (click to toggle)
golang-github-bep-overlayfs 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 160 kB
  • sloc: makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,200 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
Source: golang-github-bep-overlayfs
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any (>= 2:1.18~),
               golang-github-frankban-quicktest-dev (>= 1.14.2),
               golang-github-spf13-afero-dev (>= 1.9.0),
               golang-golang-x-tools-dev (>= 1:0.1.0)
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-bep-overlayfs
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-bep-overlayfs.git
Homepage: https://github.com/bep/overlayfs
XS-Go-Import-Path: github.com/bep/overlayfs

Package: golang-github-bep-overlayfs-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-spf13-afero-dev (>= 1.9.0),
         golang-golang-x-tools-dev (>= 1:0.1.0),
         ${misc:Depends}
Description: composite Afero filesystem (Go library)
 overlayfs is a composite filesystem (currently only) for Afero with similar
 but different semantics compared to Afero's copyOnWriteFs.