summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2019-07-18 17:40:12 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2019-07-18 17:40:12 +0200
commite694dbe09be0de2a73b3d655fb15ca1eff20ca0e (patch)
treed94207556d137a9cadfd451f17390db768e792f7
parent0635c36c25a836bba7e829789316c2291e8114f5 (diff)
Add missing Depend init_system_helpers; Fix typos in man pages
-rw-r--r--debian/changelog3
-rw-r--r--debian/control3
-rw-r--r--debian/ipmitool.lintian-overrides4
-rw-r--r--debian/patches/0615-manpage_typo.patch49
-rw-r--r--debian/patches/series1
5 files changed, 60 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 25aad0b..9e8f90e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,9 @@ ipmitool (1.8.18-7) UNRELEASED; urgency=medium
- Change debian/compat to 12.
- Bump minimum debhelper version in debian/control to >= 12.
* Declare compliance with Debian Policy 4.4.0 (No changes needed).
+ * debian/control: Add missing Depend init_system_helpers to fix
+ lintan warning.
+ * New debian/patches/0615-manpage_typo.patch: Fix typos in man pages.
-- Jörg Frings-Fürst <debian@jff.email> Sat, 13 Jul 2019 12:52:23 +0200
diff --git a/debian/control b/debian/control
index 92870ed..faa77ad 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Priority: optional
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Build-Depends:
debhelper (>> 12),
+ init-system-helpers (>> 0.1),
libncurses-dev,
libfreeipmi-dev [!hurd-i386],
libreadline-dev,
@@ -19,6 +20,8 @@ Depends:
${misc:Depends},
${shlibs:Depends},
lsb-base (>= 3.0-6)
+Pre-Depends:
+ ${misc:Pre-Depends}
Recommends: openipmi
Description: utility for IPMI control with kernel driver or LAN interface (daemon)
A utility for managing and configuring devices that support the
diff --git a/debian/ipmitool.lintian-overrides b/debian/ipmitool.lintian-overrides
new file mode 100644
index 0000000..94a5070
--- /dev/null
+++ b/debian/ipmitool.lintian-overrides
@@ -0,0 +1,4 @@
+#
+# see bug #932378
+#
+ipmitool: missing-versioned-depends-on-init-system-helpers postinst:20 "update-rc.d defaults-disabled" needs init-system-helpers >= 1.50
diff --git a/debian/patches/0615-manpage_typo.patch b/debian/patches/0615-manpage_typo.patch
new file mode 100644
index 0000000..b1196d7
--- /dev/null
+++ b/debian/patches/0615-manpage_typo.patch
@@ -0,0 +1,49 @@
+Description: typo in man-pages
+Author: Jörg Frings-Fürst <debian@jff.email>
+Last-Update: 2019-07-18
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: trunk/doc/ipmitool.1
+===================================================================
+--- trunk.orig/doc/ipmitool.1
++++ trunk/doc/ipmitool.1
+@@ -2478,7 +2478,7 @@ Discover Node Manager presence as well a
+ .br
+
+ Add a new power policy, or overwrite an existing policy.
+-The \fIcorrection\fP parameter is the agressiveness of frequency limiting, default is auto.
++The \fIcorrection\fP parameter is the aggressiveness of frequency limiting, default is auto.
+ The \fItrig_lim\fP is the correction time limit and must be at least 6000 and not greater than 65535.
+ The \fIstats\fP setting is the averaging period in seconds and ranges from 1-65535.
+ If domain is not supplied a default of platform is used.
+@@ -2489,7 +2489,7 @@ If domain is not supplied a default of p
+ .br
+
+ Add a new inlet temp policy, or overwrite an existing policy.
+-The \fIcorrection\fP parameter is the agressiveness of frequency limiting, default is auto.
++The \fIcorrection\fP parameter is the aggressiveness of frequency limiting, default is auto.
+ The \fItrig_lim\fP is the correction time limit and must be at least 6000 and not greater than 65535.
+ The \fIstats\fP setting is the averaging period in seconds and ranges from 1-65535.
+ If domain is not supplied a default of platform is used.
+@@ -3657,7 +3657,7 @@ and encryption algorithms to use for for
+ on the cipher suite ID found in the IPMIv2.0 specification in table
+ 22\-19. The default cipher suite is \fI3\fP which specifies
+ RAKP\-HMAC\-SHA1 authentication, HMAC\-SHA1\-96 integrity, and AES\-CBC\-128
+-encryption algorightms.
++encryption algorithms.
+
+ .SH "FREE INTERFACE"
+ .LP
+Index: trunk/doc/ipmievd.8
+===================================================================
+--- trunk.orig/doc/ipmievd.8
++++ trunk/doc/ipmievd.8
+@@ -56,7 +56,7 @@ This is not available with all commands.
+ The remote server authentication, integrity, and encryption algorithms
+ to use for IPMIv2 \fIlanplus\fP connections. See table 22\-19 in the
+ IPMIv2 specification. The default is 3 which specifies RAKP\-HMAC\-SHA1
+-authentication, HMAC\-SHA1\-96 integrity, and AES\-CBC\-128 encryption algorightms.
++authentication, HMAC\-SHA1\-96 integrity, and AES\-CBC\-128 encryption algorithms.
+ .TP
+ \fB\-E\fR
+ The remote server password is specified by the environment
diff --git a/debian/patches/series b/debian/patches/series
index 80f7a3c..d9b084c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,3 +9,4 @@
0110-getpass-prototype.patch
0115-typo.patch
0125-nvidia-iana.patch
+0615-manpage_typo.patch