Using HTTPS for upstream Git.

This commit is contained in:
Thomas Goirand 2016-08-11 17:38:43 +02:00
parent 2333b732f6
commit 8f8a1e8254
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
python-oslo.messaging (5.5.0-2) UNRELEASED; urgency=medium
* Using HTTPS for upstream Git.
-- Thomas Goirand <zigo@debian.org> Thu, 11 Aug 2016 17:38:17 +0200
python-oslo.messaging (5.5.0-1) experimental; urgency=medium
[ James Page ]

2
debian/rules vendored
View File

@ -4,7 +4,7 @@ LAST_CHANGE = $(shell dpkg-parsechangelog -S Date)
BUILD_DATE = $(shell LC_ALL=C date -u "+%B %d, %Y" -d "$(LAST_CHANGE)")
SPHINXOPTS := -D html_last_updated_fmt="$(BUILD_DATE)"
UPSTREAM_GIT = git://github.com/openstack/oslo.messaging.git
UPSTREAM_GIT = https://github.com/openstack/oslo.messaging.git
include /usr/share/openstack-pkg-tools/pkgos.make
%: