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
|
Source: nemo-qml-plugin-contacts
Section: libs
Priority: optional
Maintainer: Debian UBports Team <team+ubports@tracker.debian.org>
Uploaders: Mike Gabriel <sunweaver@debian.org>,
Guido Berhörster <guido+debian@berhoerster.name>,
Build-Depends: debhelper-compat (= 13),
pkgconf,
qtcontacts5-plugin-sqlite-dev,
libaccounts-qt5-dev,
libphonenumber-dev,
libmlocale-dev,
qtdeclarative5-dev,
qtbase5-dev,
qtpim5-dev,
qtpim5-private-dev,
libgsettings-qt-dev,
qttools5-dev,
qttools5-dev-tools
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/sailfishos/nemo-qml-plugin-contacts
Vcs-Git: https://salsa.debian.org/ubports-team/nemo-qml-module-contacts.git
Vcs-Browser: https://salsa.debian.org/ubports-team/nemo-qml-module-contacts
Package: qml-module-org-nemomobile-contacts
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libqt5contact5-plugin-sqlite,
${misc:Depends},
${shlibs:Depends},
Description: QML module providing access to QtPIM QtContacts
This QML module provides high-level abstraction layer on top of the QtPIM
QtContacts API with some improvements such as a data cache, localisation and
internationalization enablers, and other utility capabilities.
Package: libcontactcache-qt5-1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libqt5contact5-plugin-sqlite,
libcontactcache-qt5-data (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Description: Library for accessing QtPIM QtContacts using the SQLite engine
This library acts as a middle layer between the QtPIM QtContacts SQLite engine
and client components and provides a data cache.
Package: libcontactcache-qt5-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: qtpim5-dev,
qtcontacts5-plugin-sqlite-dev,
libcontactcache-qt5-1 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: Development files for libcontactcache-qt5
This library acts as a middle layer between the QtPIM QtContacts SQLite engine
and client components and provides a data cache.
.
This package provides the development files.
Package: libcontactcache-qt5-data
Multi-Arch: foreign
Architecture: all
Depends: ${misc:Depends},
Description: Library for accessing QtPIM QtContacts using the SQLite engine - data
This library acts as a middle layer between the QtPIM QtContacts SQLite engine
and client components and provides a data cache.
.
This package provides data files used by the shared library.
Package: libcontactcache-qt5-bin
Section: devel
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: libqt5contact5-plugin-sqlite,
${misc:Depends},
${shlibs:Depends},
Description: Development tools for libcontactcache-qt5
This library acts as a middle layer between the QtPIM QtContacts SQLite engine
and client components and provides a data cache.
.
This package provides development tools.
|