File: control

package info (click to toggle)
golang-github-opennota-urlesc 0.0~git20160726.0.5bd2802-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bullseye, bullseye-backports, experimental, forky, sid, trixie
  • size: 96 kB
  • sloc: makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,112 bytes parent folder | download | duplicates (2)
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
26
27
Source: golang-github-opennota-urlesc
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-any
Standards-Version: 3.9.8
Homepage: https://github.com/PuerkitoBio/urlesc
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-opennota-urlesc.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-opennota-urlesc.git
XS-Go-Import-Path: github.com/PuerkitoBio/urlesc

Package: golang-github-opennota-urlesc-dev
Architecture: all
Provides: golang-github-puerkitobio-urlesc-dev
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Proper URL escaping as per RFC3986 for Go
 Package urlesc implements query escaping as per RFC 3986
 for the Go Programming Language.
 .
 It contains some parts of the net/url package, modified so as to
 allow some reserved characters incorrectly escaped by net/url.
 See Go Issue 5684 at https://github.com/golang/go/issues/5684
 for more information.