From: Julien Puydt Date: Thu, 6 Jul 2023 06:55:33 +0000 (+0200) Subject: Fix d/watch X-Git-Tag: archive/raspbian/0.10-1+rpi1~2^2~9 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e8cbe9a807fe5943eaf3e9b08fd662c28c25ae1a;p=ocaml-eqaf.git Fix d/watch --- diff --git a/debian/changelog b/debian/changelog index 449cef0..0e5ba8e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ocaml-eqaf (0.9-2) UNRELEASED; urgency=medium + + * Fix d/watch. + + -- Julien Puydt Thu, 06 Jul 2023 08:55:15 +0200 + ocaml-eqaf (0.9-1) unstable; urgency=medium * New upstream release diff --git a/debian/watch b/debian/watch index 0b2fd57..9df1cdc 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=4 -https://github.com/mirage/eqaf/releases .*eqaf-v?([0-9.]+)\.tbz +https://github.com/mirage/eqaf/tags .*/v?([0-9.]+)\.tar\.gz