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
|
Source: lomiri-url-dispatcher
Section: gnome
Priority: optional
Maintainer: Debian UBports Team <team+ubports@tracker.debian.org>
Uploaders:
Mike Gabriel <sunweaver@debian.org>,
Marius Gripsgard <mariogrip@debian.org>,
Build-Depends: cmake,
cmake-extras (>= 1.5-7~),
dbus-test-runner,
debhelper-compat (= 13),
dh-apparmor,
dh-python,
gcovr,
googletest,
intltool,
lcov,
libapparmor-dev,
libdbus-1-dev,
libdbustest1-dev,
libglib2.0-dev,
libgtest-dev,
libjson-glib-dev,
libsqlite3-dev,
liblomiri-app-launch-dev (>= 0.1.3),
python3,
python3-dbusmock,
python3-fixtures,
python3-testtools,
sqlite3,
systemd-dev [linux-any],
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://gitlab.com/ubports/development/core/lomiri-url-dispatcher
Vcs-Git: https://salsa.debian.org/ubports-team/lomiri-url-dispatcher.git
Vcs-Browser: https://salsa.debian.org/ubports-team/lomiri-url-dispatcher/
Package: lomiri-url-dispatcher
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: ${misc:Depends},
${shlibs:Depends},
# For the bad URL dialog
qtchooser,
qml-module-lomiri-components
Description: Lomiri Operating Environment service for requesting URLs to be opened
Allows applications to request a URL to be opened and handled by another
process without seeing the list of other applications on the system or
starting them inside its own Application Confinement.
.
This package provides a service for the Lomiri URL Dispatcher
Package: lomiri-url-dispatcher-tools
Architecture: any
Depends: lomiri-url-dispatcher (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: Tools for working with the Lomiri URL Dispatcher
Allows applications to request a URL to be opened and handled by another
process without seeing the list of other applications on the system or
starting them inside its own Application Confinement.
.
This package provides tools for working with the Lomiri URL Dispatcher.
Package: lomiri-url-dispatcher-tools-gui
Architecture: any
Depends: lomiri-url-dispatcher (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
qtchooser,
qml-module-lomiri-components-labs,
Description: GUI tools for working with the Lomiri URL Dispatcher
Allows applications to request a URL to be opened and handled by another
process without seeing the list of other applications on the system or
starting them inside its own Application Confinement.
.
This package provides GUI tools for working with the Lomiri URL Dispatcher.
Package: liblomiri-url-dispatcher0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: ${misc:Depends},
${shlibs:Depends},
Suggests: lomiri-url-dispatcher (= ${binary:Version}),
Description: Library for sending requests to the Lomiri URL Dispatcher
Allows applications to request a URL to be opened and handled by another
process without seeing the list of other applications on the system or
starting them inside its own Application Confinement.
.
This package contains shared libraries to be used by applications.
Package: liblomiri-url-dispatcher-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: libglib2.0-dev,
liblomiri-url-dispatcher0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: Development files for consumers of the Lomiri URL Dispatcher
Allows applications to request a URL to be opened and handled by another
process without seeing the list of other applications on the system or
starting them inside its own Application Confinement.
.
This package contains files that are needed to build applications.
Package: lomiri-url-dispatcher-testability
Architecture: all
Depends: ${misc:Depends},
python3,
python3-dbusmock,
python3-dbus,
Description: Fake Lomiri URL Dispatcher for use in testing
Allows applications to request a URL to be opened and handled by another
process without seeing the list of other applications on the system or
starting them inside its own Application Confinement.
.
This package contains a fake Lomiri URL Dispatcher for use in testing.
|