~michihenning/storage-framework/fix-version-typo

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Michi Henning
  • Date: 2016-07-13 02:38:48 UTC
  • mfrom: (23.1.1 copyright)
  • Revision ID: michi.henning@canonical.com-20160713023848-3zejnw9vaon46bj0
Merged https://code.launchpad.net/~michihenning/storage-framework/copyright/+merge/299761

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
Pre-Depends: ${misc:Pre-Depends},
31
31
Depends: ${misc:Depends},
32
32
         ${shlibs:Depends},
33
 
Description: A library used by providers for the Storage Framework
 
33
Description: Library for Storage Framework providers
 
34
 Server-side runtime support for provider implementations.
34
35
 
35
36
Package: libstorage-framework-qt-client-1-0
36
37
Architecture: any
38
39
Pre-Depends: ${misc:Pre-Depends},
39
40
Depends: ${misc:Depends},
40
41
         ${shlibs:Depends},
41
 
Description: A client library for the Storage Framework
 
42
Description: Client library for the Storage Framework
 
43
 Runtime support for storage framework clients.
42
44
 
43
45
Package: libstorage-framework-qt-local-client-1-0
44
46
Architecture: any
46
48
Pre-Depends: ${misc:Pre-Depends},
47
49
Depends: ${misc:Depends},
48
50
         ${shlibs:Depends},
49
 
Description: A client library for the Storage Framework backed by the local file system
 
51
Description: Client library for the Storage Framework backed by the local file system
 
52
 A version of the client-side API that implements a local
 
53
 file system provider. This is intended mainly for testing;
 
54
 it allows application code to use the storage framework
 
55
 API without requiring use of DBus and cloud service account.
50
56
 
51
57
Package: storage-framework-client-dev
52
58
Section: libdevel
58
64
         qtbase5-dev,
59
65
         ${misc:Depends},
60
66
Description: Header files for the Storage Framework client libraries
 
67
 Development C++ headers for the client side API.
61
68
 
62
69
Package: storage-framework-provider-dev
63
70
Section: libdevel
68
75
         libboost-thread-dev,
69
76
         ${misc:Depends},
70
77
Description: Header files for the Storage Framework provider library
 
78
 Development C++ headers for the provider API.