From 05aef7941d24181ca69d3a6482a6a21871609c2c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 22 Apr 2025 05:23:03 +0200 Subject: [PATCH 1/2] Correcting copy paste error 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 f5994c0..978c8a7 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=4 -opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/identify-$1\.tar\.gz/ \ +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 From 6e0f984c44c01466736721b590a7e52fd8953880 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 22 Apr 2025 05:23:16 +0200 Subject: [PATCH 2/2] Updating upstream urls to point to github. Signed-off-by: Daniel Baumann --- debian/control | 2 +- debian/copyright | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 7d74195..9955d92 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: systemd-dev, Rules-Requires-Root: no Standards-Version: 4.7.2 -Homepage: https://raid.wiki.kernel.org +Homepage: https://github.com/md-raid-utilities/mdadm Vcs-Browser: https://forgejo.debian.net/linux/mdadm Vcs-Git: https://forgejo.debian.net/linux/mdadm diff --git a/debian/copyright b/debian/copyright index 48ccfe7..02f0619 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: mdadm -Upstream-Contact: Jes Sorensen -Source: https://www.kernel.org/pub/linux/utils/raid/mdadm/ +Upstream-Contact: https://github.com/md-raid-utilities/mdadm/issues +Source: https://github.com/md-raid-utilities/mdadm/tags Files: * Copyright: 2001-2006 Neil Brown