~ci-train-bot/online-accounts-api/online-accounts-api-ubuntu-xenial-landing-033

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: CI Train Bot
  • Author(s): Alberto Mardegan
  • Date: 2015-09-23 12:41:36 UTC
  • mfrom: (8.4.11 update)
  • Revision ID: ci-train-bot@canonical.com-20150923124136-43tthyu1l6lkqq3l
Docs, fixes, library install

- Docs
- Couple of bugfixes
- Package the daemon as a library

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
# code again.
25
25
Vcs-Bzr: https://code.launchpad.net/~online-accounts/online-accounts-api/trunk
26
26
 
27
 
Package: online-accounts-daemon
 
27
Package: libonline-accounts-daemon1
 
28
Section: libs
28
29
Architecture: any
29
30
Depends: ${misc:Depends},
30
31
         ${shlibs:Depends},
31
 
         signond,
 
32
Pre-Depends: ${misc:Pre-Depends},
32
33
Description: Online Accounts simplified API (D-Bus service)
33
34
 D-Bus service implementing the simplified Online Accounts API.
34
35
 
35
 
Package: online-accounts-daemon-dev
 
36
Package: libonline-accounts-daemon-dev
36
37
Section: libdevel
37
38
Architecture: any
38
39
Multi-Arch: same
39
40
Depends: ${misc:Depends},
40
41
         ${shlibs:Depends},
41
 
         online-accounts-daemon (= ${binary:Version}),
 
42
         libonline-accounts-daemon1 (= ${binary:Version}),
42
43
Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends},
 
44
Breaks: online-accounts-daemon-dev
 
45
Provides: online-accounts-daemon-dev
 
46
Replaces: online-accounts-daemon-dev
43
47
Description: Online Accounts simplified API (bindings development files)
44
48
 This module contains the necessary files for developing client libraries
45
49
 interfacing with the simplified Online Accounts API.
76
80
Description: Online Accounts API for QML applications
77
81
 This module provides access to the new Online Accounts API from QML
78
82
 applications.
 
83
 
 
84
Package: qml-module-ubuntu-onlineaccounts2-doc
 
85
Section: doc
 
86
Architecture: all
 
87
Multi-Arch: foreign
 
88
Depends: ${misc:Depends},
 
89
Description: Online Accounts API, HTML documentation
 
90
 This module provides access to the new Online Accounts API from QML
 
91
 applications.
 
92
 .
 
93
 This package contains the HTML documentation.