d/rules: Changed UPSTREAM_GIT protocol to https

This commit is contained in:
Ondřej Nový 2016-06-26 01:40:45 +02:00
parent 8aa0466bf4
commit 9380c3fb18
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
python-ceilometermiddleware (0.3.0-3) UNRELEASED; urgency=medium
* d/rules: Changed UPSTREAM_GIT protocol to https
-- Ondřej Nový <onovy@debian.org> Sun, 26 Jun 2016 01:40:37 +0200
python-ceilometermiddleware (0.3.0-2) unstable; urgency=medium
* Uploading to unstable.

2
debian/rules vendored
View File

@ -3,7 +3,7 @@
PYTHONS:=$(shell pyversions -vr)
#PYTHON3S:=$(shell py3versions -vr)
UPSTREAM_GIT = git://github.com/openstack/ceilometermiddleware.git
UPSTREAM_GIT = https://github.com/openstack/ceilometermiddleware.git
include /usr/share/openstack-pkg-tools/pkgos.make
export OSLO_PACKAGE_VERSION=$(VERSION)