diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/files | 1 | ||||
-rw-r--r-- | debian/libhx-dev.symbols | 1 | ||||
-rw-r--r-- | debian/libhx32.symbols | 5 |
5 files changed, 18 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 16df304..429ee49 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +libhx (4.14-1) unstable; urgency=medium + + * New upstream release. + - Refresh symbols files. + * debian/control: + - Change Vcs-* to new URL. + + -- Jörg Frings-Fürst <debian@jff.email> Sat, 15 Jul 2023 10:34:12 +0200 + libhx (4.10-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index 98ef1be..470c2bb 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,8 @@ Standards-Version: 4.6.2.0 Section: libs Rules-Requires-Root: no Homepage: https://inai.de/projects/libhx/ -Vcs-Git: git://jff.email/opt/git/libhx.git -Vcs-Browser: https://jff.email/cgit/libhx.git +Vcs-Git: git://git.jff.email/libhx.git +Vcs-Browser: https://git.jff.email/cgit/libhx.git Package: libhx32 Architecture: any diff --git a/debian/files b/debian/files new file mode 100644 index 0000000..bd8c150 --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +libhx_4.14-1_source.buildinfo libs optional diff --git a/debian/libhx-dev.symbols b/debian/libhx-dev.symbols index 82ae111..a054c0f 100644 --- a/debian/libhx-dev.symbols +++ b/debian/libhx-dev.symbols @@ -2,6 +2,7 @@ libHX_rtcheck.so libhx-dev #MINVER# * Build-Depends-Package: libhx-dev LIBHX_3.25@LIBHX_3.25 3.25 LIBHX_3.27@LIBHX_3.27 4.7 + LIBHX_4.11@LIBHX_4.11 4.12 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 4921f2a..539b90e 100644 --- a/debian/libhx32.symbols +++ b/debian/libhx32.symbols @@ -1,5 +1,6 @@ libHX.so.32 libhx32 #MINVER# * Build-Depends-Package: libhx-dev + HX_addrport_split@LIBHX_4.11 4.12 HX_basename@LIBHX_3.25 3.25 HX_basename_exact@LIBHX_3.25 3.25 HX_chomp@LIBHX_3.25 3.25 @@ -21,9 +22,12 @@ libHX.so.32 libhx32 #MINVER# HX_getopt_usage@LIBHX_3.25 3.25 HX_getopt_usage_cb@LIBHX_3.25 3.25 HX_hexdump@LIBHX_3.25 3.25 + HX_inet_connect@LIBHX_4.11 4.12 + HX_inet_listen@LIBHX_4.11 4.12 HX_init@LIBHX_3.25 3.25 HX_ipaddr_is_local@LIBHX_4.9 4.10 HX_irand@LIBHX_3.25 3.25 + HX_local_listen@LIBHX_4.11 4.12 HX_memmem@LIBHX_3.25 3.25 HX_mkdir@LIBHX_3.25 3.25 HX_rand@LIBHX_3.25 3.25 @@ -142,6 +146,7 @@ libHX.so.32 libhx32 #MINVER# HXproc_wait@LIBHX_3.25 3.25 LIBHX_3.25@LIBHX_3.25 3.25 LIBHX_3.27@LIBHX_3.27 4.7 + LIBHX_4.11@LIBHX_4.11 4.12 LIBHX_4.2@LIBHX_4.2 4.7 LIBHX_4.3@LIBHX_4.3 4.7 LIBHX_4.9@LIBHX_4.9 4.10 |