[neon/backports-noble/libaqbanking-noble/debian/6.8.4-1] debian: debian/watch: Filter out testing versions with a hyphen in the version string

Micha Lenk null at kde.org
Wed Mar 11 06:09:35 GMT 2026


Git commit 4278f251f63915939b69570ed4db3dad1e601295 by Micha Lenk.
Committed on 17/10/2025 at 19:39.
Pushed by carlosdem into tag 'debian/6.8.4-1'.

debian/watch: Filter out testing versions with a hyphen in the version string

This intends to filter out versions like 20251012-4-vop as used for testing
versions. We are not so much interested in uploading them to Debian. Instead,
upstream typically uploads beta version fairly quickly after a testing version
has proven to offer at least basic functionality.

M  +2    -2    debian/watch

https://invent.kde.org/neon/backports-noble/libaqbanking-noble/-/commit/4278f251f63915939b69570ed4db3dad1e601295

diff --git a/debian/watch b/debian/watch
index c889799..4a3e9d7 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,7 +1,7 @@
 version=4
 opts="pgpmode=next" \
   https://www.aquamaniac.de/rdm/projects/aqbanking/files \
-  /rdm/attachments/download/(?:\d+)/aqbanking at ANY_VERSION@@ARCHIVE_EXT@ debian
+  /rdm/attachments/download/(?:\d+)/aqbanking-(\d[\d\.a-z]*)@ARCHIVE_EXT@ debian
 opts="pgpmode=previous" \
   https://www.aquamaniac.de/rdm/projects/aqbanking/files \
-  /rdm/attachments/download/(?:\d+)/aqbanking at ANY_VERSION@@SIGNATURE_EXT@ previous uupdate
+  /rdm/attachments/download/(?:\d+)/aqbanking-(\d[\d\.a-z]*)@SIGNATURE_EXT@ previous uupdate



More information about the Neon-commits mailing list