File: control

package info (click to toggle)
git-pages 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 460 kB
  • sloc: makefile: 6
file content (52 lines) | stat: -rw-r--r-- 1,886 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
Source: git-pages
Section: vcs
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 dpkg-build-api (= 1),
 golang-any,
 golang-codeberg-git-pages-go-headers-dev,
 golang-codeberg-git-pages-go-slog-syslog-dev,
 golang-github-c2h5oh-datasize-dev,
 golang-github-creasty-defaults-dev,
 golang-github-dghubble-trie-dev,
 golang-github-fatih-color-dev,
 golang-github-getsentry-sentry-go-dev,
 golang-github-go-git-go-billy-v6-dev,
 golang-github-go-git-go-git-v6-dev,
 golang-github-jpillora-backoff-dev,
 golang-github-kankanreno-go-snowflake-dev,
 golang-github-kimmachinegun-automemlimit-dev,
 golang-github-klauspost-compress-dev,
 golang-github-leodido-go-syslog-dev,
 golang-github-maypok86-otter-dev,
 golang-github-minio-minio-go-v7-dev,
 golang-github-pelletier-go-toml-dev,
 golang-github-pquerna-cachecontrol-dev,
 golang-github-prometheus-client-golang-dev,
 golang-github-samber-slog-multi-dev,
 golang-github-tj-go-redirects-dev,
 golang-github-valyala-fasttemplate-dev,
 golang-golang-x-net-dev,
 golang-google-protobuf-dev,
Standards-Version: 4.7.3
Homepage: https://codeberg.org/git-pages/git-pages
Vcs-Browser: https://forgejo.debian.net/git-pages/git-pages
Vcs-Git: https://forgejo.debian.net/git-pages/git-pages
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: codeberg.org/git-pages/git-pages

Package: git-pages
Section: vcs
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Static-Built-Using: ${misc:Static-Built-Using}
Description: Scalable static site server for Git forges
 git-pages is a static site server for use with Git forges (i.e. a GitHub Pages
 replacement). It is written with efficiency in mind, scaling horizontally to
 any number of machines and serving sites up to multiple gigabytes in size,
 while being equally suitable for small single-user deployments.