File: control

package info (click to toggle)
golang-github-hairyhenderson-go-codeowners 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 112 kB
  • sloc: makefile: 3
file content (33 lines) | stat: -rw-r--r-- 1,437 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
31
32
33
Source: golang-github-hairyhenderson-go-codeowners
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any (>= 2:1.21~),
               golang-github-stretchr-testify-dev (>= 1.9.0)
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-hairyhenderson-go-codeowners
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-hairyhenderson-go-codeowners.git
Homepage: https://github.com/hairyhenderson/go-codeowners
XS-Go-Import-Path: github.com/hairyhenderson/go-codeowners

Package: golang-github-hairyhenderson-go-codeowners-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Go package that finds and parses GitHub CODEOWNERS files
 go-codeowners is a Go package that finds and parses CODEOWNERS files;
 see https://help.github.com/articles/about-codeowners/
 .
 Features:
 .
  * operates on local repos
  * doesn't require a cloned repo (i.e. doesn't need a .git directory to
    be present at the repo's root)
  * can be called from within a repo (doesn't have to be at the root)
  * will find CODEOWNERS files in all documented locations: the repo's
    root, docs/, and .github/ (or .gitlab/ for GitLab repos)