From 29deff13574eb96dc4948930accc95301a0a72a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 5 Feb 2023 11:22:29 +0100 Subject: Change distribution to unstable, Change date and time --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index fde8583..a613fcb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libhx (4.10-1) UNRELEASED; urgency=medium +libhx (4.10-1) unstable; urgency=medium * New upstream release. * Declare compliance with Debian Policy 4.6.2.0 (No changes needed). @@ -13,7 +13,7 @@ libhx (4.10-1) UNRELEASED; urgency=medium * debian/libhx-dev.lintian-overrides: - Add override for no-code-sections. - -- Jörg Frings-Fürst Mon, 24 Oct 2022 21:04:19 +0200 + -- Jörg Frings-Fürst Sun, 05 Feb 2023 11:21:25 +0100 libhx (3.25-2) unstable; urgency=medium -- cgit v1.2.3 From bbac14457d819751f89ac456d182b4de98208994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 5 Feb 2023 13:11:34 +0100 Subject: d/copyright: change year to 2023 --- debian/changelog | 2 +- debian/copyright | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a613fcb..ff908d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,7 +8,7 @@ libhx (4.10-1) unstable; urgency=medium - Switch to new download URL. * debian/copyright: - Refresh years. - - Add year 2022 to myself. + - Add year 2023 to myself. * Refresh symbols files. * debian/libhx-dev.lintian-overrides: - Add override for no-code-sections. diff --git a/debian/copyright b/debian/copyright index 55974db..b879cf7 100644 --- a/debian/copyright +++ b/debian/copyright @@ -9,7 +9,7 @@ License: LGPL-2.1+ Files: debian/* Copyright: 2007-2014 Bastian Kleineidam - 2015-2022 Jörg Frings-Fürst + 2015-2023 Jörg Frings-Fürst License: GPL-3+ Files: debian/patches/* -- cgit v1.2.3 From 9c728711cb86402c083ed7917c45e57d933f04f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 9 Feb 2023 14:03:02 +0100 Subject: Fix symbols files --- debian/libhx-dev.symbols | 1 + debian/libhx32.symbols | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/debian/libhx-dev.symbols b/debian/libhx-dev.symbols index 7a175b6..82ae111 100644 --- a/debian/libhx-dev.symbols +++ b/debian/libhx-dev.symbols @@ -4,3 +4,4 @@ libHX_rtcheck.so libhx-dev #MINVER# LIBHX_3.27@LIBHX_3.27 4.7 LIBHX_4.2@LIBHX_4.2 4.7 LIBHX_4.3@LIBHX_4.3 4.7 + LIBHX_4.9@LIBHX_4.9 4.10 diff --git a/debian/libhx32.symbols b/debian/libhx32.symbols index 03c17dd..4921f2a 100644 --- a/debian/libhx32.symbols +++ b/debian/libhx32.symbols @@ -22,6 +22,7 @@ libHX.so.32 libhx32 #MINVER# HX_getopt_usage_cb@LIBHX_3.25 3.25 HX_hexdump@LIBHX_3.25 3.25 HX_init@LIBHX_3.25 3.25 + HX_ipaddr_is_local@LIBHX_4.9 4.10 HX_irand@LIBHX_3.25 3.25 HX_memmem@LIBHX_3.25 3.25 HX_mkdir@LIBHX_3.25 3.25 @@ -36,6 +37,7 @@ libHX.so.32 libhx32 #MINVER# HX_shconfig_pv@LIBHX_3.25 3.25 HX_slurp_fd@LIBHX_3.27 4.7 HX_slurp_file@LIBHX_3.27 4.7 + HX_sockaddr_is_local@LIBHX_4.9 4.10 HX_socket_from_env@LIBHX_3.27 4.7 HX_split@LIBHX_3.25 3.25 HX_split_fixed@LIBHX_3.25 3.25 @@ -90,6 +92,9 @@ libHX.so.32 libhx32 #MINVER# HXdir_close@LIBHX_3.25 3.25 HXdir_open@LIBHX_3.25 3.25 HXdir_read@LIBHX_3.25 3.25 + HXformat3_aprintf@LIBHX_4.9 4.10 + HXformat3_fprintf@LIBHX_4.9 4.10 + HXformat3_sprintf@LIBHX_4.9 4.10 HXformat_add@LIBHX_3.25 3.25 HXformat_aprintf@LIBHX_3.25 3.25 HXformat_fprintf@LIBHX_3.25 3.25 @@ -139,3 +144,4 @@ libHX.so.32 libhx32 #MINVER# LIBHX_3.27@LIBHX_3.27 4.7 LIBHX_4.2@LIBHX_4.2 4.7 LIBHX_4.3@LIBHX_4.3 4.7 + LIBHX_4.9@LIBHX_4.9 4.10 -- cgit v1.2.3 From 9e9336185f86bd97ff22f54e4d561c2cccccecf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 9 Feb 2023 14:04:02 +0100 Subject: d/changelog: Change date/time --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ff908d9..16df304 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,7 +13,7 @@ libhx (4.10-1) unstable; urgency=medium * debian/libhx-dev.lintian-overrides: - Add override for no-code-sections. - -- Jörg Frings-Fürst Sun, 05 Feb 2023 11:21:25 +0100 + -- Jörg Frings-Fürst Thu, 09 Feb 2023 14:03:13 +0100 libhx (3.25-2) unstable; urgency=medium -- cgit v1.2.3