File: control

package info (click to toggle)
libsocialcache 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 1,164 kB
  • sloc: cpp: 16,263; makefile: 21
file content (60 lines) | stat: -rw-r--r-- 2,214 bytes parent folder | download | duplicates (2)
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
Source: libsocialcache
Section: libs
Priority: optional
Maintainer: Debian UBports Team <team+ubports@tracker.debian.org>
Uploaders: Mike Gabriel <sunweaver@debian.org>,
Build-Depends: debhelper-compat (= 13),
               qtbase5-dev,
               qtdeclarative5-dev,
               qttools5-dev-tools,
               pkgconf,
               libbuteosyncfw5-dev,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/sailfishos/libsocialcache/
Vcs-Git: https://salsa.debian.org/ubports-team/libsocialcache.git
Vcs-Browser: https://salsa.debian.org/ubports-team/libsocialcache/

Package: libsocialcache1
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libqt5sql5-sqlite,
Description: Library that manages data from social networks
 libsocialcache is a library and a QML plugin that is used to manage data
 caching from social networks.
 .
 The library wraps databases that store cached data, while the QML plugin
 offers higher models that can be used to access data directly.

Package: libsocialcache-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libsocialcache1 (= ${binary:Version}),
         qml-module-org-nemomobile-socialcache (= ${binary:Version}),
         ${misc:Depends}
Description: Library that manages data from social networks (development files)
 libsocialcache is a library and a QML plugin that is used to manage data
 caching from social networks.
 .
 The library wraps databases that store cached data, while the QML plugin
 offers higher models that can be used to access data directly.
 .
 This package contains development files for libsocialcache.

Package: qml-module-org-nemomobile-socialcache
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends},
         libsocialcache1 (= ${binary:Version}),
Description: QML module providing access to socialcache data
 libsocialcache is a library and a QML plugin that is used to manage data
 caching from social networks.
 .
 The library wraps databases that store cached data, while the QML plugin
 offers higher models that can be used to access data directly.
 .
 This package contains the libsocial QML module.