diff options
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/0600-Fix-groff-error.patch | 16 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/0600-Fix-groff-error.patch b/debian/patches/0600-Fix-groff-error.patch new file mode 100644 index 0000000..ce5f561 --- /dev/null +++ b/debian/patches/0600-Fix-groff-error.patch @@ -0,0 +1,16 @@ +Description: dmidecode.8 Fix groff error +Author: Soren Stoutner <soren@debian.org> +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,3 +1,5 @@ ++'\" t ++.\" ** The above line should force tbl to be a preprocessor ** + .TH DMIDECODE 8 "February 2023" "dmidecode" + .\" + .SH NAME diff --git a/debian/patches/series b/debian/patches/series index a923944..696939d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -13,3 +13,4 @@ #0140-Fix_scan_entry_point.patch #0155-use_read_file.patch #0160-HPE_OEM_Firmware_change.patch +0600-Fix-groff-error.patch |