From f73bfdc31b21e34ba1bd6338e01be3af6c3cb89e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 9 Nov 2016 23:30:20 +0100 Subject: New upstream release --- debian/changelog | 9 +++++++++ debian/control | 2 +- debian/patches/0100-source_typos.patch | 18 ++++++++++++++++++ debian/patches/series | 1 + 4 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 debian/patches/0100-source_typos.patch diff --git a/debian/changelog b/debian/changelog index 9e37be2..9aa9669 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +libonig (6.1.2-1) unstable; urgency=medium + + * New upstream release. + * debian/control: + - Bump debhelper B-D minimum version to 10. + * New debian/patches/0100-source_typos.patch. + + -- Jörg Frings-Fürst Wed, 09 Nov 2016 23:16:44 +0100 + libonig (6.1.1-2) unstable; urgency=medium * Upload to unstable. diff --git a/debian/control b/debian/control index 5d335bd..7848285 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: libs Priority: extra Maintainer: Jörg Frings-Fürst Build-Depends: - debhelper (>= 9), + debhelper (>= 10), dh-autoreconf Standards-Version: 3.9.8 Homepage: https://github.com/kkos/oniguruma diff --git a/debian/patches/0100-source_typos.patch b/debian/patches/0100-source_typos.patch new file mode 100644 index 0000000..fe1bca0 --- /dev/null +++ b/debian/patches/0100-source_typos.patch @@ -0,0 +1,18 @@ +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 +@@ -65,7 +65,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 9b1db6f..5daafd7 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ #001-changes_build_sys.diff +0100-source_typos.patch -- cgit v1.2.3