[neon/qt/qtbase/Neon/release] debian: add a transitional for qt5-default for good measure

Harald Sitter null at kde.org
Wed Jun 2 10:52:20 BST 2021


Git commit 911054a9ad2c81c30d918c8a75f5205271858f5c by Harald Sitter.
Committed on 02/06/2021 at 09:50.
Pushed by sitter into branch 'Neon/release'.

add a transitional for qt5-default for good measure

curiously debian never seems to have had the transitional, I guess it
was handled some other way for upgrades.
anyway. qt5 default.conf is now inside qtcore so transition away from the
old package (I believe we don't really use it anywhere?)

M  +14   -0    debian/control

https://invent.kde.org/neon/qt/qtbase/commit/911054a9ad2c81c30d918c8a75f5205271858f5c

diff --git a/debian/control b/debian/control
index 8335763..a7a7189 100644
--- a/debian/control
+++ b/debian/control
@@ -525,3 +525,17 @@ Description: Qt 5 base tags files
  is its rich set of widgets that provide standard GUI functionality.
  .
  This package contains the doxygen tags files for the qtbase documentation.
+
+Package: qt5-default
+Architecture: any
+Multi-Arch: same
+Section: oldlibs
+Depends: libqt5core5a (= ${binary:Version}),
+         ${misc:Depends}
+Description: Qt 5 development defaults package (transitional package)
+ Qt is a cross-platform C++ application framework. Qt's primary feature
+ is its rich set of widgets that provide standard GUI functionality.
+ .
+ This is a transitional package which can safely be removed.
+ .
+ Qt5 is always used by default!


More information about the Neon-commits mailing list