Fixed VCS URLs (https).

This commit is contained in:
Ondřej Nový 2016-02-28 15:49:23 +01:00
parent f25843d566
commit 404fba84e6
2 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
python-retrying (1.3.3-2) UNRELEASED; urgency=medium
* Fixed VCS URLs (https).
-- Ondřej Nový <novy@ondrej.org> Sun, 28 Feb 2016 15:49:22 +0100
python-retrying (1.3.3-1) unstable; urgency=medium
* New upstream release.

4
debian/control vendored
View File

@ -11,8 +11,8 @@ Build-Depends: debhelper (>= 9),
Build-Depends-Indep: python-six,
python3-six,
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-retrying.git
Vcs-Git: git://anonscm.debian.org/openstack/python-retrying.git
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-retrying.git/
Vcs-Git: https://anonscm.debian.org/git/openstack/python-retrying.git
Homepage: https://github.com/rholder/retrying
Package: python-retrying