From 816b136e7bc9102004cc5166aba4375d5f8fec5e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 22 Apr 2025 21:24:47 +0200 Subject: [PATCH 1/3] Correcting tag selection in watch file. Signed-off-by: Daniel Baumann --- debian/watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/watch b/debian/watch index 978c8a7..ca32fab 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=4 opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/mdadm-$1\.tar\.gz/ \ -https://github.com/md-raid-utilities/mdadm/tags .*/v?(\d\S+)\.tar\.gz +https://github.com/md-raid-utilities/mdadm/tags .*/mdadm-?(\d\S+)\.tar\.gz From 12e9596e9c905cf07d319dfc8ccf4559d9d9ef49 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 22 Apr 2025 21:24:47 +0200 Subject: [PATCH 2/3] Simplifying watch file to make it actually work. Signed-off-by: Daniel Baumann --- debian/watch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/watch b/debian/watch index 978c8a7..ff0d434 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,2 @@ version=4 -opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/mdadm-$1\.tar\.gz/ \ -https://github.com/md-raid-utilities/mdadm/tags .*/v?(\d\S+)\.tar\.gz +https://github.com/md-raid-utilities/mdadm/tags .*/mdadm-(\d.*)@ARCHIVE_EXT@ From 7a3898ed141e05cd021e9a92ffe0198e989d83c0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 22 Apr 2025 21:39:50 +0200 Subject: [PATCH 3/3] Releasing debian version 4.4-10. Signed-off-by: Daniel Baumann --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index f10d677..bbd176d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mdadm (4.4-10) sid; urgency=medium + + * Simplifying watch file to make it actually work. + + -- Daniel Baumann Tue, 22 Apr 2025 21:39:47 +0200 + mdadm (4.4-9) sid; urgency=medium * Correcting copy paste error in watch file.