File: control

package info (click to toggle)
golang-github-mozilla-scribe 0.0~git20220110.3fd4271-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 320 kB
  • sloc: makefile: 33
file content (30 lines) | stat: -rw-r--r-- 1,261 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-mozilla-scribe
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Dr. Tobias Quathamer <toddy@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               dpkg-build-api (= 1),
               golang-any,
               golang-github-lib-pq-dev,
               golang-gopkg-check.v1-dev,
               golang-gopkg-yaml.v2-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mozilla-scribe
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mozilla-scribe.git
Homepage: https://github.com/mozilla/scribe
XS-Go-Import-Path: github.com/mozilla/scribe

Package: golang-github-mozilla-scribe-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-lib-pq-dev,
         golang-gopkg-check.v1-dev,
         golang-gopkg-yaml.v2-dev,
         ${misc:Depends},
Description: Mozilla scribe host policy evaluator (library)
 scribe is a Go library and frontend used to evaluate policies on
 systems. Policies are specified as a JSON or YAML document containing a
 series of tests, and these tests return a status indicating if the test
 criteria matched or not.