From cca368c3d6ba3a78663562ff93373489401bb025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 17 Dec 2023 12:05:23 +0100 Subject: New d/p/0625-manpage_wrong_time_set.patch --- debian/changelog | 4 +++- debian/patches/0625-manpage_wrong_time_set.patch | 24 ++++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 debian/patches/0625-manpage_wrong_time_set.patch diff --git a/debian/changelog b/debian/changelog index 84cda9f..221d658 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,9 @@ ipmitool (1.8.19-7) UNRELEASED; urgency=medium * debian/watch, debian/copyright, debian.control: - Change URLs to then new homepage codeberg.org. + - Change URLs to the new homepage codeberg.org. + * New debian/patches/0625-manpage_wrong_time_set.patch: + - Fix wrong description of "sel time set" (Closes: #1058711). -- Jörg Frings-Fürst Wed, 13 Dec 2023 11:07:54 +0100 diff --git a/debian/patches/0625-manpage_wrong_time_set.patch b/debian/patches/0625-manpage_wrong_time_set.patch new file mode 100644 index 0000000..41d6b48 --- /dev/null +++ b/debian/patches/0625-manpage_wrong_time_set.patch @@ -0,0 +1,24 @@ +Description: Fix description of "sel time set" +Author: Jörg Frings-Fürst +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058711 +Forwarded: https://codeberg.org/IPMITool/ipmitool/issues/18 +Last-Update: 2023-12-17 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/doc/ipmitool.1.in +=================================================================== +--- trunk.orig/doc/ipmitool.1.in ++++ trunk/doc/ipmitool.1.in +@@ -3077,9 +3077,9 @@ Displays the SEL clock's current time. + .br + + Sets the SEL clock. Future SEL entries will use the time +-set by this command. <\fBtime string\fR> is of the +-form "MM/DD/YYYY HH:MM:SS". Note that hours are in 24\-hour +-form. It is recommended that the SEL be cleared before ++set by this command. <\fBtime string\fR> is using the ++locale's date / time format. It is ++recommended that the SEL be cleared before + setting the time. + .RE + .RE diff --git a/debian/patches/series b/debian/patches/series index 2af2f95..9d62f03 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -5,3 +5,4 @@ 0010-utf8.patch 0110-unpdate_IANA_URL.patch 0115-hurd_PATH_MAX.patch +0625-manpage_wrong_time_set.patch -- cgit v1.2.3