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
|
Source: qtremoteobjects-everywhere-src
Section: libs
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>,
Dmitry Shachnev <mitya57@debian.org>
Build-Depends: debhelper-compat (= 13),
pkg-kde-tools,
qml-module-qttest (>= 5.15.2+dfsg~),
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>
Standards-Version: 4.5.1
Homepage: https://doc.qt.io/qt-5/qtremoteobjects-index.html
Vcs-Git: https://salsa.debian.org/qt-kde-team/qt/qtremoteobjects.git
Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt/qtremoteobjects
Package: libqt5remoteobjects5-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libqt5remoteobjects5 (= ${binary:Version}),
libqt5remoteobjects5-bin (= ${binary:Version}),
qtbase5-dev,
${misc:Depends}
Description: Qt module for IPC — development files
The Qt Remote Objects extends Qt's existing functionalities to enable
information exchange between processes or computers.
.
This package contains the development files for qtremoteobjects.
Package: libqt5remoteobjects5-bin
Architecture: any
Section: utils
Multi-Arch: foreign
Depends: libqt5remoteobjects5 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Qt module for IPC — the Replica Compiler (repc)
The Qt Remote Objects extends Qt's existing functionalities to enable
information exchange between processes or computers.
.
The Replica Compiler (repc) generates QObject header files based on an API
definition file.
Package: libqt5remoteobjects5
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Qt module for IPC
The Qt Remote Objects extends Qt's existing functionalities to enable
information exchange between processes or computers.
.
This package contains the shared library for Qt Remote Objects.
Package: qml-module-qtremoteobjects
Architecture: any
Multi-Arch: same
Depends: qml-module-qtquick2 (>= 5.8), ${misc:Depends}, ${shlibs:Depends}
Description: Qt module for IPC — QML binding
The Qt Remote Objects extends Qt's existing functionalities to enable
information exchange between processes or computers.
.
This package provides the QML module for Qt Remote Objects, which can be
used from QML as “import QtRemoteObjects 5.12”.
Package: qtremoteobjects5-examples
Section: x11
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Qt Remote Objects examples
The Qt Remote Objects extends Qt's existing functionalities to enable
information exchange between processes or computers.
.
This package contains Qt 5 Remote Objects examples.
Package: qtremoteobjects5-doc
Build-Profiles: <!nodoc>
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: Qt Remote Objects QCH documentation
The Qt Remote Objects extends Qt's existing functionalities to enable
information exchange between processes or computers.
.
This package contains the documentation in QCH format, which can be
viewed using Qt Assistant from qt5-assistant package.
Package: qtremoteobjects5-doc-html
Build-Profiles: <!nodoc>
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: Qt Remote Objects HTML documentation
The Qt Remote Objects extends Qt's existing functionalities to enable
information exchange between processes or computers.
.
This package contains the documentation in HTML format.
|