| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 
 | Source: golang-github-vitrun-qart
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go
Standards-Version: 3.9.8
Homepage: https://github.com/vitrun/qart
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-vitrun-qart
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-vitrun-qart.git
XS-Go-Import-Path: github.com/vitrun/qart
Testsuite: autopkgtest-pkg-go
Package: golang-github-vitrun-qart-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go
Description: generates not-so-ugly qr codes
 Instead of scribbling on redundant pieces and relying on error
 correction to preserve the meaning, qart engineers the encoded
 values to create the picture in a code with no inherent errors.
 |