From ae49f822968d33c0db83669ec6fb62c2c8be3b80 Mon Sep 17 00:00:00 2001 From: Stefan Kropp Date: Wed, 24 Aug 2022 20:33:35 +0200 Subject: [PATCH] 2.1.0-0.2 - Fixed d/watch file --- debian/changelog | 7 +++++++ debian/watch | 9 ++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3b024c9..f7170cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +nudoku (2.1.0-0.2) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fixed d/watch file + + -- Stefan Kropp Wed, 24 Aug 2022 20:31:18 +0200 + nudoku (2.1.0-0.1) unstable; urgency=medium * Non-maintainer upload diff --git a/debian/watch b/debian/watch index e165227..5e9436d 100644 --- a/debian/watch +++ b/debian/watch @@ -4,8 +4,7 @@ # See uscan(1) for format # Compulsory line, this is a version 3 file -version=3 - -http://github.com/jubalh/nudoku/releases \ - /jubalh/nudoku/archive/([\d\.]*).tar.gz - +version=4 +opts="mode=git" \ +https://github.com/jubalh/nudoku \ +refs/tags/@ANY_VERSION@ -- GitLab