install: Add usr/lib/systemd/user - #943
Merged
Merged
Conversation
Fixes the following build error by debhelper:
dh_missing --fail-missing
dh_missing: warning: usr/lib/systemd/user/gnome-session@installer.target.d/session.conf exists in debian/tmp but is not installed to anywhere
The following debhelper tools have reported what they installed (with files per package)
* dh_install: io.elementary.installer (7), io.elementary.installer-session (5)
* dh_installdocs: io.elementary.installer (0), io.elementary.installer-session (0)
If the missing files are installed by another tool, please file a bug against it.
When filing the report, if the tool is not part of debhelper itself, please reference the
"Logging helpers and dh_missing" section from the "PROGRAMMING" guide for debhelper (10.6.3+).
(in the debhelper package: /usr/share/doc/debhelper/PROGRAMMING.md.gz)
Be sure to test with dpkg-buildpackage -A/-B as the results may vary when only a subset is built
If the omission is intentional or no other helper can take care of this consider adding the
paths to debian/not-installed.
dh_missing: warning: usr/lib/systemd/user/io.elementary.installer.compositor@wayland.service exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/systemd/user/io.elementary.installer.service exists in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/systemd/user/io.elementary.installer.target exists in debian/tmp but is not installed to anywhere
dh_missing: error: missing files, aborting
danirabbit
approved these changes
Aug 11, 2026
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.
Goes after #929
Fixes the following build error by debhelper: