golang-github-apparentlymart-go-userdirs 0.0~git20200915.b0c018a-4 source package in Ubuntu

Changelog

golang-github-apparentlymart-go-userdirs (0.0~git20200915.b0c018a-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Set upstream metadata fields: Repository, Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sat, 26 Nov 2022 14:11:08 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-apparentlymart-go-userdirs_0.0~git20200915.b0c018a-4.dsc 2.5 KiB 81618e9627534fcd866e08e7014163c756582b3eb91d03085ee90afd4760e9fd
golang-github-apparentlymart-go-userdirs_0.0~git20200915.b0c018a.orig.tar.xz 11.9 KiB a725646ff266534ce9606666cd0f9aadf9d9bcf483a1ce37eb7eeaa8d72206cf
golang-github-apparentlymart-go-userdirs_0.0~git20200915.b0c018a-4.debian.tar.xz 2.6 KiB 300271521f510d402dfaaf9acae47bd5ef9bf93481987566b6dc373ae11fe2f8

No changes file available.

Binary packages built by this source

golang-github-apparentlymart-go-userdirs-dev: finding user-specific application data directories

 This package contains a small library for building suitable paths for
 storing and locating application-specific, user-specific configuration
 files, data files, and cache files.
 .
 The library is based on similar principles as the XDG specification,
 namely:
  - There are one or more directories to search for configuration files,
    one of which is preferred and used for creating new configuration
    files.
  - There are one or more directories to search for data files, one of
    which is preferred and used for creating new data files.
  - There is exactly one cache directory, which can be used for transient
    files that the application is able to recreate if lost.
 The exact locations of these directories will depend on operating
 system and system configuration.