summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/copyright4
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'.