diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2025-09-11 19:08:46 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2025-09-11 19:08:46 +0200 |
commit | 467390161e02ba27d71172faafa7b9b570fe71a3 (patch) | |
tree | 0b1324fd18c80d53d76151cbcec2435c2b6a8409 | |
parent | 8c09c61e112fb2606e57db795fc3c199ae4835b9 (diff) |
d/changelog: Improve some entries; d/copyright: Fix old FSF address, dd year 2024 to K.Kosako
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/copyright | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index ee45002..e8e6309 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,14 @@ libonig (6.9.10-1) unstable; urgency=medium - * New upstream release (Closes: #1097239). - - 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:. diff --git a/debian/copyright b/debian/copyright index a40e6eb..28b407e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,7 @@ 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 @@ -54,7 +54,7 @@ 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'. |