File: control

package info (click to toggle)
golang-github-spkg-bom 0.0~git20160624.59b7046-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 76 kB
  • sloc: makefile: 2
file content (29 lines) | stat: -rw-r--r-- 917 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
Source: golang-github-spkg-bom
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Dawid Dziurla <dawidd0811@gmail.com>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 12),
 dh-golang,
Build-Depends-Indep:
 golang-any,
 golang-github-stretchr-testify-dev,
Standards-Version: 4.4.0
Homepage: https://github.com/spkg/bom
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-spkg-bom
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-spkg-bom.git
XS-Go-Import-Path: github.com/spkg/bom
Testsuite: autopkgtest-pkg-go

Package: golang-github-spkg-bom-dev
Architecture: all
Depends:
 ${misc:Depends},
 golang-github-stretchr-testify-dev,
Description: Strip UTF-8 byte order marks
 The bom package provides a convenient way to
 strip UTF-8 byte order marks (BOM) from
 the beginning of a byte slice or an io.Reader.