diff --git a/debian/changelog b/debian/changelog
index a5df3b1..f4e7582 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 python-os-testr (0.6.0-2) UNRELEASED; urgency=medium
 
   * Standards-Version is 3.9.8 now (no change)
+  * d/rules: Changed UPSTREAM_GIT protocol to https
 
  -- Ondřej Nový <novy@ondrej.org>  Sat, 09 Apr 2016 19:30:37 +0200
 
diff --git a/debian/rules b/debian/rules
index 01578b8..4544c0a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 PYTHONS:=$(shell pyversions -vr)
 PYTHON3S:=$(shell py3versions -vr)
 
-UPSTREAM_GIT = git://github.com/openstack/os-testr.git
+UPSTREAM_GIT := https://github.com/openstack/os-testr.git
 -include /usr/share/openstack-pkg-tools/pkgos.make
 
 export OSLO_PACKAGE_VERSION=$(VERSION)