summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control33
1 files changed, 11 insertions, 22 deletions
diff --git a/debian/control b/debian/control
index 00af4f2..e26ef52 100644
--- a/debian/control
+++ b/debian/control
@@ -68,37 +68,26 @@ Description: Qt 5 script private development files
.
Use at your own risk.
+Package: qtscript5-examples
+Architecture: any
+Section: x11
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Qt 5 script examples
+ 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 Qt 5 script examples.
+
Package: qtscript5-dbg
Priority: extra
Architecture: any
Section: debug
Depends: libqtscript5 (= ${binary:Version}),
libqtscripttools5 (= ${binary:Version}),
+ qtscript5-examples (= ${binary:Version}),
${misc:Depends}
Description: Qt 5 script libraries debugging symbols
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 debugging symbols for the Qt 5 script libraries.
-
-Package: qtscript5-examples-dbg
-Priority: extra
-Architecture: any
-Section: debug
-Depends: qtscript5-examples (= ${binary:Version}), ${misc:Depends}
-Recommends: qtbase5-dbg
-Description: Qt 5 script examples debugging symbols
- 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 debugging symbols for the Qt 5 script examples.
-
-Package: qtscript5-examples
-Architecture: any
-Section: x11
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: Qt 5 script examples
- 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 Qt 5 script examples.