Codebase list golang-github-pkg-xattr / a2c07ead-0537-4d2f-9001-5275b1659d40/main debian / control
a2c07ead-0537-4d2f-9001-5275b1659d40/main

Tree @a2c07ead-0537-4d2f-9001-5275b1659d40/main (Download .tar.gz)

control @a2c07ead-0537-4d2f-9001-5275b1659d40/mainraw · history · blame

Source: golang-github-pkg-xattr
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: FĂ©lix Sipma <felix+debian@gueux.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-golang-x-sys-dev
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://github.com/pkg/xattr
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-pkg-xattr
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-pkg-xattr.git
XS-Go-Import-Path: github.com/pkg/xattr
Testsuite: autopkgtest-pkg-go

Package: golang-github-pkg-xattr-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Multi-Arch: foreign
Description: Extended attribute support for Go
 This library allows manipulating filesystem extended attributes
 in Go.
 .
 Linux, Darwin and FreeBSD are supported.