diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 7 | ||||
-rw-r--r-- | debian/libpils2t64.symbols | 2 | ||||
-rw-r--r-- | debian/libplumb2t64.symbols | 2 | ||||
-rw-r--r-- | debian/libplumbgpl2t64.symbols | 2 | ||||
-rw-r--r-- | debian/libstonith1t64.symbols | 2 |
6 files changed, 12 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog index 0562aa0..808fad3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +cluster-glue (1.0.12-23) unstable; urgency=medium + + * Switch Build-Depends to systemd-dev (Closes: #1060558) + * Update Standards-Version to 4.7.0 + * Strlcpy and strlcat added to glibc 2.38 + + -- Valentin Vidic <vvidic@debian.org> Sat, 04 May 2024 09:53:20 +0200 + cluster-glue (1.0.12-22.1) unstable; urgency=medium * Non-maintainer upload. diff --git a/debian/control b/debian/control index f90d110..2f44f56 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,8 @@ Maintainer: Debian HA Maintainers <debian-ha-maintainers@alioth-lists.debian.net Uploaders: Valentin Vidic <vvidic@debian.org>, Ferenc Wágner <wferi@debian.org>, -Build-Depends: dpkg-dev (>= 1.22.5), +Build-Depends: + dpkg-dev (>= 1.22.5), debhelper-compat (= 13), asciidoctor, autoconf, @@ -35,12 +36,12 @@ Build-Depends: dpkg-dev (>= 1.22.5), pkgconf, psmisc, python3, - systemd [linux-any], + systemd-dev, uuid-dev, xsltproc, zlib1g-dev Rules-Requires-Root: no -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Homepage: https://github.com/ClusterLabs/cluster-glue Vcs-Browser: https://salsa.debian.org/ha-team/cluster-glue Vcs-Git: https://salsa.debian.org/ha-team/cluster-glue.git diff --git a/debian/libpils2t64.symbols b/debian/libpils2t64.symbols index be97d00..db178cf 100644 --- a/debian/libpils2t64.symbols +++ b/debian/libpils2t64.symbols @@ -18,5 +18,3 @@ libpils.so.2 libpils2t64 #MINVER# PilPluginUnivSetLog@Base 0 PilPluginUnivSetMemalloc@Base 0 nosuchfunctionname@Base 0 - strlcat@Base 0 - strlcpy@Base 0 diff --git a/debian/libplumb2t64.symbols b/debian/libplumb2t64.symbols index 14c8238..520b967 100644 --- a/debian/libplumb2t64.symbols +++ b/debian/libplumb2t64.symbols @@ -304,8 +304,6 @@ libplumb.so.2 libplumb2t64 #MINVER# string_list_pack@Base 0 string_list_pack_length@Base 0 string_list_unpack@Base 0 - strlcat@Base 0 - strlcpy@Base 0 struct_display_as_xml@Base 0 struct_display_print_spaces@Base 0 struct_netstringlen@Base 0 diff --git a/debian/libplumbgpl2t64.symbols b/debian/libplumbgpl2t64.symbols index c78e11f..9e8abcc 100644 --- a/debian/libplumbgpl2t64.symbols +++ b/debian/libplumbgpl2t64.symbols @@ -3,5 +3,3 @@ libplumbgpl.so.2 libplumbgpl2t64 #MINVER# init_set_proc_title@Base 0 nosuchfunctionname@Base 0 set_proc_title@Base 0 - strlcat@Base 0 - strlcpy@Base 0 diff --git a/debian/libstonith1t64.symbols b/debian/libstonith1t64.symbols index c45f2f7..b9e58e8 100644 --- a/debian/libstonith1t64.symbols +++ b/debian/libstonith1t64.symbols @@ -24,5 +24,3 @@ libstonith.so.1 libstonith1t64 #MINVER# stonith_types@Base 0 stonithimports@Base 0 strdown@Base 1.0.12 - strlcat@Base 0 - strlcpy@Base 0 |