Codebase list golang-github-opennota-urlesc / c746f1cc-c9cf-4d6e-bd0e-f1083341d8fd/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 Changes applied to dpkg configuration: - control source Standards-Version: '3.9.8' -> '4.5.1' # applied fix for :Current standards version is '4.5.1'. 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 '3.9.8' to '4.5.1'. - control source Testsuite has new value: 'autopkgtest-pkg-go' # applied fix for :Undefined while packaging team supports test suite Debian Janitor 2 years ago
2 changed file(s) with 22 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
00 golang-github-opennota-urlesc (0.0~git20160726.0.5bd2802-2) UNRELEASED; urgency=medium
11
2 [ Alexandre Viau ]
23 * Point Vcs-* urls to salsa.debian.org.
4
5 [ Debian Janitor ]
6 * Reading package lists... 0%Reading package lists... 0%Reading package
7 lists... 0%Reading package lists... 99%Reading package lists... 99%Reading
8 package lists... Done Building dependency tree... 0%Building dependency
9 tree... 0%Building dependency tree... 50%Building dependency tree...
10 50%Building dependency tree... Done Reading state information... 0% Reading
11 state information... 0%Reading state information... Done Changes applied to
12 dpkg configuration: - control source Standards-Version: '3.9.8' -> '4.5.1' #
13 applied fix for :Current standards version is '4.5.1'. 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 '3.9.8' to '4.5.1'. - control source Testsuite has new value:
17 'autopkgtest-pkg-go' # applied fix for :Undefined while packaging team
18 supports test suite
319
420 -- Alexandre Viau <aviau@debian.org> Mon, 02 Apr 2018 19:53:12 -0400
521
00 Source: golang-github-opennota-urlesc
1 Section: devel
2 Priority: optional
31 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
42 Uploaders: Anthony Fok <foka@debian.org>
3 Section: devel
4 Testsuite: autopkgtest-pkg-go
5 Priority: optional
56 Build-Depends: debhelper-compat (= 13),
67 dh-golang,
78 golang-any
8 Standards-Version: 3.9.8
9 Homepage: https://github.com/PuerkitoBio/urlesc
9 Standards-Version: 4.5.1
1010 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-opennota-urlesc
1111 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-opennota-urlesc.git
12 Homepage: https://github.com/PuerkitoBio/urlesc
1213 XS-Go-Import-Path: github.com/PuerkitoBio/urlesc
1314
1415 Package: golang-github-opennota-urlesc-dev
1516 Architecture: all
16 Provides: golang-github-puerkitobio-urlesc-dev
1717 Depends: ${shlibs:Depends},
1818 ${misc:Depends}
19 Provides: golang-github-puerkitobio-urlesc-dev
1920 Description: Proper URL escaping as per RFC3986 for Go
2021 Package urlesc implements query escaping as per RFC 3986
2122 for the Go Programming Language.