From 9a4fba6730ea4bf6a1c42e6c099f0f852a14fcc6 Mon Sep 17 00:00:00 2001 From: Adrian Dombeck Date: Thu, 30 Jan 2025 15:07:30 +0100 Subject: [PATCH 1/2] Add changelog entry for 0.4.1 To be able to upload to Launchpad again. The build of 0.4.0 failed because the XS-Vendored-Sources-Rust value in debian/control, which allowed me to build the package on my host, caused the build to fail on Launchpad. --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 54022cdf6..ca59edfae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +authd (0.4.1) UNRELEASED; urgency=medium + + * New Launchpad upload + + -- Thu, 30 Jan 2025 15:06:09 +0100 + authd (0.4.0) plucky; urgency=medium * Generate random UIDs and GIDs. This fixes an issue which can lead to login From 5229decb49e1dd5ce1b15219ab62dafa93723571 Mon Sep 17 00:00:00 2001 From: Adrian Dombeck Date: Thu, 30 Jan 2025 15:11:45 +0100 Subject: [PATCH 2/2] Upload 0.4.1 to plucky --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ca59edfae..2e67b52da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -authd (0.4.1) UNRELEASED; urgency=medium +authd (0.4.1) plucky; urgency=medium * New Launchpad upload