[neon/qt6/qt6-shadertools/Neon/release] debian: new release and qt_sixy it
Jonathan Riddell
null at kde.org
Thu Dec 2 14:19:44 GMT 2021
Git commit 1479978276280a1acf2936dd6151bf6b6ff923c3 by Jonathan Riddell.
Committed on 02/12/2021 at 14:19.
Pushed by jriddell into branch 'Neon/release'.
new release and qt_sixy it
M +6 -0 debian/changelog
M +11 -25 debian/control
https://invent.kde.org/neon/qt6/qt6-shadertools/commit/1479978276280a1acf2936dd6151bf6b6ff923c3
diff --git a/debian/changelog b/debian/changelog
index 5613767..16c3335 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+qt6-shadertools (6.2.2-0neon) UNRELEASED; urgency=medium
+
+ * New release
+
+ -- Jonathan Riddell <jr at jriddell.org> Thu, 02 Dec 2021 14:19:20 +0000
+
qt6-shadertools (6.2.1-2) experimental; urgency=medium
[ Patrick Franz ]
diff --git a/debian/control b/debian/control
index 469c04b..db6319c 100644
--- a/debian/control
+++ b/debian/control
@@ -11,44 +11,30 @@ Build-Depends: cmake (>= 3.18~),
pkg-config,
pkg-kde-tools,
qt6-base-dev (>= 6.2.1+dfsg~),
- qt6-base-private-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: libqt6shadertools6
+Package: qt6-shadertools
Architecture: any
-Multi-Arch: same
+Section: kde
+Provides: libqt6shadertools6, qt6-shader-baker
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-shader-baker
-Architecture: any
-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
+Package: qt6-shadertools-dev
Architecture: any
-Multi-Arch: same
-Depends: libqt6shadertools6 (= ${binary:Version}),
- qt6-shader-baker (= ${binary:Version}),
- ${misc:Depends},
-Description: Qt 6 shader tools module - development files
+Section: kde
+Description: ((TBD))
+Provides: libqt6shadertools6-dev
+Depends: qt6-shadertools (= ${binary:Version}), ${misc: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.
.
- This package contains the development files needed to build Qt 6 applications
- using the QtShaderTools library.
+ Development files.
More information about the Neon-commits
mailing list