diff --git a/debian/changelog b/debian/changelog index f84b6db..8bbd05a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-retrying (1.3.3-2) UNRELEASED; urgency=medium + + * Fixed VCS URLs (https). + + -- Ondřej Nový Sun, 28 Feb 2016 15:49:22 +0100 + python-retrying (1.3.3-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index 669a771..8b946e1 100644 --- a/debian/control +++ b/debian/control @@ -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