| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 
 | Source: golang-github-paulrosania-go-charset
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>, Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 9),
               dh-golang (>= 1.31),
               golang-go
Standards-Version: 3.9.7
Homepage: https://github.com/paulrosania/go-charset
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-paulrosania-go-charset.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-paulrosania-go-charset.git
XS-Go-Import-Path: github.com/paulrosania/go-charset
Package: golang-github-paulrosania-go-charset-dev
Provides: golang-github-rogpeppe-go-charset-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go
Description: character set conversion for Go
 Character set conversion between UTF-8 and various character sets.
 |