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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
Source: golang-github-geertjohan-go.rice
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>,
Anthony Fok <foka@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-akavel-rsrc-dev (>= 0.8.0),
golang-github-daaku-go.zipexe-dev (>= 1.0.0),
golang-github-davecgh-go-spew-dev (>= 1.1.1),
golang-github-geertjohan-go.incremental-dev (>= 1.0.0),
golang-github-nkovacs-streamquote-dev (>= 1.0.0),
golang-github-valyala-fasttemplate-dev (>= 1.0.1),
golang-go-flags-dev (>= 1.4.0)
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-geertjohan-go.rice
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-geertjohan-go.rice.git
Homepage: https://github.com/GeertJohan/go.rice
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/GeertJohan/go.rice
Package: golang-github-geertjohan-go.rice-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-github-akavel-rsrc-dev (>= 0.8.0),
golang-github-daaku-go.zipexe-dev (>= 1.0.0),
golang-github-davecgh-go-spew-dev (>= 1.1.1),
golang-github-geertjohan-go.incremental-dev (>= 1.0.0),
golang-github-nkovacs-streamquote-dev (>= 1.0.0),
golang-github-valyala-fasttemplate-dev (>= 1.0.1),
golang-go-flags-dev (>= 1.4.0)
Description: Go package for embedding web resources into Go executables
go.rice is a Golang package that makes working with resources such as
html, js, css, images and templates very easy. During development
go.rice will load required files directly from disk. Upon deployment
it is easy to add all resource files to a executable using the rice
tool, without changing the source code for your package. Several
methods are provided for adding resources to your binary by go.rice.
.
This package contains the development files.
Package: golang-rice
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Built-Using: ${misc:Built-Using}
Description: tool for embedding web resources into Go executables
go.rice is a Golang package that makes working with resources such as
html, js, css, images and templates very easy. During development
go.rice will load required files directly from disk. Upon deployment
it is easy to add all resource files to a executable using the rice
tool, without changing the source code for your package. Several
methods are provided for adding resources to your binary by go.rice.
.
This package contains the command-line tool.
|