[neon/qt6/qt6-scxml/Neon/release] debian: lintings
Carlos De Maine
null at kde.org
Thu Dec 14 08:29:48 GMT 2023
Git commit 4c2d26a04c9450628c24462141054a3ee80aa2f0 by Carlos De Maine.
Committed on 14/12/2023 at 09:29.
Pushed by carlosdem into branch 'Neon/release'.
lintings
M +17 -10 debian/control
https://invent.kde.org/neon/qt6/qt6-scxml/-/commit/4c2d26a04c9450628c24462141054a3ee80aa2f0
diff --git a/debian/control b/debian/control
index 9b3bcac..9eaa9cd 100644
--- a/debian/control
+++ b/debian/control
@@ -33,9 +33,16 @@ Architecture: any
Section: kde
X-Neon-MergedPackage: true
Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Provides:
-Replaces:
+Depends: qt6-base,
+ ${misc:Depends},
+ ${shlibs:Depends}
+Provides: libqt6scxml6,
+ libqt6scxml6-bin,
+ libqt6scxmlqml6,
+ libqt6statemachine6,
+ libqt6statemachineqml6,
+ qml6-module-qtscxml,
+ qml6-module-qtqml-statemachine,
Description: Qt 6 SCXML library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
@@ -55,11 +62,12 @@ Section: kde
X-Neon-MergedPackage: true
Pre-Depends: ${misc:Pre-Depends}
Depends: qt6-base-dev,
+ qt6-declarative-dev,
qt6-scxml (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
-Provides:
-Replaces:
+Provides: qt6-scxml-examples,
+ qt6-scxml-doc-dev,
Description: Qt 6 SCXML - 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.
@@ -77,13 +85,12 @@ Package: qt6-scxml-doc
Architecture: all
Section: kde
X-Neon-MergedPackage: true
-Provides:
-Replaces:
Pre-Depends: ${misc:Pre-Depends}
Depends: qt6-base-doc,
- qt6-scxml-dev (= ${binary:Version}),
+ qt6-scxml-dev,
${misc:Depends},
${shlibs:Depends}
+Provides:qt6-scxml-doc-html
Description: Qt 6 SCXML - 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.
@@ -147,12 +154,12 @@ Description: Dummy transitional
Package: qt6-scxml-doc-html
Architecture: all
-Depends: qt6-scxml-doc
+Depends: qt6-scxml-doc, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
Package: qt6-scxml-examples
Architecture: all
-Depends: qt6-scxml-dev
+Depends: qt6-scxml-dev, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
More information about the Neon-commits
mailing list