From: Hans-Christoph Steiner Date: Sun, 30 Mar 2025 08:03:25 +0000 (+0200) Subject: fix spelling-error-in-patch-description endianess endianness X-Git-Tag: debian/0.9.18-3^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;p=location%2Fdebian%2Flibloc.git fix spelling-error-in-patch-description endianess endianness --- diff --git a/debian/changelog b/debian/changelog index 992fc16..4d87ec5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,7 +8,7 @@ libloc (0.9.18-2) unstable; urgency=medium [ Valters Jansons ] * Update symbols for 0.9.18 - * address: Fix endianess problem when fetching octets in IPv4 addresses + * address: Fix endianness problem when fetching octets in IPv4 addresses [ Hans-Christoph Steiner ] * add new binary package: lua-location diff --git a/debian/patches/0001-address-Fix-endianess-problem.patch b/debian/patches/0001-address-Fix-endianness-problem.patch similarity index 92% rename from debian/patches/0001-address-Fix-endianess-problem.patch rename to debian/patches/0001-address-Fix-endianness-problem.patch index 2cbb0dc..ccdfe7e 100644 --- a/debian/patches/0001-address-Fix-endianess-problem.patch +++ b/debian/patches/0001-address-Fix-endianness-problem.patch @@ -1,4 +1,4 @@ -Subject: address: Fix endianess problem when fetching octets in IPv4 addresses +Subject: address: Fix endianness problem when fetching octets in IPv4 addresses Origin: upstream, https://git.ipfire.org/?p=location/libloc.git;a=commit;h=afc5330f56d74b4a9142b800d994d623d7cd29e8 Forwarded: not-needed Author: Michael Tremer diff --git a/debian/patches/series b/debian/patches/series index 218851b..dadd479 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1 @@ -0001-address-Fix-endianess-problem.patch +0001-address-Fix-endianness-problem.patch