Code

Renamed libcollectclient0 to libcollectdclient1.
authorSebastian Harl <sh@teamix.net>
Tue, 20 Nov 2012 13:10:17 +0000 (14:10 +0100)
committerSebastian Harl <sh@teamix.net>
Tue, 20 Nov 2012 13:10:17 +0000 (14:10 +0100)
… due to the SONAME version bump.

debian/changelog
debian/control
debian/libcollectdclient0.install [deleted file]
debian/libcollectdclient0.symbols [deleted file]
debian/libcollectdclient1.install [new file with mode: 0644]
debian/libcollectdclient1.symbols [new file with mode: 0644]

index 8c932942b7b3844db2b93b15cd13cf35ce4c2339..3b4f40013864bd356de6c6ee74079a0b6417a886 100644 (file)
@@ -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 <tokkee@debian.org>  Tue, 20 Nov 2012 11:35:22 +0100
 
index a2045dc0ea23dbe6c44755067260b4ef08885ce1..8e1be0cb4081f4049f61a3ccc28f32d9942903f1 100644 (file)
@@ -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 (file)
index 7b98d64..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/libcollectdclient.so.*
-
diff --git a/debian/libcollectdclient0.symbols b/debian/libcollectdclient0.symbols
deleted file mode 100644 (file)
index eb77b83..0000000
+++ /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 (file)
index 0000000..7b98d64
--- /dev/null
@@ -0,0 +1,2 @@
+usr/lib/libcollectdclient.so.*
+
diff --git a/debian/libcollectdclient1.symbols b/debian/libcollectdclient1.symbols
new file mode 100644 (file)
index 0000000..7e8bb8f
--- /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