File: control

package info (click to toggle)
golang-github-rakyll-statik 0.1.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 184 kB
  • sloc: makefile: 4
file content (32 lines) | stat: -rw-r--r-- 1,214 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-rakyll-statik
Section: devel
Priority: optional
Homepage: https://github.com/rakyll/statik
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
Standards-Version: 3.9.7
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-rakyll-statik.git
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-rakyll-statik
XS-Go-Import-Path: github.com/rakyll/statik
Testsuite: autopkgtest-pkg-go

Package: golang-github-rakyll-statik-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: foreign
Description: embed static files into a Go executable. Dev package
 statik allows you to embed a directory of static files
 into your Go binary to be later served from an http.FileSystem.
 .
 This is the dev package.

Package: golang-statik
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Built-Using: ${misc:Built-Using}
Description: embed static files into a Go executable
 statik allows you to embed a directory of static files
 into your Go binary to be later served from an http.FileSystem.