diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2025-09-12 14:23:03 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2025-09-12 14:23:03 +0200 |
commit | b6ead17d05262b65747a148ad8c796a9feceeea7 (patch) | |
tree | 8b50e9f93a6ec67ffe236cd19353771ea2444076 /debian | |
parent | 2d485423c5012aa9573143bb35d08b511eed0ac9 (diff) | |
parent | 0d5ce337b823062c33cd31315f500b96cb8f9d26 (diff) |
Merge tag 'debian/6.9.10-1' into developdevelop
New upstream Release
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 13 | ||||
-rw-r--r-- | debian/copyright | 57 | ||||
-rw-r--r-- | debian/patches/0100-source_typos.patch | 18 | ||||
-rw-r--r-- | debian/patches/series | 1 |
4 files changed, 56 insertions, 33 deletions
diff --git a/debian/changelog b/debian/changelog index a4b53db..60be0b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,19 @@ -libonig (6.9.10-1) UNRELEASED; urgency=medium +libonig (6.9.10-1) unstable; urgency=medium - * New upstream release. - - Refresh symbols file. + * New upstream release: + - Fixes build failure with GCC 15 (C23) (Closes: #1097239). + - Refresh symbols file accordingly. * Declare compliance with Debian Policy 4.7.2 (No changes needed). * debian/copyright: - Add year 2025 to myself. + - Add year 2024 to K.Kosako. + - Rewrite to make lrc happy. + - 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 <debian@jff.email> Sun, 16 Mar 2025 12:07:18 +0100 + -- Jörg Frings-Fürst <debian@jff.email> Thu, 11 Sep 2025 19:08:56 +0200 libonig (6.9.9-1) unstable; urgency=medium diff --git a/debian/copyright b/debian/copyright index e98844b..8a414d1 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,12 +1,25 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0 +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: oniguruma Upstream-Contact: K.Kosako <kkosako0@gmail.com> Source: https://github.com/kkos/oniguruma Files: * -Copyright: 2002-2020 K.Kosako <kkosako0@gmail.com> +Copyright: 2002-2024 K.Kosako <kkosako0@gmail.com> License: BSD-2-clause +Files: INSTALL +Copyright: 1994-2016 Free Software Foundation, Inc. +License: FSFAP + +Files: install-sh +Copyright: 1994 X Consortium +License: X11 + +Files: debian/* +Copyright: 2006-2008 Max Kellermann <max@duempel.org> + 2014-2025 Jörg Frings-Fürst <debian@jff.email> +License: GPL-2+ + License: BSD-2-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions @@ -29,12 +42,6 @@ License: BSD-2-clause OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -Files: debian/* -Copyright: 2006-2008 Max Kellermann <max@duempel.org> - 2014-2025 Jörg Frings-Fürst <debian@jff.email> -License: GPL-2+ - License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -47,8 +54,38 @@ License: GPL-2+ GNU General Public License for more details. . You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., + with this program; If not, see https://www.gnu.org/licenses/. . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +License: X11 + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to + deal in the Software without restriction, including without limitation the + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN + AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- + TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + . + Except as contained in this notice, the name of the X Consortium shall not + be used in advertising or otherwise to promote the sale, use or other deal- + ings in this Software without prior written authorization from the X Consor- + tium. + . + FSF changes to this file are in the public domain. + +License: FSFAP + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. This file is offered as-is, + without warranty of any kind. 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 <debian@jff-webhosting.net> -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 |