[neon/extras/kdb/Neon/unstable] debian: merge
Carlos De Maine
null at kde.org
Sun Feb 12 06:17:52 GMT 2023
Git commit c6ad4d5061433d053af5aabc7f00492e21a417d2 by Carlos De Maine.
Committed on 12/02/2023 at 06:16.
Pushed by carlosdem into branch 'Neon/unstable'.
merge
M +25 -7 debian/control
https://invent.kde.org/neon/extras/kdb/commit/c6ad4d5061433d053af5aabc7f00492e21a417d2
diff --cc debian/control
index 09efdd8,3feae1a..bb76f55
--- a/debian/control
+++ b/debian/control
@@@ -4,8 -4,8 +4,8 @@@ Priority: optiona
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Pino Toscano <pino at debian.org>
Build-Depends: cmake (>= 3.0),
- debhelper (>= 12~),
+ debhelper-compat (= 13),
- default-libmysqlclient-dev,
+ default-libmysqlclient-dev | libmysqlclient-dev,
extra-cmake-modules (>= 1.8.0),
libicu-dev,
libkf5coreaddons-dev (>= 5.16.0),
@@@ -31,7 -33,8 +33,9 @@@ Multi-Arch: sam
Depends: libkdb-data (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
+Conflicts: libkdb3-4abi1
+ Breaks: libkdb3-4 (<< 3.2.0-6.1)
+ Replaces: libkdb3-4 (<< 3.2.0-6.1)
Description: database connectivity and creation framework -- shared library
KDb is a database connectivity and creation framework, consisted of a
general-purpose C++ Qt library and set of plugins delivering support
@@@ -115,3 -118,17 +119,17 @@@ Description: PostgreSQL driver for KD
This package contains the support for PostgreSQL in KDb.
.
This package is part of the Calligra Suite.
+
+ Package: libkdb3-4
+ Architecture: any
+ Multi-Arch: same
+ Depends: ${misc:Depends},
+ ${shlibs:Depends}, libkdb3-4abi1
+ Priority: extra
+ Section: oldlibs
+ Description: transitional dummy
+ KDb is a database connectivity and creation framework, consisted of a
+ general-purpose C++ Qt library and set of plugins delivering support
+ for various database vendors.
+ .
- This dummy package can be removed.
++ This dummy package can be removed.
More information about the Neon-commits
mailing list