From c45fb44c9fde1f7054184cb63bc535849205e21d Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Sun, 27 Aug 2023 15:28:50 +0200 Subject: [PATCH] added watchfile --- debian/watch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 debian/watch diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..a906a51 --- /dev/null +++ b/debian/watch @@ -0,0 +1,9 @@ +# You can run the "uscan" command to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 4 file +version=4 + +# Direct Git +opts="mode=git" https://github.com/venthur/blag.git \ + refs/tags/v([\d\.]+) debian uupdate