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 34 35 36 37 38 39
|
Source: golang-bindata
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>, Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 9),
dh-golang (>= 1.31),
golang-go
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-bindata.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-bindata.git
Homepage: https://github.com/jteeuwen/go-bindata
XS-Go-Import-Path: github.com/jteeuwen/go-bindata
Package: go-bindata
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, dpkg-dev
Built-Using: ${misc:Built-Using}
Description: embed data in a Go program
This tool converts any file into manageable Go source code. It is
useful for embedding binary data into a Go program. The file data is
optionally gzip compressed before being converted to a raw byte
slice.
.
This package provides the standalone utility `go-bindata`.
Package: golang-github-jteeuwen-go-bindata-dev
Provides: golang-bindata-dev
Breaks: golang-bindata-dev
Replaces: golang-bindata-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: embed data in a Go program - library package
This tool converts any file into manageable Go source code. It is
useful for embedding binary data into a Go program. The file data is
optionally gzip compressed before being converted to a raw byte
slice.
.
This package contains the library to be used by other Go programs.
|