d/rules: Fixed UPSTREAM_GIT.
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -1,6 +1,7 @@
|
||||
python-multi-key-dict (2.0.3-2) UNRELEASED; urgency=medium
|
||||
|
||||
* Fixed VCS URLs (https).
|
||||
* d/rules: Fixed UPSTREAM_GIT.
|
||||
|
||||
-- Ondřej Nový <novy@ondrej.org> Sun, 28 Feb 2016 15:41:51 +0100
|
||||
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@@ -3,7 +3,7 @@
|
||||
PYTHONS:=$(shell pyversions -vr)
|
||||
PYTHON3S:=$(shell py3versions -vr)
|
||||
|
||||
UPSTREAM_GIT = git://github.com/<please-user>/multi_key_dict.git
|
||||
UPSTREAM_GIT = https://github.com/formiaczek/multi_key_dict.git
|
||||
-include /usr/share/openstack-pkg-tools/pkgos.make
|
||||
|
||||
%:
|
||||
|
||||
Reference in New Issue
Block a user