Codebase list golang-rsc-qr / a775fcf
Import Debian changes 0.0~git20161121.48b2ede-1 golang-rsc-qr (0.0~git20161121.48b2ede-1) UNRELEASED; urgency=medium * Initial release Michael Meskes 5 years ago
7 changed file(s) with 75 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 golang-rsc-qr (0.0~git20161121.48b2ede-1) UNRELEASED; urgency=medium
1
2 * Initial release
3
4 -- Michael Meskes <meskes@debian.org> Sat, 10 Feb 2018 13:02:00 +0100
0 Source: golang-rsc-qr
1 Section: devel
2 Priority: optional
3 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
4 Uploaders: Michael Meskes <meskes@debian.org>
5 Build-Depends: debhelper (>= 11),
6 dh-golang,
7 golang-any,
8 libqrencode-dev
9 Standards-Version: 4.1.3
10 Homepage: https://github.com/rsc/qr
11 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-rsc-qr.git
12 Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-rsc-qr.git
13 XS-Go-Import-Path: rsc.io/qr
14 Testsuite: autopkgtest-pkg-go
15
16 Package: golang-rsc-qr-dev
17 Architecture: all
18 Depends: ${shlibs:Depends},
19 ${misc:Depends},
20 libqrencode-dev
21 Description: QR codes
22 Package rsc.io/qr is a basic QR encoder.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: qr
2 Source: https://github.com/rsc/qr
3 Files-Excluded: vendor Godeps/_workspace
4
5 Files: *
6 Copyright: 2009 The Go Authors
7 License: BSD-3-clause
8
9 Files: debian/*
10 Copyright: 2018 Michael Meskes <meskes@debian.org>
11 License: BSD-3-clause
12 Comment: Debian packaging is licensed under the same terms as upstream
13
14 License: BSD-3-clause
15 Redistribution and use in source and binary forms, with or without
16 modification, are permitted provided that the following conditions are
17 met:
18 .
19 * Redistributions of source code must retain the above copyright notice, this
20 list of conditions and the following disclaimer.
21 * Redistributions in binary form must reproduce the above copyright notice,
22 this list of conditions and the following disclaimer in the documentation
23 and/or other materials provided with the distribution.
24 * Neither the name of Google Inc. nor the names of its contributors may be
25 used to endorse or promote products derived from this software without specific
26 prior written permission.
27 .
28 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
29 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
30 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
31 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
32 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
33 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
34 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
35 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
36 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
37 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
38 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 [DEFAULT]
1 pristine-tar = True
0 #!/usr/bin/make -f
1
2 %:
3 dh $@ --buildsystem=golang --with=golang
0 3.0 (quilt)