Source: gitlab-workhorse
Section: httpd
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>,
 Manas Kashyap <manaskashyaptech@gmail.com>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any (>= 2:1.10~),
#golang-github-getsentry-raven-go-dev,
               golang-github-dgrijalva-jwt-go-v3-dev,
               golang-toml-dev,
               golang-github-beorn7-perks-dev,
               golang-github-davecgh-go-spew-dev,
               golang-github-garyburd-redigo-dev,
               golang-goprotobuf-dev,
               golang-websocket-dev (>= 1.4.0-1+deb10u1),
               golang-protobuf-extensions-dev,
               golang-github-mitchellh-copystructure-dev,
               golang-github-mitchellh-reflectwalk-dev,
               golang-github-pmezard-go-difflib-dev,
               golang-prometheus-client-dev,
               golang-github-prometheus-client-golang-dev,
               golang-github-prometheus-client-model-dev,
               golang-github-prometheus-common-dev,
               golang-procfs-dev,
               golang-github-stretchr-testify-dev,
               golang-logrus-dev (>= 1.0~),
               golang-golang-x-crypto-dev,
               golang-golang-x-net-dev,
               golang-golang-x-sys-dev (>= 0.0~git20180510.7dfd129~),
               golang-google-genproto-dev,
#golang-google-grpc-dev
## tests:
#    ,git
#    ,curl
#    ,unzip
Standards-Version: 4.2.1
Homepage: https://gitlab.com/gitlab-org/gitlab-workhorse/
Vcs-Git: https://salsa.debian.org/go-team/packages/gitlab-workhorse.git
Vcs-Browser: https://salsa.debian.org/go-team/packages/gitlab-workhorse
XS-Go-Import-Path: gitlab.com/gitlab-org/gitlab-workhorse

Package: gitlab-workhorse
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: unloads Git HTTP traffic from the GitLab Rails app (Unicorn)
 gitlab-workhorse was designed to unload Git HTTP traffic from the GitLab Rails
 app (Unicorn) to a separate daemon. It also serves 'git archive' downloads for
 GitLab. All authentication and authorization logic is still handled by the
 GitLab Rails app.
 .
 Architecture: Git client -> NGINX -> gitlab-workhorse (makes auth request to
 GitLab Rails app) -> git-upload-pack