[pkg-firebird-general] Bug#440850: libmono-firebirdsql1.7-cil: Must depend on libfbclient2, libfbclient1 is to be removed

Damyan Ivanov dmn at debian.org
Tue Sep 4 20:27:35 UTC 2007


Package: libmono-firebirdsql1.7-cil
Version: 1.2.5-1
Severity: normal
Tags: patch

Hi,

firebird1.5 is going to be removed[1] from the archive, since it is not
supported by upstream any more and has security issues. This will make
libmono-firebirdsql1.7-cil uninstallable, as it depends on libfbclient1
(a binary package build from firebird1.5 sources).

The attached patch makes it use libfbclient2 instead.

Thanks for considering.


    dam

[1] http://bugs.debian.org/438862

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
-------------- next part --------------
diff -u mono-1.2.5/debian/shlibs.local mono-1.2.5/debian/shlibs.local
--- mono-1.2.5/debian/shlibs.local
+++ mono-1.2.5/debian/shlibs.local
@@ -1,6 +1,6 @@
 libgdiplus 0 libgdiplus (>= 1.1.18)
 libcairo 2 libcairo2 (>= 1.2.4)
-libfbclient 1 libfbclient1
+libfbclient 2 libfbclient2
 libsqlite 0 libsqlite0 (>= 2.8.17)
 libsqlite3 0 libsqlite3-0 (>= 3.3.8)
 libMonoPosixHelper 0 libmono0 (>= 1.2.2)
diff -u mono-1.2.5/debian/FirebirdSql.Data.Firebird.dll.config mono-1.2.5/debian/FirebirdSql.Data.Firebird.dll.config
--- mono-1.2.5/debian/FirebirdSql.Data.Firebird.dll.config
+++ mono-1.2.5/debian/FirebirdSql.Data.Firebird.dll.config
@@ -1,3 +1,3 @@
 <configuration>
-	<dllmap dll="libfbclient" target="libfbclient.so.1"/>
+	<dllmap dll="libfbclient" target="libfbclient.so.2"/>
 </configuration>


More information about the pkg-firebird-general mailing list