Skip to content

Instantly share code, notes, and snippets.

@mwhudson
Created March 3, 2022 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mwhudson/3e8a36fd01600b9ae85f0e7e103d5ae1 to your computer and use it in GitHub Desktop.
Save mwhudson/3e8a36fd01600b9ae85f0e7e103d5ae1 to your computer and use it in GitHub Desktop.
diff -Nru qt6-base-6.2.2+dfsg/debian/changelog qt6-base-6.2.2+dfsg/debian/changelog
--- qt6-base-6.2.2+dfsg/debian/changelog 2022-02-25 01:06:39.000000000 +1300
+++ qt6-base-6.2.2+dfsg/debian/changelog 2022-03-03 16:23:57.000000000 +1300
@@ -1,3 +1,9 @@
+qt6-base (6.2.2+dfsg-6ubuntu2~ppa1) jammy; urgency=medium
+
+ * d/control: Switch libssl Depends to libssl3 for libqt6network6.
+
+ -- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Thu, 03 Mar 2022 16:23:57 +1300
+
qt6-base (6.2.2+dfsg-6ubuntu1) jammy; urgency=medium
* Mark a symbol optional to prevent FTBFS on ppc64el.
diff -Nru qt6-base-6.2.2+dfsg/debian/control qt6-base-6.2.2+dfsg/debian/control
--- qt6-base-6.2.2+dfsg/debian/control 2022-02-22 06:34:57.000000000 +1300
+++ qt6-base-6.2.2+dfsg/debian/control 2022-03-03 16:23:57.000000000 +1300
@@ -1,6 +1,7 @@
Source: qt6-base
Priority: optional
-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Patrick Franz <deltaone@debian.org>
Build-Depends: cmake (>= 3.18~),
debhelper-compat (= 13),
@@ -203,7 +204,7 @@
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
-Depends: libssl1.1, ${misc:Depends}, ${shlibs:Depends}
+Depends: libssl3, ${misc:Depends}, ${shlibs:Depends}
Description: Qt 6 network module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment