~phablet-team/messaging-framework/trunk

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: Tarmac
  • Author(s): Roberto Mier Escandon
  • Date: 2016-11-19 01:31:11 UTC
  • mfrom: (70.1.14 dynamic-soname)
  • Revision ID: tarmac-20161119013111-7uky78nj17zy9jlw
Have dynamic soversion for the fw depending on the distro, to avoid ABI break problems with gcc or libboost different versions. (see https://wiki.ubuntu.com/Bileto?action=show&redirect=citrain%2FLandingProcess#Handling_Symbols)
Using messaging-framework word instead of messaging-fw in all the project.

Approved by system-apps-ci-bot, Gustavo Pichorim Boiko.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: messaging-framework
 
2
Section: libs
 
3
Priority: optional
 
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 
5
Build-Depends: astyle,
 
6
               clang-format-3.5:native,
 
7
               clang:native,
 
8
               cmake,
 
9
               debhelper (>= 9),
 
10
               dos2unix,
 
11
               doxygen,
 
12
               gcovr,
 
13
               google-mock,
 
14
               graphviz,
 
15
               lcov,
 
16
               libboost-filesystem-dev (>= 1.55) | libboost-filesystem1.58-dev,
 
17
               libboost-program-options-dev (>= 1.55) | libboost-program-options1.58-dev, 
 
18
               libboost-system-dev (>= 1.55) | libboost-system1.58-dev,
 
19
               libdbus-cpp-dev,
 
20
               libgoogle-glog-dev,
 
21
               libphonenumber-dev,
 
22
               libprocess-cpp-dev,
 
23
               libsystemd-dev,
 
24
               libtelepathy-qt5-dev,
 
25
               pkg-config,
 
26
               qtbase5-dev,
 
27
               qtpim5-dev,
 
28
               telepathy-mission-control-5
 
29
Standards-Version: 3.9.7
 
30
Homepage: https://launchpad.net/messaging-framework
 
31
Vcs-Bzr: https://code.launchpad.net/~phablet-team/messaging-framework/trunk
 
32
 
 
33
Package: libmessaging-framework-dev
 
34
Section: libdevel
 
35
Architecture: any
 
36
Multi-Arch: same
 
37
Depends: libmessaging-framework1-@SO_VERSION@ (= ${binary:Version}), ${misc:Depends}
 
38
Description: Ubuntu Messaging Framework header files
 
39
 All the development headers and libraries for the Messaging Framework
 
40
 
 
41
Package: libmessaging-framework1-@SO_VERSION@
 
42
Section: libs
 
43
Architecture: any
 
44
Multi-Arch: same
 
45
Depends: ${misc:Depends}, ${shlibs:Depends}
 
46
Description: Ubuntu Messaging Framework to build IM plugins
 
47
 This layer communicates third party plugins with systems like
 
48
 telepathy allowing changing the system by other without having
 
49
 to modify the plugins