[neon/qt6/qt6-shadertools/Neon/release] debian: revert
Jonathan Riddell
null at kde.org
Fri Dec 3 13:37:41 GMT 2021
Git commit d2c8ffc386e19b01c810a9f350c6a52c4e1123c8 by Jonathan Riddell.
Committed on 03/12/2021 at 13:34.
Pushed by jriddell into branch 'Neon/release'.
revert
M +26 -11 debian/control
https://invent.kde.org/neon/qt6/qt6-shadertools/commit/d2c8ffc386e19b01c810a9f350c6a52c4e1123c8
diff --git a/debian/control b/debian/control
index 6b5f046..469c04b 100644
--- a/debian/control
+++ b/debian/control
@@ -10,30 +10,45 @@ Build-Depends: cmake (>= 3.18~),
ninja-build,
pkg-config,
pkg-kde-tools,
- qt6-base-dev (>= 6.2.1+dfsg~)
+ qt6-base-dev (>= 6.2.1+dfsg~),
+ qt6-base-private-dev (>= 6.2.1+dfsg~),
Standards-Version: 4.6.0
Homepage: https://www.qt.io/developers/
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/qt-kde-team/qt6/qt6-shadertools.git
Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt6/qt6-shadertools
-Package: qt6-shadertools
+Package: libqt6shadertools6
Architecture: any
-Section: kde
-Provides: libqt6shadertools6, qt6-shader-baker
+Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Qt 6 shader tools module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
+ .
+ The QTShaderTools module contains APIs and tools to provide functionality
+ for the shader pipeline used by QtQuick.
-Package: qt6-shadertools-dev
+Package: qt6-shader-baker
Architecture: any
-Section: kde
-Description: ((TBD))
-Provides: libqt6shadertools6-dev
-Depends: qt6-shadertools (= ${binary:Version}), ${misc:Depends}
-Description: Qt 6 shader tools module
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Qt 6 shader baker
+ Qt is a cross-platform C++ application framework. Qt's primary feature
+ is its rich set of widgets that provide standard GUI functionality.
+ .
+ This package contains the Qt Shader Baker tool.
+
+Package: libqt6shadertools6-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends: libqt6shadertools6 (= ${binary:Version}),
+ qt6-shader-baker (= ${binary:Version}),
+ ${misc:Depends},
+Description: Qt 6 shader tools module - development files
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
- Development files.
+ This package contains the development files needed to build Qt 6 applications
+ using the QtShaderTools library.
More information about the Neon-commits
mailing list