~thomas-voss/trust-store/make-process-start-time-verification-configurable

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: thomas-voss
  • Date: 2013-12-18 11:58:52 UTC
  • Revision ID: thomas.voss@canonical.com-20131218115852-dejqa8zfb9n4490n
Added a packaging setup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: trust-store
 
2
Priority: optional
 
3
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 
4
Build-Depends: cmake,
 
5
               debhelper (>= 9),
 
6
               doxygen,
 
7
               google-mock,
 
8
               graphviz,
 
9
               lcov,
 
10
               libgtest-dev,
 
11
               libsqlite3-dev,
 
12
Standards-Version: 3.9.4
 
13
Section: libs
 
14
Homepage: https://launchpad.net/trust-store
 
15
# If you aren't a member of ~phablet-team but need to upload packaging changes,
 
16
# just go ahead. ~phablet-team will notice and sync up the code again.
 
17
# Vcs-Bzr: https://code.launchpad.net/~phablet-team/content-hub/trunk
 
18
# Vcs-Browser: https://bazaar.launchpad.net/~phablet-team/process-cpp/trunk/files
 
19
 
 
20
Package: libtrust-store0
 
21
Architecture: any
 
22
Multi-Arch: same
 
23
Pre-Depends: ${misc:Pre-Depends},
 
24
Depends: ${misc:Depends},
 
25
         ${shlibs:Depends},
 
26
Description: C++11 library for persisting trust requests - runtime library
 
27
 Provides a common implementation of a trust store to be used by trusted helpers.
 
28
 .
 
29
 This package includes the trust-store runtime libraries.
 
30
 
 
31
Package: libtrust-store-dev
 
32
Section: libdevel
 
33
Architecture: any
 
34
Multi-Arch: same
 
35
Recommends: libtrust-store-doc,
 
36
Depends: libtrust-store (= ${binary:Version}),
 
37
         ${misc:Depends},
 
38
Description: C++11 library for persisting trust requests - dev headers and libraries
 
39
 Provides a common implementation of a trust store to be used by trusted helpers.
 
40
 .
 
41
 This package includes all the development headers and libraries for
 
42
 trust-store.
 
43
 
 
44
Package: libtrust-store-doc
 
45
Section: doc
 
46
Architecture: all
 
47
Depends: ${misc:Depends},
 
48
Suggests: libtrust-store-dev,
 
49
Description: Documentation files for libtrust-store-dev
 
50
 Provides a common implementation of a trust store to be used by trusted helpers.
 
51
 .
 
52
 This package includes documentation files for developing with and for
 
53
 libtrust-store-dev.