Bug#863645: unblock: cqrlog 2.0.2-1.1
Package: release.debian.org
User: release.debian.org@packages.debian.org
Usertags: unblock
Hi release team
Please unblock package cqrlog
unblock cqrlog/2.0.2-1.1
I found a bug that was preventing the package from working if the mysql compat library
was not installed.
The code is doing the pascal "dlopen" call to find libmysqlclient.so, and this is not available
anymore since mariadb switch.
Using the compat package brings a symlink that makes the program behave correctly.
thanks
G.
diff -Nru cqrlog-2.0.2/debian/changelog cqrlog-2.0.2/debian/changelog
--- cqrlog-2.0.2/debian/changelog 2016-09-09 14:58:50.000000000 +0200
+++ cqrlog-2.0.2/debian/changelog 2017-05-29 19:06:55.000000000 +0200
@@ -1,3 +1,13 @@
+cqrlog (2.0.2-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Depent on virtual mysql server implementation (Closes: #848430)
+ * Depend on default-libmysqlclient-dev, to have the libmysqlclient.so
+ symlink available at runtime (function TdmData.GetMySQLLib
+ loads it dynamically Closes: #863644.
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org> Mon, 29 May 2017 17:29:07 +0200
+
cqrlog (2.0.2-1) unstable; urgency=medium
* New upstream bugfix release.
diff -Nru cqrlog-2.0.2/debian/control cqrlog-2.0.2/debian/control
--- cqrlog-2.0.2/debian/control 2016-05-03 10:56:29.000000000 +0200
+++ cqrlog-2.0.2/debian/control 2017-05-29 19:05:57.000000000 +0200
@@ -13,8 +13,8 @@
Package: cqrlog
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libssl-dev, mysql-client | mariadb-client, libhamlib2 (>= 1.2.10), libhamlib-utils (>= 1.2.10)
-Recommends: mysql-server | mariadb-server, xplanet
+Depends: ${shlibs:Depends}, ${misc:Depends}, libssl-dev, default-mysql-client | virtual-mysql-client, default-libmysqlclient-dev, libhamlib2 (>= 1.2.10), libhamlib-utils (>= 1.2.10)
+Recommends: default-mysql-server | virtual-mysql-server, xplanet
Description: Advanced logging program for hamradio operators
CQRLOG is an advanced ham radio logger based on MySQL embedded database.
Provides radio control based on hamlib libraries (currently support of 140+
Reply to: