summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2020-07-28 16:49:18 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2020-07-28 16:49:18 +0200
commit2c4ae375ddd0de2edbc37c6082341c5ffb44cba1 (patch)
treea483274201db993d66d88d3b9044fd216ed8789a
parent93578c847d9ed9bcdb999fc11fcc7b972c3fb855 (diff)
Refresh debian/patches/0115-typo.patch
-rw-r--r--debian/patches/0010-utf8.patch17
-rw-r--r--debian/patches/0115-typo.patch14
-rw-r--r--debian/patches/series1
3 files changed, 32 insertions, 0 deletions
diff --git a/debian/patches/0010-utf8.patch b/debian/patches/0010-utf8.patch
new file mode 100644
index 0000000..3bc474a
--- /dev/null
+++ b/debian/patches/0010-utf8.patch
@@ -0,0 +1,17 @@
+Description: conv AUTHORS to UTF-8
+Author: Jörg Frings-Fürst <debian@jff.email>
+Forwarded: not-needed
+Last-Update: 2020-07-28
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: trunk/AUTHORS
+===================================================================
+--- trunk.orig/AUTHORS
++++ trunk/AUTHORS
+@@ -1,5 +1,5 @@
+ Duncan Laurie <duncan@iceblink.org>
+-Fredrik Öhrn <ohrn@chl.chalmers.se>
++Fredrik Öhrn <ohrn@chl.chalmers.se>
+ Jon Cassorla <jon.cassorla@newisys.com>
+ Jeremy Ellington <jeremy@jeremye.net>
+ Petter Reinholdtsen <pere@hungry.com>
diff --git a/debian/patches/0115-typo.patch b/debian/patches/0115-typo.patch
index e2ee54b..e8f762c 100644
--- a/debian/patches/0115-typo.patch
+++ b/debian/patches/0115-typo.patch
@@ -1,5 +1,6 @@
Description: source typos
Author: Jörg Frings-Fürst <debian@jff-webhosting.net>
+Forwarded: not-needed
Last-Update: 2017-08-13
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
@@ -148,3 +149,16 @@ Index: trunk/lib/ipmi_lanp.c
" <1|0> 1 = generate a Session Audit sensor event.\n"
" 0 = do not generate an event.\n"
" <reset_interval> Attempt Count Reset Interval. In tens of seconds.\n"
+Index: trunk/lib/ipmi_mc.c
+===================================================================
+--- trunk.orig/lib/ipmi_mc.c
++++ trunk/lib/ipmi_mc.c
+@@ -583,7 +583,7 @@ static int ipmi_mc_get_selftest(struct i
+ printf(" -> SEL device not accessible\n");
+ }
+ if (sft_res->test & IPM_SELFTEST_SDR_ERROR) {
+- printf(" -> SDR repository not accesible\n");
++ printf(" -> SDR repository not accessible\n");
+ }
+ if (sft_res->test & IPM_SELFTEST_FRU_ERROR) {
+ printf("FRU device not accessible\n");
diff --git a/debian/patches/series b/debian/patches/series
index 321f62c..bf93bc8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -12,3 +12,4 @@
0615-manpage_typo.patch
0130-Correct_lanplus_segment_violation.patch
0005-gcc10.patch
+0010-utf8.patch