File: control

package info (click to toggle)
golang-github-sabhiram-go-gitignore 1.0.2%2Bgit20210923.525f6e1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 124 kB
  • sloc: makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,172 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
Source: golang-github-sabhiram-go-gitignore
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Felix Lechner <felix.lechner@lease-up.com>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-stretchr-testify-dev
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/sabhiram/go-gitignore
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-sabhiram-go-gitignore
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-sabhiram-go-gitignore.git
XS-Go-Import-Path: github.com/sabhiram/go-gitignore
Testsuite: autopkgtest-pkg-go

Package: golang-github-sabhiram-go-gitignore-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-stretchr-testify-dev
Description: gitignore parser for go
 This implements a library to check a pattern includes or excludes
 certain filesystem paths. It can be useful to parse a .gitignore file,
 as the author does, or for other path specifications.
 .
 At the time of writing, this module is a prequisite for Gocryptfs
 versions 1.7.1 and up.