Patch attached.

Thank you,
Jeremy Bícha
From 72ed4c89aa21aba03040181e029dfcffaa410eac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jeremy=20B=C3=ADcha?= <[email protected]>
Date: Sun, 26 Jul 2026 18:36:38 +0200
Subject: [PATCH] etc/os-release: Set DOCUMENTATION_URL & PRIVACY_POLICY_URL

Closes: #1142821
---
 etc/os-release | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/etc/os-release b/etc/os-release
index 3e15849..ad4249e 100644
--- a/etc/os-release
+++ b/etc/os-release
@@ -3,5 +3,7 @@ NAME="#OSNAME#"
 VERSION_CODENAME=forky
 ID=debian
 HOME_URL="https://www.debian.org/";
+DOCUMENTATION_URL="https://www.debian.org/doc/";
 SUPPORT_URL="https://www.debian.org/support";
 BUG_REPORT_URL="https://bugs.debian.org/";
+PRIVACY_POLICY_URL="https://www.debian.org/legal/privacy";
-- 
2.53.0

Reply via email to