diff --git a/debian/changelog b/debian/changelog index 4e1d4cd..ed5a382 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,15 @@ -golang-gopkg-eapache-queue.v1 (1.0.2-2) UNRELEASED; urgency=medium +golang-gopkg-eapache-queue.v1 (1.0.2-2) unstable; urgency=medium - * Team upload. - * Use a secure transport for the Vcs-Git and Vcs-Browser URL + [ Paul Tagliamonte ] + * Use a secure transport for the Vcs-Git and Vcs-Browser URL. - -- Paul Tagliamonte Wed, 29 Jun 2016 20:43:09 -0400 + [ Alexandre Viau ] + * Use XS-Go-Import-Path. + * Change my email to @debian.org. + * Move to salsa.debian.org. + * Fix priority-extra-is-replaced-by-priority-optional. + + -- Alexandre Viau Fri, 29 Dec 2017 22:08:42 -0500 golang-gopkg-eapache-queue.v1 (1.0.2-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 612e99a..3fef24d 100644 --- a/debian/control +++ b/debian/control @@ -1,15 +1,17 @@ Source: golang-gopkg-eapache-queue.v1 Section: devel -Priority: extra +Priority: optional Maintainer: Debian Go Packaging Team -Uploaders: Alexandre Viau , Tim Potter +Uploaders: Alexandre Viau , + Tim Potter Build-Depends: debhelper (>= 9), dh-golang, golang-go Standards-Version: 3.9.6 -Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-gopkg-eapache-queue.v1.git -Vcs-Browser: http://anonscm.debian.org/cgit/pkg-go/packages/golang-gopkg-eapache-queue.v1.git +Vcs-Git: https://salsa.debian.org/pkg-go-team/golang-gopkg-eapache-queue.v1.git +Vcs-Browser: https://salsa.debian.org/pkg-go-team/golang-gopkg-eapache-queue.v1 Homepage: https://github.com/eapache/queue +XS-Go-Import-Path: gopkg.in/eapache/queue.v1 Package: golang-gopkg-eapache-queue.v1-dev Architecture: all diff --git a/debian/rules b/debian/rules index fc5d647..a653ac0 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,5 @@ #!/usr/bin/make -f # -*- makefile -*- -TMP = $(CURDIR)/debian/$(PACKAGE) - -export DH_GOPKG := gopkg.in/eapache/queue.v1 - %: dh $@ --buildsystem=golang --with=golang