From 1724a62a4c57248350e67e4ad24eae60f5391621 Mon Sep 17 00:00:00 2001 From: aviau Date: Wed, 19 Jul 2017 14:05:44 -0400 Subject: [PATCH] d/watch: exclude dev versions --- debian/changelog | 4 ++++ debian/watch | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index dae5ad7..c1f5a0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,13 @@ python-click (6.6-2) UNRELEASED; urgency=medium + [ Ondřej Nový ] * Enabled autopkgtest-pkg-python testsuite * Standards-Version is 3.9.8 now (no changes needed) * d/watch: Use https protocol + [ Alexandre Viau ] + * d/watch: exclude dev versions + -- Ondřej Nový Wed, 17 Aug 2016 10:29:28 +0200 python-click (6.6-1) unstable; urgency=medium diff --git a/debian/watch b/debian/watch index c34f332..c7ad662 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-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) +https://pypi.debian.net/click/click-([.\d]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))