File: control

package info (click to toggle)
golang-github-jacobsa-util 0.0~git20150810-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 80 kB
  • sloc: makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,046 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
27
28
29
30
Source: golang-github-jacobsa-util
Standards-Version: 4.7.2
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders:
 Michael Stapelberg <stapelberg@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-go,
 golang-github-jacobsa-oglematchers-dev,
 golang-github-jacobsa-ogletest-dev,
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jacobsa-util
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jacobsa-util.git
Homepage: https://github.com/jacobsa/util
XS-Go-Import-Path: github.com/jacobsa/util

Package: golang-github-jacobsa-util-dev
Architecture: all
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 golang-go,
 golang-github-jacobsa-oglematchers-dev,
 golang-github-jacobsa-ogletest-dev,
Description: utility code for jacobsa projects
 This is just a collection of miscellaneous code (such as an LRU cache and a
 password input function) imported by other more interesting projects.