diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/patches/0600-Fix-groff-error.patch | 18 | ||||
-rw-r--r-- | debian/patches/series | 1 |
3 files changed, 20 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 24a8b5c..cfee9a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ dmidecode (3.6-2) UNRELEASED; urgency=medium * debian/control: - 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. -- Jörg Frings-Fürst <debian@jff.email> Sun, 07 Jul 2024 11:47:33 +0200 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 <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,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 + .\" 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 |