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
|
Source: golang-github-azure-azure-pipeline-go
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Dr. Tobias Quathamer <toddy@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-mattn-go-ieproxy-dev (>= 0.0.1~),
golang-github-pkg-errors-dev
Standards-Version: 4.6.1
Homepage: https://github.com/Azure/azure-pipeline-go
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-azure-azure-pipeline-go
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-azure-azure-pipeline-go.git
XS-Go-Import-Path: github.com/Azure/azure-pipeline-go
Testsuite: autopkgtest-pkg-go
Package: golang-github-azure-azure-pipeline-go-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
golang-github-mattn-go-ieproxy-dev,
golang-github-pkg-errors-dev
Description: HTTP request/response middleware pipeline
Package pipeline implements an HTTP request/response middleware pipeline whose
policy objects mutate an HTTP request's URL, query parameters, and/or headers
before the request is sent over the wire.
|