From 8224f2b886257885ae6e149737dec89c843ebb59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Fri, 5 Apr 2024 22:14:41 +0900 Subject: [PATCH] d/changelog: New Debian revision 2.3.0-1 --- debian/changelog | 6 ++++++ debian/copyright | 4 ++-- debian/libbase16384-2.symbols | 19 ++++++++++++++++++- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 80982d0..4902b3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +base16384 (2.3.0-1) unstable; urgency=medium + + * New upstream release. + + -- Fumiama Minamoto Fri, 05 Apr 2024 16:41:22 +0800 + base16384 (2.2.5-1) unstable; urgency=medium * New upstream release. diff --git a/debian/copyright b/debian/copyright index 313f24a..653cf68 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,11 +4,11 @@ Upstream-Contact: Fumiama Minamoto Source: https://github.com/fumiama/base16384 Files: * -Copyright: Copyright (c) 2022 Fumiama Minamoto +Copyright: Copyright (c) 2022-2024 Fumiama Minamoto License: GPL-3.0+ Files: debian/* -Copyright: Copyright (c) 2022 Fumiama Minamoto +Copyright: Copyright (c) 2022-2024 Fumiama Minamoto License: GPL-3.0+ License: GPL-3.0+ diff --git a/debian/libbase16384-2.symbols b/debian/libbase16384-2.symbols index 242fd23..c359ce2 100644 --- a/debian/libbase16384-2.symbols +++ b/debian/libbase16384-2.symbols @@ -1,10 +1,27 @@ libbase16384.so.2 libbase16384-2 #MINVER# * Build-Depends-Package: libbase16384-dev - base16384_decode@Base 2 + base16384_encode_safe@Base 2.3 base16384_encode@Base 2 + base16384_encode_unsafe@Base 2.3 + + base16384_decode_safe@Base 2.3 + base16384_decode@Base 2 + base16384_decode_unsafe@Base 2.3 + base16384_encode_file@Base 2 base16384_decode_file@Base 2 + base16384_encode_fp@Base 2 base16384_decode_fp@Base 2 + base16384_encode_fd@Base 2 base16384_decode_fd@Base 2 + + base16384_encode_file_detailed@Base 2.3 + base16384_decode_file_detailed@Base 2.3 + + base16384_encode_fp_detailed@Base 2.3 + base16384_decode_fp_detailed@Base 2.3 + + base16384_encode_fd_detailed@Base 2.3 + base16384_decode_fd_detailed@Base 2.3