XS-Go-Import-Path + change my email + salsa
aviau
5 years ago
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
|
1 | 1 |
|
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.
|
4 | 4 |
|
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
|
6 | 12 |
|
7 | 13 |
golang-gopkg-eapache-queue.v1 (1.0.2-1) unstable; urgency=medium
|
8 | 14 |
|
0 | 0 |
Source: golang-gopkg-eapache-queue.v1
|
1 | 1 |
Section: devel
|
2 | |
Priority: extra
|
|
2 |
Priority: optional
|
3 | 3 |
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>
|
5 | 6 |
Build-Depends: debhelper (>= 9),
|
6 | 7 |
dh-golang,
|
7 | 8 |
golang-go
|
8 | 9 |
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
|
11 | 12 |
Homepage: https://github.com/eapache/queue
|
|
13 |
XS-Go-Import-Path: gopkg.in/eapache/queue.v1
|
12 | 14 |
|
13 | 15 |
Package: golang-gopkg-eapache-queue.v1-dev
|
14 | 16 |
Architecture: all
|
0 | 0 |
#!/usr/bin/make -f
|
1 | 1 |
# -*- makefile -*-
|
2 | 2 |
|
3 | |
TMP = $(CURDIR)/debian/$(PACKAGE)
|
4 | |
|
5 | |
export DH_GOPKG := gopkg.in/eapache/queue.v1
|
6 | |
|
7 | 3 |
%:
|
8 | 4 |
dh $@ --buildsystem=golang --with=golang
|