Codebase list golang-gopkg-eapache-queue.v1 / debian/1.0.2-2
XS-Go-Import-Path + change my email + salsa aviau 6 years ago
3 changed file(s) with 16 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
0 golang-gopkg-eapache-queue.v1 (1.0.2-2) UNRELEASED; urgency=medium
0 golang-gopkg-eapache-queue.v1 (1.0.2-2) unstable; urgency=medium
11
2 * Team upload.
3 * Use a secure transport for the Vcs-Git and Vcs-Browser URL
2 [ Paul Tagliamonte ]
3 * Use a secure transport for the Vcs-Git and Vcs-Browser URL.
44
5 -- Paul Tagliamonte <paultag@debian.org> Wed, 29 Jun 2016 20:43:09 -0400
5 [ Alexandre Viau ]
6 * Use XS-Go-Import-Path.
7 * Change my email to @debian.org.
8 * Move to salsa.debian.org.
9 * Fix priority-extra-is-replaced-by-priority-optional.
10
11 -- Alexandre Viau <aviau@debian.org> Fri, 29 Dec 2017 22:08:42 -0500
612
713 golang-gopkg-eapache-queue.v1 (1.0.2-1) unstable; urgency=medium
814
00 Source: golang-gopkg-eapache-queue.v1
11 Section: devel
2 Priority: extra
2 Priority: optional
33 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
4 Uploaders: Alexandre Viau <alexandre@alexandreviau.net>, Tim Potter <tpot@hpe.com>
4 Uploaders: Alexandre Viau <aviau@debian.org>,
5 Tim Potter <tpot@hpe.com>
56 Build-Depends: debhelper (>= 9),
67 dh-golang,
78 golang-go
89 Standards-Version: 3.9.6
9 Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-gopkg-eapache-queue.v1.git
10 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-go/packages/golang-gopkg-eapache-queue.v1.git
10 Vcs-Git: https://salsa.debian.org/pkg-go-team/golang-gopkg-eapache-queue.v1.git
11 Vcs-Browser: https://salsa.debian.org/pkg-go-team/golang-gopkg-eapache-queue.v1
1112 Homepage: https://github.com/eapache/queue
13 XS-Go-Import-Path: gopkg.in/eapache/queue.v1
1214
1315 Package: golang-gopkg-eapache-queue.v1-dev
1416 Architecture: all
00 #!/usr/bin/make -f
11 # -*- makefile -*-
22
3 TMP = $(CURDIR)/debian/$(PACKAGE)
4
5 export DH_GOPKG := gopkg.in/eapache/queue.v1
6
73 %:
84 dh $@ --buildsystem=golang --with=golang