summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJeremiah C. Foster <jeremiah.foster@pelagicore.com>2011-09-07 18:09:21 +0200
committerJeremiah C. Foster <jeremiah.foster@pelagicore.com>2011-09-07 18:09:21 +0200
commit75e79040e5f8338f6c83f487b69568a55cf9f304 (patch)
tree510236dd38765b255bdf83c1345751cef8a9f0f8 /debian/control
parent885a1474729164f3f049a38c27c6f8c148fee95f (diff)
downloadDLT-daemon-75e79040e5f8338f6c83f487b69568a55cf9f304.tar.gz
Added debian directory.
Diffstat (limited to 'debian/control')
-rwxr-xr-xdebian/control24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100755
index 0000000..801167e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: dlt-daemon
+Section: autmotive
+Priority: extra
+Maintainer: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
+Uploaders: jeremiah.foster@pelagicore.com
+Build-Depends: debhelper (>= 7.0.50~), cmake
+Standards-Version: 3.9.1
+Homepage: https://collab.genivi.org/wiki/display/geniviproj/Automotive+DLT+%28Diagnostic+Log+and+Trace%29
+Vcs-Git: https://git.genivi.org/srv/git/dlt-daemon
+Vcs-Browser: https://git.genivi.org/git/gitweb.cgi?p=DLT-daemon;a=summary
+
+Package: dlt-daemon
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: The daemon part of Diagnostic Log and Trace
+ Diagnostic Log and Trace is the standard diagnostic log and
+ trace mechanism used within GENIVI. DLT is based on the
+ AUTOSAR 4.0 DLT standard
+ .
+ DLT Daemon is the central software component, which receives all log
+ and trace messages, controls the log levels and forwards the log
+ and trace messages to the DLT Client
+
+