Codebase list golang-rsc-qr / a6638cbe-0a2e-4ecf-abcf-bd7c2e117628/main
* Non-maintainer upload. * Disabling test-suite for now (Closes: #978296). Daniel Baumann authored 3 years ago Debian Janitor committed 3 years ago
9 changed file(s) with 15 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
0 debian/patches
(New empty file)
0 golang-rsc-qr (0.0~git20161121.48b2ede-1.1) unstable; urgency=medium
1
2 * Non-maintainer upload.
3 * Disabling test-suite for now (Closes: #978296).
4
5 -- Daniel Baumann <daniel.baumann@progress-linux.org> Tue, 02 Feb 2021 08:17:29 +0100
6
07 golang-rsc-qr (0.0~git20161121.48b2ede-1) unstable; urgency=medium
18
29 * Initial release (Closes: #890197)
22 Priority: optional
33 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
44 Uploaders: Michael Meskes <meskes@debian.org>
5 Build-Depends: debhelper-compat (= 12),
5 Build-Depends: debhelper (>= 11),
66 dh-golang,
77 golang-any,
88 libqrencode-dev
+0
-6
debian/gitlab-ci.yml less more
0 # auto-generated, DO NOT MODIFY.
1 # The authoritative copy of this file lives at:
2 # https://salsa.debian.org/go-team/infra/pkg-go-tools/blob/master/config/gitlabciyml.go
3 ---
4 include:
5 - https://salsa.debian.org/go-team/infra/pkg-go-tools/-/raw/master/pipeline/test-archive.yml
11
22 %:
33 dh $@ --buildsystem=golang --with=golang
4
5 override_dh_auto_test:
6 # disabling for now (#978296)