summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorBui Nguyen Quoc Thanh <thanh.buinguyenquoc@vn.bosch.com>2021-01-11 13:33:38 +0700
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2021-06-30 10:54:59 +0900
commit8fa28df721e7038450d6479de697d2cdf91055eb (patch)
tree959d7d1e599e80e43014cea3cda3cbd50536ebf2 /debian/control
parent70bc426417b7aa29918642e4e8056c533306c931 (diff)
downloadDLT-daemon-8fa28df721e7038450d6479de697d2cdf91055eb.tar.gz
Debian packaging
First Debian release Signed-off-by: Bui Nguyen Quoc Thanh <thanh.buinguyenquoc@vn.bosch.com>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control59
1 files changed, 59 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..98cebea
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,59 @@
+Source: dlt-daemon
+Section: utils
+Priority: extra
+Maintainer: Advanced Driver Information Technology
+Build-Depends: debhelper (>= 9), cmake,
+ libdbus-1-dev, pkg-config, zlib1g-dev, libsystemd-dev
+
+
+Package: dlt-daemon
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Diagnostic Log and Trace daemon
+ This component provides a standardised log and trace interface, based
+ on the standardised protocol specified in the AUTOSAR standard 4.0 DLT.
+ This component can be used by GENIVI components and other applications
+ as logging facility providing
+ .
+ The DLT daemon is the central component in GENIVI, which gathers all
+ logs and traces from the DLT user applications. The logs and traces
+ are stored optionally directly in a file in the ECU. The DLT daemon
+ forwards all logs and traces to a connected DLT client.
+ The DLT client can send control messages to the daemon, e.g. to set
+ individual log levels of applications and contexts or get the list of
+ applications and contexts registered in the DLT daemon.
+
+
+Package: libdlt2
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Diagnostic Log and Trace daemon - Library
+ DLT library is used by apps that need to log to a DLT daemon directly and by
+ apps that want to read logs from DLT daemon.
+
+
+Package: libdlt-dev
+Section: libdevel
+Architecture: any
+Depends: libdlt2
+Description: Diagnostic Log and Trace daemon - Headers
+ DLT library is used by apps that need to log to a DLT daemon directly and by
+ apps that want to read logs from DLT daemon. This package provides development
+ files.
+
+
+Package: dlt-tools
+Architecture: any
+Depends: libdlt2, ${shlibs:Depends}, ${misc:Depends}
+Description: Diagnostic Log and Trace daemon - Tools
+ This package includes tools to connect to and experiment with DLT daemon.
+ Most usefully this includes 'dlt-receive' to connect to a (remote) DLT server
+ and save all logs to a DLT file and 'dlt-system' that injects system logs
+ into the DLT server.
+
+
+Package: dlt-examples
+Architecture: any
+Depends: libdlt2, ${shlibs:Depends}, ${misc:Depends}
+Description: Diagnostic Log and Trace daemon - Examples
+ This package includes example binaries to demonstrate several use cases. \ No newline at end of file