From ccf52eb2256c3448d41c4c8bf45969491256570d Mon Sep 17 00:00:00 2001 From: Fabian Grünbichler Date: Mon, 24 Mar 2025 10:01:30 +0100 Subject: d/watch: mangle RC versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit else 16.0.rc1 gets sorted higher than the final 16.0 release tarball. Signed-off-by: Fabian Grünbichler --- debian/watch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/watch b/debian/watch index 672f8bae..ed9fa239 100644 --- a/debian/watch +++ b/debian/watch @@ -1,5 +1,5 @@ # Compulsory line, this is a version 4 file version=4 -opts="repack,compression=xz,pgpmode=auto,searchmode=plain" \ +opts="repack,compression=xz,pgpmode=auto,uversionmangle=s/\.rc/~rc/,searchmode=plain" \ https://api.github.com/repos/rhboot/shim/releases?per_page=100 \ - https://github.com/rhboot/shim/releases/download/[^/]+/@PACKAGE@-@ANY_VERSION@@ARCHIVE_EXT@ \ No newline at end of file + https://github.com/rhboot/shim/releases/download/[^/]+/@PACKAGE@-@ANY_VERSION@@ARCHIVE_EXT@ -- cgit v1.2.3