From 5e3831bb956daeb901d47fc9e1a05ea57d10fb78 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 20 Nov 2012 14:10:17 +0100 Subject: [PATCH] Renamed libcollectclient0 to libcollectdclient1. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit … due to the SONAME version bump. --- debian/changelog | 2 ++ debian/control | 6 +++--- ...ibcollectdclient0.install => libcollectdclient1.install} | 0 ...ibcollectdclient0.symbols => libcollectdclient1.symbols} | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) rename debian/{libcollectdclient0.install => libcollectdclient1.install} (100%) rename debian/{libcollectdclient0.symbols => libcollectdclient1.symbols} (87%) diff --git a/debian/changelog b/debian/changelog index 8c93294..3b4f400 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,8 @@ collectd (5.2.0-1) UNRELEASED; urgency=low - Install collectd-tg(1). * debian/libcollectdclient-dev.install: - Install the libcollectdclient network*.h header files. + * Renamed libcollectclient0 to libcollectdclient1 due to the SONAME version + bump. -- Sebastian Harl Tue, 20 Nov 2012 11:35:22 +0100 diff --git a/debian/control b/debian/control index a2045dc..8e1be0c 100644 --- a/debian/control +++ b/debian/control @@ -212,7 +212,7 @@ Architecture: any Priority: extra Depends: collectd-core (= ${binary:Version}), ${misc:Depends} Recommends: collectd-utils (= ${binary:Version}), - libcollectdclient0 (= ${binary:Version}) + libcollectdclient1 (= ${binary:Version}) Description: statistics collection and monitoring daemon (debugging symbols) collectd is a small daemon which collects system information periodically and provides mechanisms to monitor and store the values in a variety of ways. @@ -239,7 +239,7 @@ Description: statistics collection and monitoring daemon (development files) Package: libcollectdclient-dev Section: libdevel Architecture: any -Depends: libcollectdclient0 (= ${binary:Version}), ${misc:Depends} +Depends: libcollectdclient1 (= ${binary:Version}), ${misc:Depends} Description: client library for collectd's control interface (development files) libcollectdclient provides an API to access the control interface provided by the unixsock plugin of collectd, a statistics collection and monitoring @@ -249,7 +249,7 @@ Description: client library for collectd's control interface (development files) . This package contains the header files and the static library. -Package: libcollectdclient0 +Package: libcollectdclient1 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} diff --git a/debian/libcollectdclient0.install b/debian/libcollectdclient1.install similarity index 100% rename from debian/libcollectdclient0.install rename to debian/libcollectdclient1.install diff --git a/debian/libcollectdclient0.symbols b/debian/libcollectdclient1.symbols similarity index 87% rename from debian/libcollectdclient0.symbols rename to debian/libcollectdclient1.symbols index eb77b83..7e8bb8f 100644 --- a/debian/libcollectdclient0.symbols +++ b/debian/libcollectdclient1.symbols @@ -1,4 +1,4 @@ -libcollectdclient.so.0 libcollectdclient0 #MINVER# +libcollectdclient.so.1 libcollectdclient1 #MINVER# lcc_connect@Base 4.6.0 lcc_disconnect@Base 4.6.0 lcc_flush@Base 4.6.0 -- 2.30.2