golang-github-alexflint-go-filemutex 1.1.0-1 source package in Ubuntu

Changelog

golang-github-alexflint-go-filemutex (1.1.0-1) unstable; urgency=medium

  * Team upload.

  [ Dmitry Smirnov ]
  * updated watch file to track new upstream releases.

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

  [ Shengjing Zhu ]
  * No need repacksuffix in uscan
  * New upstream version 1.1.0
  * Drop test dependency from Depends
  * Update Standards-Version to 4.5.1 (no changes)
  * Bump debhelper-compat to 13
  * Update Section to golang
  * Drop unused Files-Excluded field in copyright file

 -- Shengjing Zhu <email address hidden>  Tue, 26 Jan 2021 00:59:09 +0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-alexflint-go-filemutex_1.1.0-1.dsc 1.8 KiB a1b8b6264e4b10f904619d0b704960ac8f526d2341dc11039e82bb3a1e75a4da
golang-github-alexflint-go-filemutex_1.1.0.orig.tar.gz 3.5 KiB 3f96ca458981b1d48efac0d9bb0c6ed06531261ea50446dc430d97cf53c8b66d
golang-github-alexflint-go-filemutex_1.1.0-1.debian.tar.xz 2.7 KiB 92579e2d8f4c3d511021f6aa11e625c0c39e22bf427e0bd2def201c45a9111b3

No changes file available.

Binary packages built by this source

golang-github-alexflint-go-filemutex-dev: processes synchronization library

 FileMutex is similar to sync.RWMutex, but also synchronizes across
 processes. On Linux, OSX, and other POSIX systems it uses the flock
 system call.