diff --git a/debian/changelog b/debian/changelog index 2b69c76..c8e5b65 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,7 @@ python-croniter (0.3.12-1) UNRELEASED; urgency=medium * New upstream release. - * Fixed homepage (https). - * Fixed VCS URLs (https). + * Fixed homepage, VCS, GIT and source URL (https). * Standards-Version is 3.9.8 now (no change). -- Ondřej Nový Sun, 28 Feb 2016 15:34:52 +0100 diff --git a/debian/copyright b/debian/copyright index 6f75f65..afac8f7 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: croniter -Source: http://github.com/kiorky/croniter +Source: https://github.com/kiorky/croniter Files: debian/* Copyright: (c) 2013, Thomas Goirand diff --git a/debian/rules b/debian/rules index 587a771..9a927cd 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ PYTHONS:=$(shell pyversions -vr) PYTHON3S:=$(shell py3versions -vr) -UPSTREAM_GIT = git://github.com/kiorky/croniter.git +UPSTREAM_GIT = https://github.com/kiorky/croniter.git -include /usr/share/openstack-pkg-tools/pkgos.make %: