From: Sebastian Harl Date: Tue, 20 Nov 2012 13:10:17 +0000 (+0100) Subject: Renamed libcollectclient0 to libcollectdclient1. X-Git-Tag: collectd-5.2.0-1~13 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;ds=inline;h=5e3831bb956daeb901d47fc9e1a05ea57d10fb78;p=pkg-collectd.git Renamed libcollectclient0 to libcollectdclient1. … due to the SONAME version bump. --- 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/libcollectdclient0.install deleted file mode 100644 index 7b98d64..0000000 --- a/debian/libcollectdclient0.install +++ /dev/null @@ -1,2 +0,0 @@ -usr/lib/libcollectdclient.so.* - diff --git a/debian/libcollectdclient0.symbols b/debian/libcollectdclient0.symbols deleted file mode 100644 index eb77b83..0000000 --- a/debian/libcollectdclient0.symbols +++ /dev/null @@ -1,14 +0,0 @@ -libcollectdclient.so.0 libcollectdclient0 #MINVER# - lcc_connect@Base 4.6.0 - lcc_disconnect@Base 4.6.0 - lcc_flush@Base 4.6.0 - lcc_getval@Base 4.6.0 - lcc_identifier_to_string@Base 4.6.0 - lcc_listval@Base 4.6.0 - lcc_putval@Base 4.6.0 - lcc_sort_identifiers@Base 5.1.0 - lcc_strerror@Base 4.6.0 - lcc_string_to_identifier@Base 4.6.0 - lcc_version@Base 4.6.0 - lcc_version_extra@Base 4.6.0 - lcc_version_string@Base 4.6.0 diff --git a/debian/libcollectdclient1.install b/debian/libcollectdclient1.install new file mode 100644 index 0000000..7b98d64 --- /dev/null +++ b/debian/libcollectdclient1.install @@ -0,0 +1,2 @@ +usr/lib/libcollectdclient.so.* + diff --git a/debian/libcollectdclient1.symbols b/debian/libcollectdclient1.symbols new file mode 100644 index 0000000..7e8bb8f --- /dev/null +++ b/debian/libcollectdclient1.symbols @@ -0,0 +1,14 @@ +libcollectdclient.so.1 libcollectdclient1 #MINVER# + lcc_connect@Base 4.6.0 + lcc_disconnect@Base 4.6.0 + lcc_flush@Base 4.6.0 + lcc_getval@Base 4.6.0 + lcc_identifier_to_string@Base 4.6.0 + lcc_listval@Base 4.6.0 + lcc_putval@Base 4.6.0 + lcc_sort_identifiers@Base 5.1.0 + lcc_strerror@Base 4.6.0 + lcc_string_to_identifier@Base 4.6.0 + lcc_version@Base 4.6.0 + lcc_version_extra@Base 4.6.0 + lcc_version_string@Base 4.6.0