File: control

package info (click to toggle)
qtcontacts-sqlite 0.3.20-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,952 kB
  • sloc: cpp: 32,880; ansic: 1,269; xml: 62; makefile: 32; sh: 18
file content (44 lines) | stat: -rw-r--r-- 1,482 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
Source: qtcontacts-sqlite
Section: libs
Priority: optional
Maintainer: Debian UBports Team <team+ubports@tracker.debian.org>
Uploaders:
 Mike Gabriel <sunweaver@debian.org>,
Build-Depends: debhelper-compat (= 13),
               pkgconf,
               libqt5sql5-sqlite,
               libsqlite3-dev,
               qtbase5-dev,
               qtpim5-dev,
               libgsettings-qt-dev,
               dbus <!nocheck>,
               sqlite3 <!nocheck>,
               libsqlite3-ext-icu,
               libglib2.0-bin <!nocheck>,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/sailfishos/qtcontacts-sqlite
Vcs-Git: https://salsa.debian.org/ubports-team/qtcontacts-sqlite.git
Vcs-Browser: https://salsa.debian.org/ubports-team/qtcontacts-sqlite/

Package: libqt5contact5-plugin-sqlite
Architecture: any
Multi-Arch: same
Depends: libqt5sql5-sqlite,
         libsqlite3-ext-icu,
         ${shlibs:Depends},
         ${misc:Depends},
Recommends: contactsd,
Description: SQLite-based plugin for QtPIM Contacts
 Backend for the QtContacts API which stores contact information to a local
 SQLite database.

Package: qtcontacts5-plugin-sqlite-dev
Section: libdevel
Architecture: any
Depends: libqt5contact5-plugin-sqlite (= ${binary:Version}),
         ${shlibs:Depends},
         ${misc:Depends},
Description: SQLite-based plugin for QtPIM Contacts - development files
 This package contains extension headers for the qtcontacts-sqlite-qt5
 library.