From 78c94c44074b025f4e4a97a3d533bca2cff73d38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 11 Sep 2025 19:15:20 +0200 Subject: Remove obsolate debian/patches/0100-source_typos.patch --- debian/changelog | 1 + debian/patches/0100-source_typos.patch | 18 ------------------ debian/patches/series | 1 - 3 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 debian/patches/0100-source_typos.patch diff --git a/debian/changelog b/debian/changelog index 1b2b023..60be0b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ libonig (6.9.10-1) unstable; urgency=medium - Fix old FSF address. * debian/control: - Change Vcs-Git from git: to https:. + * Remove obsolate debian/patches/0100-source_typos.patch. -- Jörg Frings-Fürst Thu, 11 Sep 2025 19:08:56 +0200 diff --git a/debian/patches/0100-source_typos.patch b/debian/patches/0100-source_typos.patch deleted file mode 100644 index 6444b65..0000000 --- a/debian/patches/0100-source_typos.patch +++ /dev/null @@ -1,18 +0,0 @@ -Description: Fix typos -Author: Jörg Frings-Fürst -Last-Update: 2016-11-09 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -Index: trunk/src/regerror.c -=================================================================== ---- trunk.orig/src/regerror.c -+++ trunk/src/regerror.c -@@ -63,7 +63,7 @@ onig_error_code_to_format(int code) - case ONIGERR_UNEXPECTED_BYTECODE: - p = "unexpected bytecode (bug)"; break; - case ONIGERR_DEFAULT_ENCODING_IS_NOT_SETTED: -- p = "default multibyte-encoding is not setted"; break; -+ p = "default multibyte-encoding is not set"; break; - case ONIGERR_SPECIFIED_ENCODING_CANT_CONVERT_TO_WIDE_CHAR: - p = "can't convert to wide-char on specified multibyte-encoding"; break; - case ONIGERR_FAIL_TO_INITIALIZE: diff --git a/debian/patches/series b/debian/patches/series index 0760549..e69de29 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +0,0 @@ -#0100-source_typos.patch -- cgit v1.2.3