diffstat for systemd-204 systemd-204 changelog | 90 +++++++++++++++++++++++++++++++++++++++++++++++++ control | 4 +- patches/debian-changes | 2 - systemd.postinst | 5 ++ 4 files changed, 98 insertions(+), 3 deletions(-) diff -Nru systemd-204/debian/changelog systemd-204/debian/changelog --- systemd-204/debian/changelog 2014-02-11 22:34:44.000000000 +0000 +++ systemd-204/debian/changelog 2014-02-14 10:10:06.000000000 +0000 @@ -1,3 +1,14 @@ +systemd (204-7tanglu1) staging; urgency=medium + + * Merge with Debian unstable, remaining changes: + - Explicitly depend on newer libaudit + - Make systemd and systemd-sysv required packages + - Enable persistent journald logging + * Map SysV runlevel S to basic.target, not sysinit.target. + - Debian specific change, upstream does not map runlevel S to any target. + + -- Jon Severinsson Fri, 14 Feb 2014 10:00:00 +0100 + systemd (204-7) unstable; urgency=low * fix systemctl enable/disable/… error message “Failed to issue method call: @@ -14,6 +25,20 @@ -- Michael Stapelberg Tue, 11 Feb 2014 23:34:42 +0100 +systemd (204-6tanglu2) staging; urgency=low + + * Enable persistent journald logging + + -- Matthias Klumpp Sun, 12 Jan 2014 18:14:26 +0100 + +systemd (204-6tanglu1) staging; urgency=low + + * Merge with Debian unstable, remaining changes: + - Explicitly depend on newer libaudit + - Make systemd and systemd-sysv required packages + + -- Matthias Klumpp Tue, 07 Jan 2014 12:08:34 +0100 + systemd (204-6) unstable; urgency=low [ Michael Stapelberg ] @@ -49,6 +74,14 @@ -- Michael Stapelberg Tue, 31 Dec 2013 14:39:44 +0100 +systemd (204-5tanglu1) staging; urgency=low + + * Merge with Debian unstable, remaining changes: + - Explicitly depend on newer libaudit + - Make systemd and sysv-compat required packages + + -- Matthias Klumpp Sun, 01 Dec 2013 20:26:34 +0100 + systemd (204-5) unstable; urgency=high * Cherry-pick 72fd713 from upstream which fixes insecure calling of polkit @@ -57,6 +90,15 @@ -- Michael Biebl Mon, 23 Sep 2013 11:59:53 +0200 +systemd (204-4tanglu1) staging; urgency=low + + * Merge with debian unstable, remaining changes: + - mount /dev as devtmpfs, not tmpfs + - Explicitly depend on newer libaudit + - systemd is a required component + + -- Matthias Klumpp Tue, 17 Sep 2013 21:40:16 -0700 + systemd (204-4) unstable; urgency=low * Add preinst check to abort udev upgrade if the currently running kernel @@ -113,6 +155,15 @@ -- Michael Biebl Thu, 12 Sep 2013 00:13:11 +0200 +systemd (204-2tanglu1) aequorea; urgency=low + + * Merge with debian experimental, remaining changes: + - mount /dev as devtmpfs, not tmpfs + - Adjust maintscript version-numbers to Tanglu packaging + - systemd is a required component + + -- Philip Muškovac Sat, 27 Jul 2013 14:12:08 +0200 + systemd (204-2) experimental; urgency=low [ Daniel Schaal ] @@ -233,6 +284,45 @@ -- Michael Biebl Thu, 20 Jun 2013 01:32:16 +0200 +systemd (204-0tanglu2) aequorea; urgency=low + + * Adjust maintscript version-numbers to Tanglu packaging + * Remove obsolete udev-mtab init-script + - Thanks to Michael Biebl for the hint! + + -- Matthias Klumpp Fri, 19 Jul 2013 18:54:49 +0200 + +systemd (204-0tanglu1) aequorea; urgency=low + + * New upstream release + + -- Matthias Klumpp Fri, 28 Jun 2013 22:48:52 +0200 + +systemd (201-0tanglu4) aequorea; urgency=low + + * Make sure debian-fixup.service runs after systemd-remount-fs.service, + which has been renamed. + + -- Matthias Klumpp Thu, 23 May 2013 22:28:45 +0200 + +systemd (201-0tanglu3) aequorea; urgency=low + + * debian/extra/udev.startup: Mount /dev as devtmpfs instead of tmpfs + + -- Philip MuÅ¡kovac Tue, 21 May 2013 01:47:17 +0200 + +systemd (201-0tanglu2) aequorea; urgency=low + + * Make systemd a required component + + -- Matthias Klumpp Sat, 27 Apr 2013 22:55:46 +0200 + +systemd (201-0tanglu1) aequorea; urgency=low + + * Build for Tanglu, adjusting dependencies + + -- Matthias Klumpp Tue, 23 Apr 2013 20:16:45 +0200 + systemd (44-11) unstable; urgency=low * Team upload. diff -Nru systemd-204/debian/control systemd-204/debian/control --- systemd-204/debian/control 2014-02-11 22:34:44.000000000 +0000 +++ systemd-204/debian/control 2014-02-14 09:46:56.000000000 +0000 @@ -42,7 +42,7 @@ Package: systemd Architecture: linux-any Section: admin -Priority: optional +Priority: required Recommends: libpam-systemd Suggests: systemd-ui Pre-Depends: ${misc:Pre-Depends} @@ -69,7 +69,7 @@ Package: systemd-sysv Architecture: linux-any Section: admin -Priority: extra +Priority: required Conflicts: sysvinit (<< 2.88dsf-44~), upstart, runit-run diff -Nru systemd-204/debian/patches/debian-changes systemd-204/debian/patches/debian-changes --- systemd-204/debian/patches/debian-changes 2014-02-11 22:43:10.000000000 +0000 +++ systemd-204/debian/patches/debian-changes 2014-02-14 10:10:16.000000000 +0000 @@ -4069,7 +4069,7 @@ { "rc5.d", SPECIAL_RUNLEVEL5_TARGET, RUNLEVEL_UP }, + /* Debian style rcS.d */ -+ { "rcS.d", SPECIAL_SYSINIT_TARGET, RUNLEVEL_SYSINIT }, ++ { "rcS.d", SPECIAL_BASIC_TARGET, RUNLEVEL_SYSINIT }, + /* Standard SysV runlevels for shutdown */ { "rc0.d", SPECIAL_POWEROFF_TARGET, RUNLEVEL_DOWN }, diff -Nru systemd-204/debian/systemd.postinst systemd-204/debian/systemd.postinst --- systemd-204/debian/systemd.postinst 2014-02-11 22:34:44.000000000 +0000 +++ systemd-204/debian/systemd.postinst 2014-02-14 09:46:56.000000000 +0000 @@ -87,9 +87,14 @@ # initial update of the Message Catalogs database _update_catalog +# Install systemd journal directory with appropriate permissions +# to enable persistent logging. +install -d -g systemd-journal /var/log/journal + # We don’t ship /var/log/journal currently, so only run the following fix for # systems where the administrator has explicitly enabled persistent logging by # creating /var/log/journal. +# NOTE: On Tanglu, this is enabled by default if [ -d /var/log/journal ]; then # Grant read access to /var/log/journal for members of the adm group # via a filesystem ACL. This makes them able to read the journal.