File: control

package info (click to toggle)
golang-github-bep-overlayfs 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 152 kB
  • sloc: makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,187 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
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,
               golang-github-spf13-afero-dev,
               golang-golang-x-tools-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.1
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-frankban-quicktest-dev,
         golang-github-spf13-afero-dev,
         golang-golang-x-tools-dev,
         ${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.