golang-github-google-martian-v3 3.3.3-1
Package Information
| Description | 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) |
|---|---|
| Maintainer | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
| Changed By | Andrew Lee (李健秋) <ajqlee@debian.org> |
| Sponsor | ajqlee@debian.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/go-team/packages/golang-github-google-martian-v3.git (browse) |
| Tracker | https://tracker.debian.org/pkg/golang-github-google-martian-v3 |
| Uploaded | 3 hours ago |
New Package Report
.changes
| Source | golang-github-google-martian-v3 |
|---|---|
| Version | 3.3.3-1 |
| Changed-By | Andrew Lee (李健秋) |
| Architecture | source all |
| Distribution | unstable |
| Date | Fri, 14 Aug 2026 09:51:57 +0200 |
Changelog
golang-github-google-martian-v3 (3.3.3-1) unstable; urgency=medium
.
* Team upload.
* debian/control: update source and binary package name.
* debian/control: update vcs-tags.
* debian/changelog: mark UNRELEASE for renamed package.
* New upstream version 3.3.3.
* debian/control:build-deps transition to module-aware builds with
dh-go.
* debian/rules: drop debhelper's buildsystem option as it's been
specified in debian/control.
* debian/copyright: add myself.
* debian/gbp.conf: switch to DEP14..dsc
| Priority | optional |
|---|---|
| Component | main |
| Package-List | golang-github-google-martian-v3-dev deb golang optional arch=all |
| Section | golang |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: martian
Source: https://github.com/google/martian
Files: *
Copyright: 2015 Google
License: Apache-2.0
Files: debian/*
Copyright: 2019 Stephen Gelman <ssgelm@debian.org>
2026 Andrew Lee (李健秋) <ajqlee@debian.org>
License: Apache-2.0
Comment: Debian packaging is licensed under the same terms as upstream
License: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
.
http://www.apache.org/licenses/LICENSE-2.0
.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
.
On Debian systems, the complete text of the Apache version 2.0 license
can be found in "/usr/share/common-licenses/Apache-2.0".