Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
steam
systemd
Commits
1a425de3
Commit
1a425de3
authored
Apr 26, 2014
by
Martin Pitt
Browse files
Run dh_install with --fail-missing
To avoid forgetting files when we move to new versions.
parent
d2a5cc49
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
1a425de3
...
...
@@ -16,6 +16,8 @@ systemd (204-9) UNRELEASED; urgency=medium
* rules: Remove the kernel-install bits; we don'
t
want
that
in
Debian
and
thus
it
shouldn
't appear in dh_install --list-missing output.
* Ship sd-shutdown.h in libsystemd-daemon-dev.
* Run dh_install with --fail-missing, to avoid forgetting files when we move
to new versions.
-- Michael Biebl <biebl@debian.org> Sat, 26 Apr 2014 10:41:18 +0200
...
...
debian/rules
View file @
1a425de3
...
...
@@ -88,7 +88,7 @@ override_dh_install:
rm -rf debian/install/*/etc/kernel/
find debian/install/ -name '*.la' -delete
dh_install -pudev-udeb -plibudev1-udeb --sourcedir=debian/install/udeb
dh_install $(BOOTSTRAP_DH_FLAGS) -Nudev-udeb -Nlibudev1-udeb --sourcedir=debian/install/deb
dh_install $(BOOTSTRAP_DH_FLAGS) -Nudev-udeb -Nlibudev1-udeb --sourcedir=debian/install/deb
--fail-missing
# install some files manually, --sourcedir makes that necessary
# udev-udeb
install -D --mode=755 debian/extra/udev.startup \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment