File: control

package info (click to toggle)
golang-github-shibukawa-configdir 0.0~git20170330.e180dbd-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 92 kB
  • sloc: makefile: 8
file content (27 lines) | stat: -rw-r--r-- 1,201 bytes parent folder | download | duplicates (2)
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
Source: golang-github-shibukawa-configdir
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Paride Legovini <pl@ninthfloor.org>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any
Standards-Version: 4.2.1
Homepage: https://github.com/shibukawa/configdir
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-shibukawa-configdir
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-shibukawa-configdir.git
XS-Go-Import-Path: github.com/shibukawa/configdir
Testsuite: autopkgtest-pkg-go

Package: golang-github-shibukawa-configdir-dev
Architecture: all
Depends: ${misc:Depends}
Description: multi platform library of configuration directories for Golang
 This library helps to get regular directories for configuration files
 or cache files according to the target operationg system's conventions.
 .
 On Linux and BSD systems it assumes the following:
 .
 System level configuration folder: ${}{XDG_CONFIG_DIRS} (/etc/xdg)
 User level configuration folder:   ${}{XDG_CONFIG_HOME} (${}{HOME}/.config)
 User level cache folder:           ${}{XDG_CACHE_HOME}  (${}{HOME}/.cache)