diff --git a/debian/changelog b/debian/changelog index d987547..db75591 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,11 @@ python-click (6.7+git20180829-2) UNRELEASED; urgency=medium + [ Ondřej Nový ] * Use 'python3 -m sphinx' instead of sphinx-build for building docs + [ Alexandre Viau ] + * d/watch: support Click and click. + -- Ondřej Nový Mon, 01 Oct 2018 10:44:22 +0200 python-click (6.7+git20180829-1) unstable; urgency=medium diff --git a/debian/watch b/debian/watch index c7ad662..e635ec3 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ -https://pypi.debian.net/click/click-([.\d]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) +https://pypi.debian.net/click/[cC]lick-([.\d]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))