summaryrefslogtreecommitdiff
path: root/packaging.in/debian/control.debian.in
blob: b4d6b5f8d6b031f8b1badfaec81b9a4442a29fa5 (plain)
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
Source: automotive-message-broker
Section: Utilities
Priority: extra
Maintainer: Kevron Rees <tripzero.kev@gmail.com>
Build-Depends: build-essential, debhelper (>= 8.0.0), cdbs, pkg-config, libltdl-dev, cmake, libboost-dev, uuid-dev, libglib2.0-dev, qtbase5-dev
Standards-Version: 3.9.2
Homepage: https://01.org/automotive-message-broker
Vcs-Git: git@github.com:otcshare/automotive-message-broker.git
Vcs-Browser: http://github.com/otcshare/automotive-message-broker.git

Package: libamb
Architecture: i386
Version: @PROJECT_VERSION@
Depends: ${shlibs:Depends}, ${misc:Despends}
Description: Supporting amb library

Package: libamb-dev
Section: devel
Architecture: i386
Version: @PROJECT_VERSION@
Depends: libamb, uuid-dev, libjson-c-dev
Description: Vehicle data abstraction and multiplexing daemon
 Vehicle data abstraction and multiplexing plugin framework
 which provides a communications interface to CAN, OBDII and GPS devices using
 TCP, bluetooth or USB

Package: automotive-message-broker
Architecture: i386
Version: @PROJECT_VERSION@
Depends: ${shlibs:Depends}, ${misc:Depends}, libamb
Description: Vehicle data abstraction and multiplexing daemon
 Vehicle data abstraction and multiplexing daemon implemented as
 plugin framework that communicates to OBDII and GPS devices

Package: automotive-message-broker-plugins
Architecture: i386
Version: @PROJECT_VERSION@
Depends: ${shlibs:Depends}, ${misc:Depends}, libamb
Description: Vehicle data abstraction and multiplexing daemon
 Vehicle data abstraction and multiplexing daemon implemented as
 plugin framework that communicates to OBDII and GPS devices

Package: automotive-message-broker-plugins-qtmainloop
Architecture: i386
Version: @PROJECT_VERSION@
Depends: ${shlibs:Depends}, ${misc:Depends}, libamb
Description: Vehicle data abstraction and multiplexing daemon
 Vehicle data abstraction and multiplexing daemon implemented as
 plugin framework that communicates to OBDII and GPS devices

Package: automotive-message-broker-plugins-bluemonkey
Architecture: i386
Version: @PROJECT_VERSION@
Depends: ${shlibs:Depends}, ${misc:Depends}, libamb, automotive-message-broker-plugins-qtmainloop
Description: Vehicle data abstraction and multiplexing daemon
 Vehicle data abstraction and multiplexing daemon implemented as
 plugin framework that communicates to OBDII and GPS devices

Package: automotive-message-broker-plugins-bluetooth
Architecture: i386
Version: @PROJECT_VERSION@
Depends: ${shlibs:Depends}, ${misc:Depends}, libamb, automotive-message-broker-plugins-qtmainloop
Description: Vehicle data abstraction and multiplexing daemon
 Vehicle data abstraction and multiplexing daemon implemented as
 plugin framework that communicates to OBDII and GPS devices