[neon/qt/qtwebengine/Neon/testing] debian: Add missing ${shlibs:Depends} to qtpdf5-examples.
Dmitry Shachnev
null at kde.org
Wed May 19 11:53:42 BST 2021
Git commit ce66c0da7751599eb70add47573790703db82787 by Dmitry Shachnev.
Committed on 22/09/2020 at 18:13.
Pushed by sitter into branch 'Neon/testing'.
Add missing ${shlibs:Depends} to qtpdf5-examples.
M +3 -1 debian/control
https://invent.kde.org/neon/qt/qtwebengine/commit/ce66c0da7751599eb70add47573790703db82787
diff --git a/debian/control b/debian/control
index 622920d..c953c02 100644
--- a/debian/control
+++ b/debian/control
@@ -280,7 +280,9 @@ Description: Qt WebEngine - Examples
Package: qtpdf5-examples
Architecture: amd64 arm64 armhf i386 mipsel
Multi-Arch: same
-Depends: qml-module-qtquick-pdf (= ${binary:Version}), ${misc:Depends}
+Depends: qml-module-qtquick-pdf (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: Qt PDF - examples
The Qt PDF module contains classes and functions for rendering PDF documents.
.
More information about the Neon-commits
mailing list