From 7f51240b41035d33dfef6997af31cd0d6ecd53e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Thu, 19 May 2016 21:35:15 +0200 Subject: [PATCH] d/rules: Changed UPSTREAM_GIT protocol to https --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d91bd8d..0289cf6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ python-steadymark (0.4.5-5) UNRELEASED; urgency=medium * Fixed homepage (https). * Fixed VCS URLs (https). + * d/rules: Changed UPSTREAM_GIT protocol to https -- Ondřej Nový Sun, 28 Feb 2016 15:50:54 +0100 diff --git a/debian/rules b/debian/rules index f3f561e..0a7f7ce 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -UPSTREAM_GIT = git://github.com/gabrielfalcao/steadymark.git +UPSTREAM_GIT := https://github.com/gabrielfalcao/steadymark.git include /usr/share/openstack-pkg-tools/pkgos.make %: