1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
|
Source: qtscxml-everywhere-src
Section: libs
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Scarlett Moore <sgmoore@kde.org>,
Dmitry Shachnev <mitya57@debian.org>,
Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Build-Depends: debhelper-compat (= 13),
pkg-kde-tools,
qtbase5-dev (>= 5.15.2+dfsg~),
qtbase5-private-dev (>= 5.15.2+dfsg~),
qtdeclarative5-dev (>= 5.15.2+dfsg~),
qtdeclarative5-private-dev (>= 5.15.2+dfsg~),
xauth <!nocheck>,
xvfb <!nocheck>
Build-Depends-Indep: qdoc-qt5 (>= 5.15.2~) <!nodoc>,
qhelpgenerator-qt5 (>= 5.15.2~) <!nodoc>,
qtattributionsscanner-qt5 (>= 5.15.2~) <!nodoc>,
qtbase5-doc-html (>= 5.15.2+dfsg~) <!nodoc>,
qtdeclarative5-doc-html (>= 5.15.2+dfsg~) <!nodoc>
Standards-Version: 4.5.1
Homepage: https://doc.qt.io/qt-5/qtscxml-index.html
Vcs-Git: https://salsa.debian.org/qt-kde-team/qt/qtscxml.git
Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt/qtscxml
Package: libqt5scxml5-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Provides: qtscxml-abi-5-15-2
Depends: libqt5scxml5 (= ${binary:Version}),
libqt5scxml5-bin (= ${binary:Version}),
qtbase5-dev,
${misc:Depends}
Description: Qt module for creating state machines from SCXML files development
The Qt SCXML module provides functionality to create state
machines from SCXML files. This includes both dynamically
creating state machines (loading the SCXML file and instantiating
states and transitions) and generating a C++ file that has a class
implementing the state machine. It also contains functionality
to support data models and executable content.
.
This package contains the development files for qtscxml.
Package: libqt5scxml5-private-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libqt5scxml5-dev (= ${binary:Version}),
qtbase5-private-dev,
${misc:Depends}
Description: Qt SCXML private development files
The Qt SCXML module provides functionality to create state
machines from SCXML files. This includes both dynamically
creating state machines (loading the SCXML file and instantiating
states and transitions) and generating a C++ file that has a class
implementing the state machine. It also contains functionality
to support data models and executable content.
.
This package contains the private development files for Qt SCXML.
Use at your own risk.
Package: libqt5scxml5-bin
Architecture: any
Section: utils
Multi-Arch: foreign
Depends: libqt5scxml5 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: Qt module for creating state machines from SCXML files helper
The Qt SCXML module provides functionality to create state
machines from SCXML files. This includes both dynamically
creating state machines (loading the SCXML file and instantiating
states and transitions) and generating a C++ file that has a class
implementing the state machine. It also contains functionality
to support data models and executable content.
.
This package contains the helper binary for qtscxml.
Package: libqt5scxml5
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Qt module for creating state machines from SCXML files library
The Qt SCXML module provides functionality to create state
machines from SCXML files. This includes both dynamically
creating state machines (loading the SCXML file and instantiating
states and transitions) and generating a C++ file that has a class
implementing the state machine. It also contains functionality
to support data models and executable content.
Package: qml-module-qtscxml
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Qt scxml QML module
The Qt SCXML module provides functionality to create state
machines from SCXML files. This includes both dynamically
creating state machines (loading the SCXML file and instantiating
states and transitions) and generating a C++ file that has a class
implementing the state machine. It also contains functionality
to support data models and executable content.
.
This package provides a QML module for Qt scxml.
Package: qtscxml5-examples
Section: x11
Architecture: any
Multi-Arch: same
Depends: qml-module-qtscxml, ${misc:Depends}, ${shlibs:Depends}
Description: Qt SCXML examples
The Qt SCXML module provides functionality to create state
machines from SCXML files. This includes both dynamically
creating state machines (loading the SCXML file and instantiating
states and transitions) and generating a C++ file that has a class
implementing the state machine. It also contains functionality
to support data models and executable content.
.
This package contains Qt 5 SCXML examples.
Package: qtscxml5-doc
Build-Profiles: <!nodoc>
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: Qt SCXML QCH documentation
The Qt SCXML module provides functionality to create state
machines from SCXML files. This includes both dynamically
creating state machines (loading the SCXML file and instantiating
states and transitions) and generating a C++ file that has a class
implementing the state machine. It also contains functionality
to support data models and executable content.
.
This package contains the documentation in QCH format, which can be
viewed using Qt Assistant from qttools5-dev-tools package.
Package: qtscxml5-doc-html
Build-Profiles: <!nodoc>
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: Qt SCXML HTML documentation
The Qt SCXML module provides functionality to create state
machines from SCXML files. This includes both dynamically
creating state machines (loading the SCXML file and instantiating
states and transitions) and generating a C++ file that has a class
implementing the state machine. It also contains functionality
to support data models and executable content.
.
This package contains the documentation in HTML format.
|