diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 10:36:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 10:37:02 +0000 |
commit | 68aaf8bf51874cdd10e37438e48ad38dcc1acc1e (patch) | |
tree | ca19e9a8ef2355f135b64177823de9e0b534f1ab | |
parent | Releasing progress-linux version 1.0.12-22.1~progress7.99u1. (diff) | |
download | cluster-glue-68aaf8bf51874cdd10e37438e48ad38dcc1acc1e.tar.xz cluster-glue-68aaf8bf51874cdd10e37438e48ad38dcc1acc1e.zip |
Merging debian version 1.0.12-23.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/libpils2.symbols | 2 | ||||
-rw-r--r-- | debian/libplumb2.symbols | 2 | ||||
-rw-r--r-- | debian/libplumbgpl2.symbols | 2 | ||||
-rw-r--r-- | debian/libstonith1.symbols | 2 |
6 files changed, 10 insertions, 10 deletions
diff --git a/debian/changelog b/debian/changelog index 308f112..b7dc114 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~progress7.99u1) graograman-backports; urgency=medium * Uploading to graograman-updates, remaining changes: diff --git a/debian/control b/debian/control index 2e49949..f0fc69b 100644 --- a/debian/control +++ b/debian/control @@ -38,12 +38,12 @@ Build-Depends: 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://git.progress-linux.org/packages/graograman-backports/cluster-glue Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/cluster-glue diff --git a/debian/libpils2.symbols b/debian/libpils2.symbols index 5557ca4..3264c01 100644 --- a/debian/libpils2.symbols +++ b/debian/libpils2.symbols @@ -18,5 +18,3 @@ libpils.so.2 libpils2 #MINVER# PilPluginUnivSetLog@Base 0 PilPluginUnivSetMemalloc@Base 0 nosuchfunctionname@Base 0 - strlcat@Base 0 - strlcpy@Base 0 diff --git a/debian/libplumb2.symbols b/debian/libplumb2.symbols index c821b44..f68bbe0 100644 --- a/debian/libplumb2.symbols +++ b/debian/libplumb2.symbols @@ -304,8 +304,6 @@ libplumb.so.2 libplumb2 #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/libplumbgpl2.symbols b/debian/libplumbgpl2.symbols index c68f399..b8d1dbe 100644 --- a/debian/libplumbgpl2.symbols +++ b/debian/libplumbgpl2.symbols @@ -3,5 +3,3 @@ libplumbgpl.so.2 libplumbgpl2 #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/libstonith1.symbols b/debian/libstonith1.symbols index bb89df0..0056a56 100644 --- a/debian/libstonith1.symbols +++ b/debian/libstonith1.symbols @@ -24,5 +24,3 @@ libstonith.so.1 libstonith1 #MINVER# stonith_types@Base 0 stonithimports@Base 0 strdown@Base 1.0.12 - strlcat@Base 0 - strlcpy@Base 0 |