File: control

package info (click to toggle)
golang-github-alcortesm-tgz 0.0~git20161220.9c5fe88-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 84 kB
  • sloc: makefile: 3
file content (27 lines) | stat: -rw-r--r-- 903 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
Source: golang-github-alcortesm-tgz
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Dawid Dziurla <dawidd0811@gmail.com>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 12),
 dh-golang,
Build-Depends-Indep:
 golang-any,
Standards-Version: 4.4.0
Homepage: https://github.com/alcortesm/tgz
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-alcortesm-tgz
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-alcortesm-tgz.git
XS-Go-Import-Path: github.com/alcortesm/tgz
Testsuite: autopkgtest-pkg-go

Package: golang-github-alcortesm-tgz-dev
Architecture: all
Depends:
 ${misc:Depends},
Description: Go library to extract tgz files to temporal directories
 Go library providing a simple function for
 decompressing a gziped tarball into a new
 temporal directory created just for this purpose.