Added debian directory.
[profile/ivi/dlt-daemon.git] / debian / control
1 Source: dlt-daemon
2 Section: autmotive
3 Priority: extra
4 Maintainer: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
5 Uploaders: jeremiah.foster@pelagicore.com
6 Build-Depends: debhelper (>= 7.0.50~), cmake
7 Standards-Version: 3.9.1
8 Homepage: https://collab.genivi.org/wiki/display/geniviproj/Automotive+DLT+%28Diagnostic+Log+and+Trace%29
9 Vcs-Git: https://git.genivi.org/srv/git/dlt-daemon
10 Vcs-Browser: https://git.genivi.org/git/gitweb.cgi?p=DLT-daemon;a=summary
11
12 Package: dlt-daemon
13 Architecture: any
14 Depends: ${shlibs:Depends}, ${misc:Depends}
15 Description: The daemon part of Diagnostic Log and Trace
16  Diagnostic Log and Trace is the standard diagnostic log and 
17  trace mechanism used within GENIVI. DLT is based on the 
18  AUTOSAR 4.0 DLT standard
19  .
20  DLT Daemon is the central software component, which receives all log 
21  and trace messages, controls the log levels and forwards the log 
22  and trace messages to the DLT Client
23
24