-
Notifications
You must be signed in to change notification settings - Fork 322
Dlt dev debian update #763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
c843fa1 to
8009bf5
Compare
|
This needs merging first: #761 Build result: |
8009bf5 to
b2cb079
Compare
b2cb079 to
5becdea
Compare
e3e9edf to
791a33e
Compare
791a33e to
648c11f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the Debian packaging configuration to fix local build issues for the DLT daemon project. The changes modernize the Debian build system and address installation path inconsistencies.
Key changes include:
- Modernization of Debian packaging from debhelper 9 to debhelper-compat 13
- Fixes to systemd service file installation paths to use the correct prefix
- Addition of build configuration files and better handling of systemd version detection
Reviewed Changes
Copilot reviewed 10 out of 14 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| debian/source/option | Adds diff ignore configuration for Debian source package |
| debian/source/format | Sets Debian source package format to native |
| debian/rules | Improves formatting of CMake configuration options |
| debian/not-installed | Lists files intentionally not included in packages |
| debian/dlt-tools.install | Fixes systemd service file paths to use proper prefix |
| debian/dlt-daemon.install | Fixes systemd service file path to use proper prefix |
| debian/control | Updates build dependency to modern debhelper-compat |
| debian/compat | Removes deprecated compat file |
| debian/changelog | Adds changelog entry for version 2.18.10 |
| CMakeLists.txt | Adds null check for systemd version detection |
Signed-off-by: lum3hc <Minh.LuuQuang@vn.bosch.com>
648c11f to
c041701
Compare
Fix debian build local