diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/dmidecode.lintian-overrides | 6 | ||||
-rw-r--r-- | debian/patches/0600-Fix-groff-error.patch | 8 |
3 files changed, 4 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog index cfee9a4..a29056c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ dmidecode (3.6-2) UNRELEASED; urgency=medium - Change VCS-Git from git to https. * Declare compliance with Debian Policy 4.7.0 (No changes needed). * New debian/patches/0600-Fix-groff-error.patch to fix groff error. + * Remove obsolate debian/dmidecode.lintian-overrides. -- Jörg Frings-Fürst <debian@jff.email> Sun, 07 Jul 2024 11:47:33 +0200 diff --git a/debian/dmidecode.lintian-overrides b/debian/dmidecode.lintian-overrides deleted file mode 100644 index bae92a1..0000000 --- a/debian/dmidecode.lintian-overrides +++ /dev/null @@ -1,6 +0,0 @@ -# -# LC_ALL=C.UTF-8 MANROFFSEQ='' MANWIDTH=80 man --warnings -E UTF-8 -l -Tutf8 -Z dmidecode.8 >/dev/null -# -# has no error -# -groff-message an.tmac:<standard input>:251: warning: tbl preprocessor failed, or it or soelim was not run; table(s) likely not rendered (TE macro called with TW register undefined) [usr/share/man/man8/dmidecode.8.gz:1]
\ No newline at end of file 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 |