From 1c2b6b0e5f0faa9bda9eeb8d225c447428cf7a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 7 Jul 2024 12:36:37 +0200 Subject: New debian/patches/0600-Fix-groff-error.patch to fix groff error --- debian/patches/0600-Fix-groff-error.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 debian/patches/0600-Fix-groff-error.patch (limited to 'debian/patches/0600-Fix-groff-error.patch') diff --git a/debian/patches/0600-Fix-groff-error.patch b/debian/patches/0600-Fix-groff-error.patch new file mode 100644 index 0000000..daef47b --- /dev/null +++ b/debian/patches/0600-Fix-groff-error.patch @@ -0,0 +1,18 @@ +Description: dmidecode.8 Fix groff error +Author: Soren Stoutner +Forwarded: https://savannah.nongnu.org/patch/index.php?10463 +Last-Update: 2024-07-07 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/man/dmidecode.8 +=================================================================== +--- trunk.orig/man/dmidecode.8 ++++ trunk/man/dmidecode.8 +@@ -1,5 +1,7 @@ + .TH DMIDECODE 8 "February 2023" "dmidecode" + .\" ++'\" t ++.\" ** The above line should force tbl to be a preprocessor ** + .SH NAME + dmidecode \- \s-1DMI\s0 table decoder + .\" -- cgit v1.2.3 From 7b14f9c38f9ebcd573788dd6286e37e540350c74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 7 Jul 2024 12:49:10 +0200 Subject: Remove obsolate debian/dmidecode.lintian-overrides --- debian/patches/0600-Fix-groff-error.patch | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'debian/patches/0600-Fix-groff-error.patch') diff --git a/debian/patches/0600-Fix-groff-error.patch b/debian/patches/0600-Fix-groff-error.patch index daef47b..ce5f561 100644 --- a/debian/patches/0600-Fix-groff-error.patch +++ b/debian/patches/0600-Fix-groff-error.patch @@ -8,11 +8,9 @@ Index: trunk/man/dmidecode.8 =================================================================== --- trunk.orig/man/dmidecode.8 +++ trunk/man/dmidecode.8 -@@ -1,5 +1,7 @@ - .TH DMIDECODE 8 "February 2023" "dmidecode" - .\" +@@ -1,3 +1,5 @@ +'\" t +.\" ** The above line should force tbl to be a preprocessor ** - .SH NAME - dmidecode \- \s-1DMI\s0 table decoder + .TH DMIDECODE 8 "February 2023" "dmidecode" .\" + .SH NAME -- cgit v1.2.3