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 149 150 151 152
|
Source: content-hub
Priority: optional
Maintainer: Debian UBports Team <team+ubports@tracker.debian.org>
Uploaders:
Mike Gabriel <sunweaver@debian.org>,
Build-Depends: cmake,
cmake-extras,
dbus-test-runner <!nocheck>,
debhelper-compat (= 13),
dh-apparmor,
doxygen <!nodoc>,
google-mock <!nocheck>,
libgtest-dev,
lcov <!nocheck>,
libapparmor-dev,
libdbus-1-dev,
libglib2.0-dev,
libgsettings-qt-dev,
# liblibertine-dev,
liblomiri-api-dev,
libnotify-dev,
liblomiri-download-manager-client-dev,
liblomiri-app-launch-dev (>= 0.1.1),
qml-module-lomiri-components,
qml-module-qtquick2,
qml-module-qttest <!nocheck>,
qml-module-qtqml-workerscript2,
qtbase5-dev,
qtdeclarative5-dev,
qtdeclarative5-dev-tools,
qttools5-dev-tools,
rdfind,
symlinks,
xvfb <!nocheck>,
xauth,
pkg-kde-tools,
Standards-Version: 4.6.2
Section: misc
Rules-Requires-Root: no
Homepage: https://gitlab.com/ubports/development/core/content-hub
Vcs-Git: https://salsa.debian.org/ubports-team/content-hub.git
Vcs-Browser: https://salsa.debian.org/ubports-team/content-hub/
Package: content-hub
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
Description: content sharing/picking service for Lomiri
Content sharing/picking infrastructure and service, designed to allow apps to
securely and efficiently exchange content.
.
This package includes the content sharing service.
Package: libcontent-hub1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: ${misc:Depends},
${shlibs:Depends},
Suggests: content-hub
Description: content sharing/picking library for Lomiri
Content sharing/picking infrastructure and service, designed to allow apps to
securely and efficiently exchange content.
.
This package includes the content sharing libraries.
Package: libcontent-hub-glib1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: ${misc:Depends},
${shlibs:Depends},
Suggests: content-hub
Description: content sharing/picking library for Lomiri - GLib bindings
Content sharing/picking infrastructure and service, designed to allow apps to
securely and efficiently exchange content.
.
This package includes GLib bindings of the content sharing libraries.
Package: libcontent-hub-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libcontent-hub1 (= ${binary:Version}),
${misc:Depends},
Description: content sharing development files for Lomiri
Content sharing/picking infrastructure and service, designed to allow apps to
securely and efficiently exchange content.
.
All the development headers and libraries for the content hub
Package: libcontent-hub-glib-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libcontent-hub-glib1 (= ${binary:Version}),
${misc:Depends},
Description: content sharing development files for Lomiri - GLib bindings
Content sharing/picking infrastructure and service, designed to allow apps to
securely and efficiently exchange content.
.
GLib bindings of the development headers and libraries for the content hub
Package: qml-module-lomiri-content
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends},
Depends: libcontent-hub1,
qml-module-qtquick2,
${misc:Depends},
${shlibs:Depends},
Description: QML binding for Lomiri's libcontent-hub
Content sharing/picking infrastructure and service, designed to allow apps to
securely and efficiently exchange content.
.
QML bindings for libcontent-hub
Package: libcontent-hub-doc
Section: doc
Architecture: all
Build-Profiles: <!nodoc>
Depends: ${misc:Depends},
Description: Documentation files for Lomiri's libcontent-hub-dev
Content sharing/picking infrastructure and service, designed to allow apps to
securely and efficiently exchange content.
.
Documentation files for the libcontent-hub development
Package: qml-module-lomiri-content-doc
Section: doc
Architecture: all
Build-Profiles: <!nodoc>
Depends: ${misc:Depends},
Description: Documentation files for QML module Lomiri Content
Content sharing/picking infrastructure and service, designed to allow apps to
securely and efficiently exchange content.
.
Documentation files for QML development.
Package: content-hub-testability
Architecture: any
Build-Profiles: <!noinsttest>
Depends: ${misc:Depends},
${shlibs:Depends},
content-hub,
Description: content sharing testability
Content sharing/picking infrastructure and service, designed to allow apps to
securely and efficiently exchange content.
.
Files and utilities needed for automated testing of content-hub
|