Codebase list golang-github-julienschmidt-httprouter / 1ae6d889-35e1-4a92-bc29-5ac05e44ed3b/main
Reading package lists... 0%Reading package lists... 0%Reading package lists... 0%Reading package lists... 99%Reading package lists... 99%Reading package lists... Done Building dependency tree... 0%Building dependency tree... 0%Building dependency tree... 50%Building dependency tree... 50%Building dependency tree... Done Reading state information... 0% Reading state information... 0%Reading state information... Done Connecting to api.ftp-master.debian.org to check 1 package versions. Please wait... Got info from api.ftp-master.debian.org for 1 packages. Changes applied to dpkg configuration: - control source Standards-Version: '4.5.1' -> '4.6.0' # applied fix for :Current standards version is '4.6.0'. Please read https://www.debian.org/doc/debian-policy/upgrading-checklist.html for the changes that may be needed on your package to upgrade it from standard version '4.5.1' to '4.6.0'. Debian Janitor 2 years ago
2 changed file(s) with 22 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
11
22 * Remove constraints unnecessary since stretch:
33 + Build-Depends: Drop versioned constraint on dh-golang.
4 * Reading package lists... 0%Reading package lists... 0%Reading package
5 lists... 0%Reading package lists... 99%Reading package lists... 99%Reading
6 package lists... Done Building dependency tree... 0%Building dependency
7 tree... 0%Building dependency tree... 50%Building dependency tree...
8 50%Building dependency tree... Done Reading state information... 0% Reading
9 state information... 0%Reading state information... Done Connecting to
10 api.ftp-master.debian.org to check 1 package versions. Please wait... Got
11 info from api.ftp-master.debian.org for 1 packages. Changes applied to dpkg
12 configuration: - control source Standards-Version: '4.5.1' -> '4.6.0' #
13 applied fix for :Current standards version is '4.6.0'. Please read
14 https://www.debian.org/doc/debian-policy/upgrading-checklist.html for the
15 changes that may be needed on your package to upgrade it from standard
16 version '4.5.1' to '4.6.0'.
417
518 -- Debian Janitor <janitor@jelmer.uk> Tue, 15 Jun 2021 18:03:45 -0000
619
00 Source: golang-github-julienschmidt-httprouter
1 Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
2 Uploaders: Martín Ferrari <tincho@debian.org>
13 Section: golang
4 Testsuite: autopkgtest-pkg-go
25 Priority: optional
3 Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
4 Uploaders: Martín Ferrari <tincho@debian.org>,
56 Build-Depends: debhelper-compat (= 13),
67 dh-golang,
78 golang-any
8 Standards-Version: 4.5.1
9 Standards-Version: 4.6.0
10 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-julienschmidt-httprouter
911 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-julienschmidt-httprouter.git
10 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-julienschmidt-httprouter
1112 Homepage: https://github.com/julienschmidt/httprouter
13 Rules-Requires-Root: no
1214 XS-Go-Import-Path: github.com/julienschmidt/httprouter
13 Rules-Requires-Root: no
14 Testsuite: autopkgtest-pkg-go
1515
1616 Package: golang-github-julienschmidt-httprouter-dev
1717 Architecture: all
18 Multi-Arch: foreign
1819 Depends: ${misc:Depends},
19 ${shlibs:Depends},
20 Multi-Arch: foreign
21 Breaks: burrow (<< 1.2.1-2),
20 ${shlibs:Depends}
21 Breaks: burrow (<< 1.2.1-2)
2222 Description: High performance HTTP request router for Go that scales well
2323 HttpRouter (github.com/julienschmidt/httprouter) is a lightweight high
2424 performance HTTP request router (also called multiplexer or just mux for