Package: scdoc Version: 1.11.4-1 Severity: minor Tags: patch Hi,
The scdoc documentation could use examples, and the manual page sources fit that nicely. Please install scdoc.1.scd and scdoc.5.scd as examples. The attached patch adds the examples.
>From e3c311cb349e9ab424ff9b0129d50c439e214a2a Mon Sep 17 00:00:00 2001 From: Teemu Hukkanen <[email protected]> Date: Fri, 8 May 2026 09:23:33 +0300 Subject: [PATCH] Install scdoc.1.scd and scdoc.5.scd as examples --- debian/scdoc.examples | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 debian/scdoc.examples diff --git a/debian/scdoc.examples b/debian/scdoc.examples new file mode 100644 index 0000000..9f993ce --- /dev/null +++ b/debian/scdoc.examples @@ -0,0 +1,2 @@ +scdoc.1.scd +scdoc.5.scd -- 2.53.0

