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
|
Source: kuserfeedback
Section: libs
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Aurélien COUDERC <coucouf@debian.org>,
Scarlett Moore <sgmoore@kde.org>, Sandro Knauß <hefee@debian.org>,
Build-Depends: bison,
cmake (>= 3.16~),
debhelper-compat (= 13),
extra-cmake-modules (>= 5.51.0~),
flex,
libqt5charts5-dev,
libqt5svg5-dev,
pkg-kde-tools (>= 0.15.15ubuntu1~),
qtbase5-dev (>= 5.8.0~),
qtdeclarative5-dev,
qtdeclarative5-dev-tools,
qttools5-dev,
qttools5-dev-tools (>= 5.4),
xauth <!nocheck>,
xvfb <!nocheck>,
Build-Depends-Indep: qdoc-qt5
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://invent.kde.org/libraries/kuserfeedback
Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/kuserfeedback
Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/kuserfeedback.git
Package: libkuserfeedback-l10n
Section: localization
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Breaks: libkuserfeedbackcore1 (<< 1.3.0-2~),
Replaces: libkuserfeedbackcore1 (<< 1.3.0-2~),
Description: user feedback for applications - localization files
Framework for collecting user feedback for applications via telemetry
and surveys.
.
Telemetry
* Extensible set of data sources for telemetry.
* Full control for the user on what data to contribute.
Surveys
* Distribute surveys and offer users to participate in them.
* Survey targeting based on telemetry data.
* Allow the user to configure how often they want to participate in surveys.
.
This package contains the shared localizations for KUserFeedback.
Package: kuserfeedback-dev
Section: libdevel
Architecture: any
Depends: libkuserfeedbackcore1 (= ${binary:Version}),
libkuserfeedbackwidgets1 (= ${binary:Version}),
qtbase5-dev,
${misc:Depends},
Description: development files for KUserFeedback - Qt 5 version
Framework for collecting user feedback for applications via telemetry
and surveys.
.
Telemetry
* Extensible set of data sources for telemetry.
* Full control for the user on what data to contribute.
Surveys
* Distribute surveys and offer users to participate in them.
* Survey targeting based on telemetry data.
* Allow the user to configure how often they want to participate in surveys.
.
This package contains the development header files for the Qt 5 version of
KUserFeedback.
Package: libkuserfeedbackcore1
Architecture: any
Multi-Arch: same
Depends: libkuserfeedback-l10n (>= ${source:Version}),
${misc:Depends}, ${shlibs:Depends}
Description: user feedback for applications - Qt 5 core library
Framework for collecting user feedback for applications via telemetry
and surveys.
.
Telemetry
* Extensible set of data sources for telemetry.
* Full control for the user on what data to contribute.
Surveys
* Distribute surveys and offer users to participate in them.
* Survey targeting based on telemetry data.
* Allow the user to configure how often they want to participate in surveys.
.
This package contains the core library for the Qt 5 version of KUserFeedback.
Package: libkuserfeedbackwidgets1
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: qml-module-org-kde-userfeedback (= ${binary:Version})
Description: user feedback for applications - Qt 5 widgets library
Framework for collecting user feedback for applications via telemetry
and surveys.
.
Telemetry
* Extensible set of data sources for telemetry.
* Full control for the user on what data to contribute.
Surveys
* Distribute surveys and offer users to participate in them.
* Survey targeting based on telemetry data.
* Allow the user to configure how often they want to participate in surveys.
.
This package contains the widgets library used by the Qt 5 version of
KUserFeedback.
Package: qml-module-org-kde-userfeedback
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: user feedback for applications - Qt 5 QML module
Framework for collecting user feedback for applications via telemetry
and surveys.
.
Telemetry
* Extensible set of data sources for telemetry.
* Full control for the user on what data to contribute.
Surveys
* Distribute surveys and offer users to participate in them.
* Survey targeting based on telemetry data.
* Allow the user to configure how often they want to participate in surveys.
.
This package contains the QML module for the Qt 5 version of KUserFeedback.
|