1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: golang-github-rkoesters-xdg
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Micheal Waltz <ecliptik@gmail.com>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any
Standards-Version: 4.5.1
Homepage: https://github.com/rkoesters/xdg
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-rkoesters-xdg
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-rkoesters-xdg.git
XS-Go-Import-Path: github.com/rkoesters/xdg
Testsuite: autopkgtest-pkg-go
Rules-Requires-Root: no
Package: golang-github-rkoesters-xdg-dev
Architecture: all
Depends: ${misc:Depends}
Description: FreeDesktop.org (xdg) Specs implemented in Go
xdg is a Golang library to provide access to the
FreeDesktop.org (XDG) specs for basedir, desktop, keyfile,
trash, and userdirs.
|