diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:26:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:26:35 +0000 |
commit | 9ab2aaad89a1afa1e378c1991c61d87fafedbe8a (patch) | |
tree | eb03c4098e4a5315013c6a85a562ee1f1a3b7011 /debian/patches | |
parent | Adding upstream version 2024.01.20. (diff) | |
download | usb.ids-debian/2024.01.20-0+deb12u1.tar.xz usb.ids-debian/2024.01.20-0+deb12u1.zip |
Adding debian version 2024.01.20-0+deb12u1.debian/2024.01.20-0+deb12u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/01-utf-8-encoding.patch | 14 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/01-utf-8-encoding.patch b/debian/patches/01-utf-8-encoding.patch new file mode 100644 index 0000000..3b2a2e8 --- /dev/null +++ b/debian/patches/01-utf-8-encoding.patch @@ -0,0 +1,14 @@ +While the file is mostly UTF-8 encoded, there is one char left from the +ISO-8859-1 era. Fix that. + +--- usb.ids-2022.12.09.orig/usb.ids ++++ usb.ids-2022.12.09/usb.ids +@@ -24209,7 +24209,7 @@ HUT 07 Keyboard + 031 \ and | (Backslash and Bar) + 032 # and ~ (Hash and Tilde, Non-US Keyboard near right shift) + 033 ; and : (Semicolon and Colon) +- 034 ´ and " (Accent Acute and Double Quotes) ++ 034 ´ and " (Accent Acute and Double Quotes) + 035 ` and ~ (Accent Grace and Tilde) + 036 , and < (Comma and Less) + 037 . and > (Period and Greater) diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..b4e4b98 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +01-utf-8-encoding.patch |