summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 67a1673)
raw | patch | inline | side by side (parent: 67a1673)
author | Sebastian Harl <sh@teamix.net> | |
Tue, 20 Nov 2012 13:10:17 +0000 (14:10 +0100) | ||
committer | Sebastian Harl <sh@teamix.net> | |
Tue, 20 Nov 2012 13:10:17 +0000 (14:10 +0100) |
… due to the SONAME version bump.
debian/changelog | patch | blob | history | |
debian/control | patch | blob | history | |
debian/libcollectdclient0.install | [deleted file] | patch | blob | history |
debian/libcollectdclient0.symbols | [deleted file] | patch | blob | history |
debian/libcollectdclient1.install | [new file with mode: 0644] | patch | blob |
debian/libcollectdclient1.symbols | [new file with mode: 0644] | patch | blob |
diff --git a/debian/changelog b/debian/changelog
index 8c932942b7b3844db2b93b15cd13cf35ce4c2339..3b4f40013864bd356de6c6ee74079a0b6417a886 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- 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 <tokkee@debian.org> Tue, 20 Nov 2012 11:35:22 +0100
diff --git a/debian/control b/debian/control
index a2045dc0ea23dbe6c44755067260b4ef08885ce1..8e1be0cb4081f4049f61a3ccc28f32d9942903f1 100644 (file)
--- a/debian/control
+++ b/debian/control
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.
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
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/libcollectdclient.so.*
-
diff --git a/debian/libcollectdclient0.symbols b/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
--- /dev/null
@@ -0,0 +1,2 @@
+usr/lib/libcollectdclient.so.*
+
diff --git a/debian/libcollectdclient1.symbols b/debian/libcollectdclient1.symbols
--- /dev/null
@@ -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