golang-github-google-martian 2.1.0+git20181219.d0b5ad3-3ubuntu1 source package in Ubuntu

Changelog

golang-github-google-martian (2.1.0+git20181219.d0b5ad3-3ubuntu1) impish; urgency=medium

  * d/rules: Override dh_auto_test and unset $http_proxy before invoking
    the target. (LP: #1942639)

 -- Sergio Durigan Junior <email address hidden>  Fri, 03 Sep 2021 15:45:53 -0400

Upload details

Uploaded by:
Sergio Durigan Junior
Uploaded to:
Impish
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-google-martian_2.1.0+git20181219.d0b5ad3.orig.tar.xz 96.0 KiB b72a36b7717a745d9e5c73d055124b947b5e8b8f471279e4ed0d8a887826ca71
golang-github-google-martian_2.1.0+git20181219.d0b5ad3-3ubuntu1.debian.tar.xz 2.5 KiB 78c68166ff799328cee983a0b4374fcbeb8450337632d7c6cf4f816a7b466859
golang-github-google-martian_2.1.0+git20181219.d0b5ad3-3ubuntu1.dsc 2.5 KiB af42e614508cf389205959333ef697c811cc6b2730c1e0b0268e0fbd5701bbc1

View changes file

Binary packages built by this source

golang-github-google-martian-dev: Martian is a library for building custom HTTP/S proxies

 Martian Proxy is a programmable HTTP proxy designed to be used for testing.
 .
 Martian is a great tool to use if you want to:
  * Verify that all (or some subset) of requests are secure
  * Mock external services at the network layer
  * Inject headers, modify cookies or perform other mutations of HTTP requests
    and responses
  * Verify that pingbacks happen when you think they should
  * Unwrap encrypted traffic (requires install of CA certificate in browser)