File: control

package info (click to toggle)
golang-rsc-qr 0.0~git20161121.48b2ede-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 128 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 750 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
Source: golang-rsc-qr
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Michael Meskes <meskes@debian.org>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any,
	       libqrencode-dev
Standards-Version: 4.1.3
Homepage: https://github.com/rsc/qr
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-rsc-qr
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-rsc-qr.git
XS-Go-Import-Path: rsc.io/qr
Testsuite: autopkgtest-pkg-go

Package: golang-rsc-qr-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libqrencode-dev
Description: Basic QR encoder
 Package rsc.io/qr is a basic QR encoder.