File: control

package info (click to toggle)
buteo-syncfw 0.11.9-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,704 kB
  • sloc: cpp: 18,406; xml: 396; sh: 34; makefile: 20
file content (107 lines) | stat: -rw-r--r-- 4,244 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
96
97
98
99
100
101
102
103
104
105
106
107
Source: buteo-syncfw
Section: utils
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),
               doxygen,
               libaccounts-qt5-dev,
               libdbus-1-dev,
               libevdev-dev,
               libglib2.0-dev,
               libgsettings-qt-dev,
               libsignon-qt5-dev,
               libudev-dev,
               qtbase5-dev,
               qtbase5-dev-tools,
               qtdeclarative5-dev,
               qtsystems5-dev,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/sailfishos/buteo-syncfw
Vcs-Git: https://salsa.debian.org/ubports-team/buteo-syncfw.git
Vcs-Browser: https://salsa.debian.org/ubports-team/buteo-syncfw

Package: buteo-syncfw
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         libbuteosyncfw5-0 (= ${binary:Version}),
Description: Buteo Synchronization Framework
 Synchronization of contact data in Lomiri is controlled by Buteo (the
 synchronization framework used in Ubuntu Touch and SailfishOS).
 Synchronization with a variety of data sources is supported through a
 number of data-source-specific synchronization plugins. Each plugin is
 independent, although many of them share significant amounts of code to
 ease maintenance.
 .
 This package contains the synchronization backend, plugin manager,
 profile db, and conflict resolver.

Package: libbuteosyncfw5-0
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: Buteo Synchronization Framework (plugin API library)
 Synchronization of contact data in Lomiri is controlled by Buteo (the
 synchronization framework used in Ubuntu Touch and SailfishOS).
 Synchronization with a variety of data sources is supported through a
 number of data-source-specific synchronization plugins. Each plugin is
 independent, although many of them share significant amounts of code to
 ease maintenance.
 .
 This package contains the shared library used by Buteo plugins for
 integrating into the Buteo SyncFW.

Package: qml-module-buteo-profiles
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: Buteo Synchronization Framework (QML module)
 Synchronization of contact data in Lomiri is controlled by Buteo (the
 synchronization framework used in Ubuntu Touch and SailfishOS).
 Synchronization with a variety of data sources is supported through a
 number of data-source-specific synchronization plugins. Each plugin is
 independent, although many of them share significant amounts of code to
 ease maintenance.
 .
 This package contains the QML module for writing Buteo SyncFW plugins in
 QML.

Package: libbuteosyncfw5-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends},
         libbuteosyncfw5-0 (= ${binary:Version}),
         libdbus-1-dev,
Description: Buteo Synchronization Framework (client library header files)
 Synchronization of contact data in Lomiri is controlled by Buteo (the
 synchronization framework used in Ubuntu Touch and SailfishOS).
 Synchronization with a variety of data sources is supported through a
 number of data-source-specific synchronization plugins. Each plugin is
 independent, although many of them share significant amounts of code to
 ease maintenance.
 .
 This package contains the development header files of the plugin library
 needed for writing Buteo SyncFW plugins.

Package: libbuteosyncfw5-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
Description: Buteo Synchronization Framework (API documentation)
 Synchronization of contact data in Lomiri is controlled by Buteo (the
 synchronization framework used in Ubuntu Touch and SailfishOS).
 Synchronization with a variety of data sources is supported through a
 number of data-source-specific synchronization plugins. Each plugin is
 independent, although many of them share significant amounts of code to
 ease maintenance.
 .
 This package contains the API documentation package for buteo-syncfw.