Only ship *.link files as part of the udev package

The *.network files are solely used by systemd-networkd and should
therefor be shipped by the systemd package.

Closes: #808237
This commit is contained in:
Michael Biebl 2016-01-29 21:05:06 +01:00
parent 9699c28da4
commit b81f0e8f45
3 changed files with 6 additions and 1 deletions

3
debian/changelog vendored
View File

@ -29,6 +29,9 @@ systemd (228-5) UNRELEASED; urgency=medium
* Retrigger cleanup of org.freedesktop.machine1.conf and
hwclock-save.service now that dpkg has been fixed to correctly pass the
old version to postinst on upgrade. (Closes: #802545)
* Only ship *.link files as part of the udev package. The *.network files
are solely used by systemd-networkd and should therefor be shipped by the
systemd package. (Closes: #808237)
-- Martin Pitt <mpitt@debian.org> Mon, 11 Jan 2016 14:00:11 +0100

2
debian/control vendored
View File

@ -71,6 +71,8 @@ Breaks: lvm2 (<< 2.02.104-1),
apparmor (<< 2.9.2-1),
systemd-shim (<< 8-2),
ifupdown (<< 0.8.5~),
systemd (<< 228-5),
Replaces: systemd (<< 228-5),
Conflicts: klogd
Description: system and service manager
systemd is a system and service manager for Linux. It provides aggressive

2
debian/udev.install vendored
View File

@ -1,6 +1,6 @@
etc/udev/
lib/udev/*
lib/systemd/network
lib/systemd/network/*.link
lib/systemd/system/systemd-udev*
lib/systemd/system/systemd-hwdb*
lib/systemd/system/*.target.wants/systemd-udev*