File: control

package info (click to toggle)
golang-github-geertjohan-go.rice 0.0~git20160123.0.0f3f5fd-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 276 kB
  • ctags: 166
  • sloc: makefile: 3
file content (55 lines) | stat: -rw-r--r-- 2,469 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Source: golang-github-geertjohan-go.rice
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               golang-github-akavel-rsrc-dev,
               golang-github-daaku-go.zipexe-dev,
               golang-github-davecgh-go-spew-dev,
               golang-github-geertjohan-go.incremental-dev,
               golang-go-flags-dev,
               golang-github-kardianos-osext-dev
Standards-Version: 3.9.8
Homepage: https://github.com/GeertJohan/go.rice
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-geertjohan-go.rice.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-geertjohan-go.rice.git
XS-Go-Import-Path: github.com/GeertJohan/go.rice

Package: golang-github-geertjohan-go.rice-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go,
         golang-github-akavel-rsrc-dev,
         golang-github-daaku-go.zipexe-dev,
         golang-github-davecgh-go-spew-dev,
         golang-github-geertjohan-go.incremental-dev,
         golang-go-flags-dev,
         golang-github-kardianos-osext-dev
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
Built-Using: ${misc:Built-Using}
Depends: ${shlibs:Depends},
         ${misc:Depends}
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 command line tools.