[neon/qt6/qt6-tools/Neon/release] debian: separate qt6-tools-doc package
Carlos De Maine
null at kde.org
Sun Oct 22 22:53:23 BST 2023
Git commit 60ed7087718aa119f3b426b1780ea6145c7fa486 by Carlos De Maine.
Committed on 22/10/2023 at 23:53.
Pushed by carlosdem into branch 'Neon/release'.
separate qt6-tools-doc package
M +15 -8 debian/control
A +1 -0 debian/qt6-tools-doc.install
https://invent.kde.org/neon/qt6/qt6-tools/-/commit/60ed7087718aa119f3b426b1780ea6145c7fa486
diff --git a/debian/control b/debian/control
index 7fe23df..ad72098 100644
--- a/debian/control
+++ b/debian/control
@@ -36,7 +36,7 @@ Provides: qt6-designer-abi (= 6.4.2),
qt6-help-abi (= 6.4.2),
qt6-uitools-abi (= 6.4.2)
Pre-Depends: ${misc:Pre-Depends}
-Depends: libqt6sql6-sqlite, ${misc:Depends}, ${shlibs:Depends}
+Depends: qt6-base, ${misc:Depends}, ${shlibs:Depends}
Breaks: qt6-tools-dev-tools (<< 6.3.1-2~)
Replaces: qt6-tools-dev-tools (<< 6.3.1-2~)
Description: Qt 6 Designer library
@@ -53,7 +53,6 @@ Section: kde
X-Neon-MergedPackage: true
Depends: qt6-base-dev,
qt6-tools (= ${binary:Version}),
- qt6-tools-dev-tools (= ${binary:Version}),
${misc:Depends}
Description: Qt 6 Tools - development files
Qt is a cross-platform C++ application framework. Qt's primary feature
@@ -62,6 +61,20 @@ Description: Qt 6 Tools - development files
This package contains the header development files used for building Qt 6
applications.
+Package: qt6-tools-doc
+Architecture: any
+Section: kde
+X-Neon-MergedPackage: true
+Depends: qt6-base-doc,
+ qt6-tools (= ${binary:Version}),
+ ${misc:Depends}
+Description: Qt 6 Tools - documentation files
+ 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 documentation files used to help build Qt 6
+ applications.
+
Package: libqt6designer6
Architecture: all
Depends: qt6-tools
@@ -134,12 +147,6 @@ Depends: qt6-tools-dev
Description: Dummy transitional
Transitional dummy package.
-Package: qt6-tools-doc
-Architecture: all
-Depends: qt6-tools
-Description: Dummy transitional
- Transitional dummy package.
-
Package: qt6-tools-doc-dev
Architecture: all
Depends: qt6-tools-dev
diff --git a/debian/qt6-tools-doc.install b/debian/qt6-tools-doc.install
new file mode 100644
index 0000000..6a0b95c
--- /dev/null
+++ b/debian/qt6-tools-doc.install
@@ -0,0 +1 @@
+usr/share/qt6/doc
More information about the Neon-commits
mailing list