File: control

package info (click to toggle)
golang-github-nebulouslabs-demotemutex 0.0~git20181203.7a9e348-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 76 kB
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 965 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
25
26
Source: golang-github-nebulouslabs-demotemutex
Standards-Version: 4.7.2
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Free Ekanayaka <freee@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-go,
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-nebulouslabs-demotemutex
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-nebulouslabs-demotemutex.git
Homepage: https://github.com/nebulouslabs/demotemutex
XS-Go-Import-Path: github.com/NebulousLabs/demotemutex

Package: golang-github-nebulouslabs-demotemutex-dev
Architecture: all
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 golang-go,
Description: Allow an RWMutex writelock to be demoted to a readlock.
 This package provides an extension to sync.Mutex that allows a writelock to be
 demoted to a readlock without releasing control to other writelocks.