File: control

package info (click to toggle)
lomiri-history-service 0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,148 kB
  • sloc: cpp: 20,280; sql: 909; xml: 442; sh: 40; makefile: 18
file content (95 lines) | stat: -rw-r--r-- 3,289 bytes parent folder | download
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
Source: lomiri-history-service
Section: libs
Priority: optional
Maintainer: Debian UBports Team <team+ubports@tracker.debian.org>
Uploaders:
 Mike Gabriel <sunweaver@debian.org>,
 Marius Gripsgard <marius@ubports.com>,
Build-Depends: cmake,
               cmake-extras,
               dbus-test-runner,
               debhelper-compat (= 13),
               dconf-cli,
               gnome-keyring,
               libphonenumber-dev,
               libqt5sql5-sqlite,
               libsqlite3-dev,
               libtelepathy-qt5-dev,
               pkg-config,
               qtbase5-dev (>= 5.0),
               qtdeclarative5-dev (>= 5.0),
               qtpim5-dev (>= 5),
               sqlite3,
               telepathy-mission-control-5,
               lcov,
               gcovr,
               xauth,
               xvfb <!nocheck>,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://gitlab.com/ubports/development/core/history-service/
Vcs-Browser: https://salsa.debian.org/ubports-team/lomiri-history-service/
Vcs-Git: https://salsa.debian.org/ubports-team/lomiri-history-service.git

Package: lomiri-history-service
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${shlibs:Depends},
         libqt5sql5-sqlite,
Description: History service to store messages and calls
 A service to record the messages that are sent and received and the calls that
 are made in the Ubuntu Touch platform.
 .
 This package contains the history service daemon that watches for Telepathy
 events and stores.

Package: lomiri-history-service-tools
Architecture: any
Multi-Arch: foreign
Section: utils
Depends: lomiri-history-service (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends},
Description: History service to store messages and calls - tools
 A service to record the messages that are sent and received and the calls that
 are made in the Ubuntu Touch platform.
 .
 This package contains some tools to be used with the history service.

Package: libhistoryservice0
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: History service to store messages and calls - client library
 A service to record the messages that are sent and received and the calls that
 are made in the Ubuntu Touch platform.
 .
 This package contains the client library to access the data stored by the
 history service.

Package: qml-module-lomiri-history
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: History service to store messages and calls - QML plugin
 A service to record the messages that are sent and received and the calls that
 are made in the Ubuntu Touch platform.
 .
 This package contains a QML plugin that provides data models to access the
 data stored by the history service.

Package: libhistoryservice-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libhistoryservice0 (= ${binary:Version}),
         ${misc:Depends},
Description: History service to store messages and calls - development files
 A service to record the messages that are sent and received and the calls that
 are made in the Ubuntu Touch platform.
 .
 This package contains the development files for the history service client
 library.