diff --git a/debian/changelog b/debian/changelog index 8d0419038d30bbe1b1f4a8ee3626708351e9593f..e6ca0e3ff29fc9d3aedcdf88c9751e936c2d8e22 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-xstatic-jquery.quicksearch (2.0.4.1-2) UNRELEASED; urgency=medium * Fixed VCS URLs (https). + * d/rules: Changed UPSTREAM_GIT to new URL -- Ondřej Nový Sun, 28 Feb 2016 15:54:34 +0100 diff --git a/debian/rules b/debian/rules index 9ff1fb452e1b3320fb25e7997e78ff551350383f..f67e4c60366f350ef57503eafdba84b5d9931da7 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-jquery.quicksearch.git +UPSTREAM_GIT := https://github.com/openstack/xstatic-jquery.quicksearch.git -include /usr/share/openstack-pkg-tools/pkgos.make %: