File: control

package info (click to toggle)
golang-github-kyoh86-xdg 1.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: makefile: 13
file content (24 lines) | stat: -rw-r--r-- 947 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
Source: golang-github-kyoh86-xdg
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Karthik <kskarthik@disroot.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-kyoh86-xdg
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-kyoh86-xdg.git
Homepage: https://github.com/kyoh86/xdg
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/kyoh86/xdg

Package: golang-github-kyoh86-xdg-dev
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: helper functions in golang to get xdg config, data and cache files
 Light weight helper functions in golang to get xdg config, data,cache and some
 user directories according to the XDG Base Directory and XDG User Directory
 Specification.