From f9ae2bedbcd1a51003b806baecc02b49f8c22412 Mon Sep 17 00:00:00 2001 From: Walter Lapchynski Date: Wed, 5 Feb 2025 03:45:48 +0000 Subject: [PATCH] fixing watch file and version --- debian/changelog | 4 ++-- debian/watch | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 80c7251..db344cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ -qtilitools (0.1.2-0ubuntu1) plucky; urgency=medium +qtilitools (0.1.2~really0.1.2-0ubuntu1) plucky; urgency=medium * Upstream now offers releases, so dropping git. - * Added watch file. + * Added watch file. -- Walter Lapchynski Sun, 02 Feb 2025 22:54:57 +0000 diff --git a/debian/watch b/debian/watch index a41f6c5..dcbfdcc 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,5 @@ version=4 opts="searchmode=plain, \ +dversionmangle=s/\~(really)(\d\.)*(\d)*//, \ filenamemangle=s/(@ANY_VERSION@)/qtilitools-$1.tar.gz/" \ https://api.github.com/repos/qtilities/@PACKAGE@/releases https:\/\/api.github.com\/repos\/qtilities\/@PACKAGE@\/tarball\/@ANY_VERSION@