File: control

package info (click to toggle)
golang-github-juju-httpprof 0.0~git20141217.14bf14c-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 60 kB
  • sloc: makefile: 2
file content (25 lines) | stat: -rw-r--r-- 971 bytes parent folder | download
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
Source: golang-github-juju-httpprof
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any
Standards-Version: 4.1.1
Homepage: https://github.com/juju/httpprof
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-juju-httpprof
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-juju-httpprof.git
XS-Go-Import-Path: github.com/juju/httpprof
Testsuite: autopkgtest-pkg-go

Package: golang-github-juju-httpprof-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: fork of net/http/pprof which works when not at the server's root
 package pprof is afork of net/http/pprof which works when not at the
 server's root.
 .
 The API is identical to net/http/pprof, with additional exported members to
 support the use case.