File: control

package info (click to toggle)
golang-github-vbatts-go-mtree 0.5.4%2Bds-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 796 kB
  • sloc: sh: 198; makefile: 80
file content (30 lines) | stat: -rw-r--r-- 1,233 bytes parent folder | download | duplicates (2)
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-vbatts-go-mtree
Section: golang
Priority: optional
Standards-Version: 4.7.2
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-davecgh-go-spew-dev,
               golang-github-sirupsen-logrus-dev (>= 1.0.2~),
               golang-golang-x-crypto-dev,
               golang-golang-x-sys-dev,
Homepage: https://github.com/vbatts/go-mtree
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-vbatts-go-mtree
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-vbatts-go-mtree.git
XS-Go-Import-Path: github.com/vbatts/go-mtree
Testsuite: autopkgtest-pkg-go
Rules-Requires-Root: no

Package: golang-github-vbatts-go-mtree-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-davecgh-go-spew-dev,
         golang-github-sirupsen-logrus-dev (>= 1.0.2~),
         golang-golang-x-crypto-dev,
         golang-golang-x-sys-dev,
Multi-Arch: foreign
Description: file systems verification library, in likeness of mtree(8)
 mtree is a filesystem hierarchy validation tooling and format.