File: control

package info (click to toggle)
golang-github-google-safetext 0.0~git20240104.7a7d9b3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 272 kB
  • sloc: makefile: 6
file content (32 lines) | stat: -rw-r--r-- 1,278 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
Source: golang-github-google-safetext
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Arthur Diniz <arthurbdiniz@gmail.com>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-google-uuid-dev,
               golang-github-pborman-uuid-dev,
               golang-gopkg-yaml.v3-dev,
               golang-mvdan-sh-dev
Standards-Version: 4.6.2
Homepage: https://github.com/google/safetext
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-google-safetext
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-google-safetext.git
XS-Go-Import-Path: github.com/google/safetext
Testsuite: autopkgtest-pkg-go
Rules-Requires-Root: no

Package: golang-github-google-safetext-dev
Architecture: all
Depends: golang-github-google-uuid-dev,
         golang-github-pborman-uuid-dev,
         golang-gopkg-yaml.v3-dev,
         golang-mvdan-sh-dev,
         ${misc:Depends}
Multi-Arch: foreign
Description: Secure, syntax-aware libraries ensuring safer data formatting
 Libraries for producing formats such as YAML, mitigating injection
 vulnerabilities prevalent in syntax-unaware libraries like text/template
 and sprintf.