summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2023-12-17 12:05:23 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2023-12-17 12:05:23 +0100
commitcca368c3d6ba3a78663562ff93373489401bb025 (patch)
tree91c82ce11220cd738f7594747581d7d998325d4e
parent796195f95d83062eb5eb20dd25be7915ad77e641 (diff)
New d/p/0625-manpage_wrong_time_set.patch
-rw-r--r--debian/changelog4
-rw-r--r--debian/patches/0625-manpage_wrong_time_set.patch24
-rw-r--r--debian/patches/series1
3 files changed, 28 insertions, 1 deletions
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 <debian@jff.email> 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 <debian@jff.email>
+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