From bbe4cdcef382579db6258648102a2c7305d260a0 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 6 Oct 2024 09:20:40 +0100 Subject: [PATCH] Add a debian/watch file This operates on the Bedstead Web page, which is the most reliable indication of a new release. This means that uscan can correctly detect new releases, but should not be trusted to generate a new upstream tarball. Bedstead Zip files include binary versions of the fonts that are not appropriate for a Debian upstream tarball, so Debian releases are made directly from Git instead. --- debian/watch | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 debian/watch diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..dfe69d7 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=4 +https://bjh21.me.uk/bedstead/bedstead-(\d\d\d\.\d\d\d).zip -- 2.30.2