From 30a41ad5c923354b49f3fe658c5793a4d46a1381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Thu, 19 May 2016 21:38:10 +0200 Subject: [PATCH] d/rules: Changed UPSTREAM_GIT to new URL --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c7f76ee..9ab7018 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-xstatic-angular-bootstrap (0.11.0.3-2) UNRELEASED; urgency=medium * Fixed VCS URLs (https). + * d/rules: Changed UPSTREAM_GIT to new URL -- Ondřej Nový Sun, 28 Feb 2016 15:53:19 +0100 diff --git a/debian/rules b/debian/rules index 7474d00..0e677ad 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ PYTHONS:=$(shell pyversions -vr) PYTHON3S:=$(shell py3versions -vr) -UPSTREAM_GIT = git://github.com/stackforge/xstatic-angular-bootstrap.git +UPSTREAM_GIT := https://github.com/openstack/xstatic-angular-bootstrap.git -include /usr/share/openstack-pkg-tools/pkgos.make %: