Dlt dev debian update - #763
Merged
Merged
Conversation
minminlittleshrimp
force-pushed
the
dlt_dev_debian_update
branch
5 times, most recently
from
August 3, 2025 07:17
c843fa1 to
8009bf5
Compare
Collaborator
Author
|
This needs merging first: #761 Build result: |
minminlittleshrimp
force-pushed
the
dlt_dev_debian_update
branch
from
August 3, 2025 07:28
8009bf5 to
b2cb079
Compare
minminlittleshrimp
force-pushed
the
dlt_dev_debian_update
branch
from
August 3, 2025 07:30
b2cb079 to
5becdea
Compare
minminlittleshrimp
force-pushed
the
dlt_dev_debian_update
branch
2 times, most recently
from
August 3, 2025 07:35
e3e9edf to
791a33e
Compare
minminlittleshrimp
force-pushed
the
dlt_dev_debian_update
branch
from
August 3, 2025 07:49
791a33e to
648c11f
Compare
There was a problem hiding this comment.
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>
minminlittleshrimp
force-pushed
the
dlt_dev_debian_update
branch
from
August 19, 2025 04:34
648c11f to
c041701
Compare
lti9hc
approved these changes
Aug 26, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix debian build local