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 56 57 58 59 60 61 62 63 64 65 66
|
Source: toxiproxy
Section: net
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 9),
dh-exec,
dh-golang,
dh-systemd,
golang-go,
golang-gopkg-tomb.v1-dev,
golang-github-gorilla-mux-dev,
golang-github-codegangsta-cli-dev,
golang-github-sirupsen-logrus-dev
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/toxiproxy.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/toxiproxy.git
Homepage: https://github.com/Shopify/toxiproxy
XS-Go-Import-Path: github.com/Shopify/toxiproxy
Package: toxiproxy-dev
Architecture: all
Section: devel
Depends: ${misc:Depends},
golang-gopkg-tomb.v1-dev,
golang-github-gorilla-mux-dev,
golang-github-codegangsta-cli-dev,
golang-github-sirupsen-logrus-dev
Built-Using: ${misc:Built-Using}
Description: proxy to simulate network and system conditions - dev package
Toxiproxy is a framework for simulating network conditions. It's made
specifically to work in testing, CI and development environments,
supporting deterministic tampering with connections, but with support
for randomized chaos and customization. Toxiproxy is the tool you need
to prove with tests that your application doesn't have single points of failure
.
This is the dev package.
Package: toxiproxy
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
adduser
Built-Using: ${misc:Built-Using}
Description: proxy to simulate network and system conditions
Toxiproxy is a framework for simulating network conditions. It's made
specifically to work in testing, CI and development environments,
supporting deterministic tampering with connections, but with support
for randomized chaos and customization. Toxiproxy is the tool you need
to prove with tests that your application doesn't have single points of failure
.
This package contains the server.
Package: toxiproxy-cli
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
Built-Using: ${misc:Built-Using}
Description: proxy to simulate network and system conditions - CLI
Toxiproxy is a framework for simulating network conditions. It's made
specifically to work in testing, CI and development environments,
supporting deterministic tampering with connections, but with support
for randomized chaos and customization. Toxiproxy is the tool you need
to prove with tests that your application doesn't have single points of failure
.
This package contains the command-line interface.
|