Commit Graph

22 Commits

Author SHA1 Message Date
Luca Boccassi
cac3ef9e64 systemd-resolved: move conffile from systemd
Copied from systemd-timesyncd
2022-08-06 00:28:16 +01:00
Michael Biebl
711dc827a8 Clean up old versions from maintscript files 2021-07-30 22:10:12 +02:00
Michael Biebl
e23f9a2fb3 systemd Debian release 246.6-5
-----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEECbOsLssWnJBDRcxUauHfDWCPItwFAl+9cvYACgkQauHfDWCP
 Itz03w/+K7laA+3yUOP0U4P7kfzm9lsCrdDdIK2XTlSTMq2Q605H7JomAmZWE4GH
 bET11ChHqpNpQDNrizu6UeJLBovTlfuxZYB0wvNseJxhojs3XFGLzW7sqdmHGDjB
 III0NaLd+3dr3PsygOtmtIexa6ybnvU4s7zy7sWFUp1ZBi89xl4LTjEybBraEc04
 WUeCVZtQ4rtWu1oSgdyXMnVhEjg95q400kfOSwNGsidyhV+QkXhnn6wJhPfJukgv
 529D6qVTfhozVypHmK4iG/1ZYJnXOydA35JShkp1b6pfigtKvlA+8m/8BWm4QAI4
 svLItgA+TbQoLs8wjAxcVIMUYYOgdYsIa3hIhjBM+yV0u5dGffgYy/BdIXPxOSou
 3V0dLpGsJJzJO804a2Y2hFRQa/aNMJ1wbUEdUlI3qFLReLeCvsMDQXO3TotAYWSY
 5LDlbPTQpppmlRyaVBek863+OL/1zwTKkwij+tnATcEmW+SIz3vMUEBMEDk/8KJI
 klqfk53KF+kYRMtkAcUjxmjOT7zvztBTJpSQGizJbfhAdtXnqBBR7tClX29ChzbT
 lamvVcrdHLhI2/FPSmyhL19syLx5nxMASf5psVJbQj8uX3iRLAivylTh6/Mx26Md
 67pXSZeDMFFlUFnUUnaL2pKpAILPmiUjnROL4VErdhYcykMTakw=
 =Q6O6
 -----END PGP SIGNATURE-----

Merge tag 'debian/246.6-5' into debian/experimental

systemd Debian release 246.6-5
2020-11-26 17:58:35 +01:00
Michael Biebl
6b159adba6 pam: move systemd-user PAM config from /etc/pam.d to /usr/lib/pam.d
This is supported since PAM 1.2 and we want as little files in /etc as
possible.
2020-11-18 01:12:04 +01:00
Balint Reczey
d6483013d5 Ship systemd-timesyncd in a separate package
The new systemd-timesyncd package conflicting with other NTP-related
packages resolves the problems arising when installing systemd-timesyncd
and other NTP servers on the same system.

Co-authored-by: Michael Biebl <biebl@debian.org>
LP: #1849156
Closes: #805927, #947936
2020-04-02 16:36:09 +02:00
Michael Biebl
d11f93c7df Drop pre-stretch migration code 2019-05-08 01:33:37 +02:00
Michael Biebl
d44958f51b Remove obsolete systemd-shim conffile on upgrades
The D-Bus policy file was dropped from the systemd-shim package in
version 8-4, but apparently there are cases where users removed the
package before that cleanup happened. The D-Bus policy file that was
shipped by systemd-shim was much more restrictive and now prevents
calling GetDynamicUsers() and other recent APIs on systemd Manager.

Closes: #914285
2018-12-03 12:53:04 +01:00
Michael Biebl
1463e62fdf Drop no longer needed maintainer scripts migration code 2017-03-03 14:06:16 +01:00
Michael Biebl
335cca9443 Install D-Bus policy files in /usr
This requires dbus >= 1.9.18.
Both Debian stretch and Ubuntu 16.04 LTS ship a new enough version so we
shouldn't need a versioned Depends (or versioned Breaks in case of
systemd).

Gbp-Dch: Short
2017-03-03 13:06:48 +01:00
Michael Biebl
e9938a5961 Remove obsolete /etc/systemd/bootchart.conf conffile on upgrades 2016-05-23 03:06:24 +02:00
Michael Biebl
9699c28da4 Retrigger cleanup routines which have been missed due to a bug in dpkg
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
2016-01-29 16:17:49 +01:00
Michael Biebl
34165f8d34 Drop unneeded /etc/X11/xinit/xinitrc.d/50-systemd-user.sh
...from the package and clean up the conffile on upgrades. We have the
dbus-user-session package in Debian to properly enable the D-Bus
user-session mode which also takes care of updating the systemd --user
environment.

Closes: #795761
2015-11-24 16:27:23 +01:00
Martin Pitt
2edb1e16fb Revert "Install D-Bus policies into /usr/share/dbus-1/system.d/ instead of /etc/dbus-1"
Simon McVittie says that this needs to wait until Stretch+1 to avoid problems
on dist-upgrade due to policy files disappearing from /etc while the old
dbus-daemon is still running.

This reverts commit 5daf857c43.
2015-10-14 15:31:35 +02:00
Martin Pitt
fcc8234cdf debian/systemd.maintscript: Drop unnecessary package names 2015-10-14 10:41:05 +02:00
Martin Pitt
5daf857c43 Install D-Bus policies into /usr/share/dbus-1/system.d/ instead of /etc/dbus-1
This gets rid of some conffiles.
Bump D-Bus dependencies to >= 1.9.18 which started supporting this.
Remove obsolete conffiles on upgrades.
2015-10-14 10:28:53 +02:00
Felipe Sateler
f5f5028055 Move conffile from systemd to systemd-container package
Use 224-2 as version in rm_conffile because otherwise the file will be
removed on 224-2 => 225-1 upgrades, when the file is now the property of
systemd-container, not systemd.

Closes: #797048
2015-08-28 13:20:22 -03:00
Michael Biebl
cfaafb0773 systemd: Remove obsolete conffile clean up from pre-wheezy 2015-07-21 22:30:59 +02:00
Michael Biebl
9d0e1d84f4 Rename conffiles for logind and journald 2013-07-17 20:24:08 +02:00
Michael Biebl
8af0f8a1f5 Remove obsolete bash-completion scripts on upgrades
Nowadays they are installed in /usr/share/bash-completion/completions.
2013-07-17 20:24:08 +02:00
Michael Biebl
96e84054c9 Tighten the versions in the maintscript file
so the conffiles are correctly cleaned up when upgrading from the
37-1.1 NMU. Closes: #669951
2012-04-28 10:49:26 +02:00
Michael Biebl
ab6bd81e80 Rename bash completion file systemctl-bash-completion.sh → systemd-bash-completion.sh. 2012-02-28 07:57:50 +01:00
Michael Biebl
e3c0434f4a Use new dh_installdeb maintscript facility to handle obsolete conffiles.
Bump Build-Depends on debhelper accordingly.

Conflicts:

	debian/changelog
2012-02-28 07:57:19 +01:00