systemd (204-0ubuntu18) saucy; urgency=low

  * Configure with --disable-silent-rules, as per request from Matthias.
  * Add debian/extra/rules/40-hyperv-hotadd.rules: On Hyper-V VMs, bring new
    CPU and memory devices online as soon as they appear. This is not quite an
    ideal solution, but an unintrusive compromise for Saucy. (LP: #1233466)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Sat, 12 Oct 2013 12:16:29 +0200

systemd (204-0ubuntu17) saucy; urgency=low

  * Mount devpts with the correct permissions to avoid needing pt_chown.

 -- Adam Conrad <adconrad@ubuntu.com>  Fri, 11 Oct 2013 00:46:12 -0600

systemd (204-0ubuntu16) saucy; urgency=low

  [ TJ ]
  * Add 0030-revert-removal-of-rename_netif-functionality.patch: Return the
    previous ability to postpone renaming until the target interface name
    is free. (LP: #1235162)

  [ Martin Pitt ]
  * Refresh debian/extra/60-keyboard.hwdb to fix Samsung models.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 09 Oct 2013 16:16:50 +0200

systemd (204-0ubuntu15) saucy; urgency=low

  * 0029-Support-phablet-etc-writable.patch: Update patch to also work for
    relative symlinks to /etc/writable, as livecd-rootfs 2.191 creates them
    relative now. (LP: #1227520)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 01 Oct 2013 17:53:13 +0200

systemd (204-0ubuntu14) saucy; urgency=low

  * Add 0029-Support-phablet-etc-writable.patch: On Ubuntu Phone with readonly
    /etc we symlink /etc/{adjtime,localtime,timezone} to /etc/writable/, so we
    need to update those files instead if the original files are symlinks into
    /etc/writable/. (LP: #1227520)
  * Refresh debian/extra/60-keyboard.hwdb with latest keymaps from upstream.
    Among others, this fixes Samsung Ativ 9 Plus. (LP: #1229936)
  * Rename 0027-CVE-2013-4327.patch and
    0028-fix-reboot-polkit-permissions.patch to 0000-upstream-* as they are in
    upstream git.
  * Ship {ata,cdrom,scsi}_id in udev-udeb. (LP: #1231230)
  * Drop 60-persistent-v4l.rules and 61-accelerometer.rules from udev-udeb, we
    don't need these in the installer.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 30 Sep 2013 13:34:06 +0200

systemd (204-0ubuntu13) saucy; urgency=low

  * debian/patches/0028-fix-reboot-polkit-permissions.patch: make
    reboot-multiple-sessions polkit permissions consistent with
    power-off-multiple-sessions in
    src/login/org.freedesktop.login1.policy.in. (LP: #1226509)

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Thu, 26 Sep 2013 14:49:51 -0400

systemd (204-0ubuntu12) saucy; urgency=low

  * SECURITY UPDATE: possible privilege escalation via policykit UID lookup
    race.
    - debian/patches/0027-CVE-2013-4327.patch: pass system-bus-name as a
      subject instead of pid so policykit can get the information from the
      system bus in src/shared/polkit.c.
    - CVE-2013-4327

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Wed, 18 Sep 2013 13:19:40 -0400

systemd (204-0ubuntu11) saucy; urgency=low

  * Refresh debian/extra/60-keyboard.hwdb from upstream. Fixes keymap
    regressions on Dell and Samsung models. (LP: #1218433)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 06 Sep 2013 15:24:02 +0200

systemd (204-0ubuntu10) saucy; urgency=low

  * debian/systemd-services.install: Install systemd-multi-seat-x
    (LP: #1214146)
  * debian/local/78-graphics-card.rules: Also recognize vmwgfx driver. Thanks
    Reagan Sanders! (LP: #1208024)
  * Add 0000-upstream-hwdb-updates.patch: Update to latest upstream fixes of
    hwdb, to get proper keyboard support.
  * Move to hwdb keymap database to be able to continue to sync to upstream,
    and benefit from the improved speed and eased maintenance:
    - Drop 0000-upstream-keymaps.patch.
    - Add 0000-upstream-hwdb-keyboard.patch to backport the "keymap" builtin.
    - Add debian/extra/60-keyboard.hwdb (straight copy from upstream master),
      install in debian/udev.install.
    - debian/rules: Configure with --disable-keymap to not build/install the
      old keymap stuff any more.
    - Adds keymap for Samsung NP53U3C (LP: #1203853)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 27 Aug 2013 13:09:08 +0200

systemd (204-0ubuntu9) saucy; urgency=low

  * debian/udev.install: re-add installing /lib/udev/hotplug.functions,
    since it's still being used by the inputattach, bluez, and usb_modeswitch
    scripts.

 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>  Thu, 08 Aug 2013 10:42:38 -0400

systemd (204-0ubuntu8) saucy; urgency=low

  * rules/80-drivers.rules: trigger the cpu helper modules regardless of
    whether the kernel already has a driver loaded for the CPU components.
    (LP: #1207705)

 -- Andy Whitcroft <apw@canonical.com>  Fri, 02 Aug 2013 10:34:17 +0100

systemd (204-0ubuntu7) saucy; urgency=low

  * debian/tests/control: Add missing pkg-config test dependency, drop
    unnecessary python3 dependency.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 19 Jul 2013 11:38:40 +0200

systemd (204-0ubuntu6) saucy; urgency=low

  * debian/rules: Drop /system/firmware and /vendor/firmware paths again, we
    don't currently need them.
  * debian/extra/initramfs.top: Drop the $ROOTDELAY sleep, we already do that
    in a more sensible way in wait-for-root. (LP: #1202700)
  * Add debian/tests/api: Add check for sd_login_monitor_*(), to reproduce
    LP #1201180.
  * Add 0025-login-monitor-no-machine.patch: Fix sd_login_monitor_new() to not
    fail if there is no /sys/fs/cgroup/systemd/machine; that only exists when
    running with systemd as PID 1. (LP: #1201180)
  * debian/tests/logind: Create /run/udev/rules.d if it does not exist.
  * Switch from pre-generated hwdb database to shipping the source files
    (/lib/udev/hwdb.d/) and building hwdb.bin in postinst and with a trigger.
    Upstream software like libgphoto, libsane, and media-player-info will ship
    their own hwdb files soon, so be prepared for that.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 19 Jul 2013 09:45:54 +0200

systemd (204-0ubuntu5) saucy; urgency=low

  * Add 0000-upstream-keymaps.patch: Backport latest keymap fixes from
    upstream, as we won't be able to update to newer upstream releases anytime
    soon. (LP: #1193147, #1157334, #1152377, #1012365, #727139)
  * Refresh our patches to apply cleanly.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 05 Jul 2013 08:54:06 +0200

systemd (204-0ubuntu4) saucy; urgency=low

  * Properly integrate hwdb, to get back vendor/product names in the udev db:
    - Add 0024-hwdb-in-lib.patch: udev hwdb: Store binary database in libdir,
      not in /etc.
    - debian/rules: Build and ship pre-generated hwdb; do not ship the source
      files, they are quite big and for now we do not have other packages
      which want to add files there.
    - LP: #1190947

 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 14 Jun 2013 12:59:10 +0200

systemd (204-0ubuntu3) saucy; urgency=low

  * debian/extra/udev.startup: Restore devpts mounting, dropped in
    202-0ubuntu10.  The justification for dropping it was that it's already
    done by /usr/share/initramfs-tools/init, but this script is only used in
    d-i and d-i does not use /usr/share/initramfs-tools/init (LP: #1188864).

 -- Colin Watson <cjwatson@ubuntu.com>  Sat, 08 Jun 2013 00:32:53 +0100

systemd (204-0ubuntu2) saucy; urgency=low

  * debian/rules: Add /system/firmware and /vendor/firmware to firmware search
    paths. (LP: #1187616)
  * debian/libpam-systemd.postinst: Notify about required reboot when
    upgrading from < 204, as due to changed cgroup layout restarting logind
    after the upgrade would lose all existing sessions. (LP: #1187579)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 05 Jun 2013 11:07:38 +0200

systemd (204-0ubuntu1) saucy; urgency=low

  * New upstream release.
  * debian/rules: Do not restart logind on package upgrades, as the cgroup
    organization changed in this version.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 04 Jun 2013 10:46:58 +0200

systemd (202-0ubuntu12) saucy; urgency=low

  * Rename debian/tests/localed to locale-locale, as we are going to add more
    tests for localed.
  * Add debian/tests/localed-x11-keymap: Test "localectl set-x11-keymap".
  * Put back 0010-Add-back-support-for-Debian-specific-config-files.patch to
    re-fix timedated, and add Steve's fix for /etc/default/keymap. Re-drop
    0025-Adjust-localed-to-use-the-Debian-locations-of-etc-de.patch.
  * debian/extra/initramfs.bottom: We cannot properly synthesize LVM LV change
    events with udevadm trigger during boot, so if we use LVM, we need to let
    udev finish all the pending events in the initramfs. The
    0024-avoid-exit-deadlock-for-dm_cookie.patch approach was
    inherently racy, as it still left vgchange subprocesses running from
    watershed (which then run into a non-existing /dev), so disable that
    patch. (LP: #1185394)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 03 Jun 2013 14:41:20 +0200

systemd (202-0ubuntu11) saucy; urgency=low

  * Drop 0010-Add-back-support-for-Debian-specific-config-files.patch in
    favor of 0025-Adjust-localed-to-use-the-Debian-locations-of-etc-de.patch,
    the more complete fix for Debian/Ubuntu configuration paths that was
    silently dropped from the Ubuntu package when updating to 198.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Thu, 30 May 2013 13:56:41 -0700

systemd (202-0ubuntu10) saucy; urgency=low

  * debian/extra/initramfs.bottom: Drop reading of /etc/udev/udev.conf, the
    location of /dev hasn't been configurable for ages.
  * debian/extra/initramfs.top: Drop obsolete "scsi_wait_scan" modprobing here
    as well.
  * all_generic_ide blacklist: Depend on "all_generic_ide blacklist", as in
    previous udev.
  * debian/extra/initramfs.top: Drop unnecessary "udevadm settle".
  * debian/extra/initramfs.hook: Put back ata_id and scsi_id, these were
    overzealously removed with the bits that are built in now (like blkid and
    usb_id). LP: #1185060
  * debian/extra/udev.startup: Drop devpts mounting again, already done by
    /usr/share/initramfs-tools/init.
  * debian/extra/initramfs.hook: Install udevadm.upgrade when updating the
    initramfs while udev is unconfigured.
  * debian/extra/initramfs.hook: Remove duplicate copying of
    70-persistent-net.rules.
  * debian/extra/initramfs.hook: Don't install the dmsetup and md rules. This
    is already done by dmsetup's and mdadm's initramfs hooks.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 29 May 2013 08:12:35 +0200

systemd (202-0ubuntu9) saucy; urgency=low

  * debian/udev-udeb.links: Add /sbin/udevadm backwards compat symlink, too.
  * debian/extra/udev.startup: Mount devtmpfs, not tmpfs with the manual
    make_extra_nodes().
  * debian/extra/udev.startup: Mount devpts.
  * debian/extra/udev.startup: Drop obsolete "scsi_wait_scan" modprobing.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 28 May 2013 17:29:08 +0200

systemd (202-0ubuntu8) saucy; urgency=low

  * debian/udev.{preinst,postinst,postrm}: Disable udevadm trigger during
    upgrades, to cause installation failures of packages which call udevadm
    trigger without depending on udev. (LP: #1182948)
  * debian/extra/initramfs.hook: Copy /sbin/udevadm compatibility symlink into
    initramfs. (LP: #1184066)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 28 May 2013 13:13:42 +0200

systemd (202-0ubuntu7) saucy; urgency=low

  [ Martin Pitt ]
  * debian/*: Replace remaining "udevadm info --run" invocations with
    /run/udev/. (LP: #1182788)
  * Add 0020-persistent-storage-rule-mmc-partname.patch: Create disk/by-name
    links for mmcblk partitions if they have a PARTNAME property. Patch by
    Ricardo Salveti de Araujo, taken from udev 175-0ubuntu29.

  [ Andy Whitcroft ]
  * debian/extra/rules/78-graphics-card.rules -- demote efifb to a secondary
    display adaptor as in the majority of cases this will be replaced by
    a DRM driver.  (LP: #1100386)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 22 May 2013 12:09:59 +0200

systemd (202-0ubuntu6) saucy; urgency=low

  * Build udev from this source package:
    - Unblacklist udev and udev-udeb packages.
    - Drop 70-power-switch.rules from systemd-services (shipped in udev).
    - Port patches from old udev source package which are still relevant:
      + 0021-block-polling.patch
      + 0022-fix-race-condition-of-serio-driver-module-not-loading.patch
      + 0023-load-fbcon.patch
      + 0024-avoid-exit-deadlock-for-dm_cookie.patch
      + 75-persistent-net-generator.rules: Do not create persistent net rules
        for Ravello Systems MAC addresses. Now apply inline in
        debian/extra/rules, as upstream dropped these. (LP #1099278)
    - Add debian/extra/rules/78-graphics-card.rules (taken from old udev
      package)
    - Add debian/*.upstart from old udev package, and adjust dh_installinit
      calls accordingly.
    - Add Apport package hook.
    - Add READMEs for /lib/udev/rules.d/ and /etc/udev/rules.d/.
    - Add debian/udev.postinst for restarting udev and rebuilding initramfs.
    - Drop 0020-uaccess-rule-with-old-udev.patch, not necessary any more with
      current udev.
  * debian/extra/initramfs.hook: Adjust for changed paths and rules files.
  * debian/extra/initramfs.bottom: Replace undefined "nuke" with "rm -rf".
  * Install udev rules into udev-udeb.
  * Ship README.keymap.txt in udev, not in systemd.
  * Copy persistent net/cd rules generator scripts from udev 175 to
    debian/extra/, and adjust for dropped "udevadm info --run". We continue to
    use the old naming schema for the time being,  Don't install
    80-net-name-slot.rules for now.
  * debian/extra/initramfs.bottom: Ignore timeout errors from udevadm we
    expect (and indeed requested) in certain failure modes.  If we do not we
    will bail out early and not transfer /dev into /root which is always fatal
    leading to unbootable machines. (Taken from old udev package) (LP #818177)
  * Configure with correct --with-firmware-path.
  * Show test logs if running the test suite fails.
  * Disable test-sched-prio and test-util, they don't work in PPA buildds.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 21 May 2013 08:11:30 +0200

systemd (202-0ubuntu5) saucy; urgency=low

  * Drop 0016-Add-poweroff-reboot-suspend-hibernate-fallback.patch.
    systemd-shim 3 has a much better implementation of pm-utils fallback.
    Recommend systemd or systemd-shim >= 3 for that.
  * Ship 70-power-switch.rules. (LP: #1160995)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 02 May 2013 11:19:42 -0700

systemd (202-0ubuntu4) saucy; urgency=low

  * 0010-Add-back-support-for-Debian-specific-config-files.patch: Re-apply
    parts that use /etc/default/locale, which accidentally got dropped in
    202-0ubuntu1. (LP: #1175065)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 01 May 2013 11:35:55 -0700

systemd (202-0ubuntu3) saucy; urgency=low

  * Disable journal-stream test case, which fails on powerpc.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 30 Apr 2013 11:31:39 -0700

systemd (202-0ubuntu2) saucy; urgency=low

  * Merge 0019-disable-unit-name-test.patch and
    0021-disable-catalog-test.patch to
    0019-disable-failing-buildd-tests.patch, and disable the cgroup-util as
    well (which fails on the buildds, too).

 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 30 Apr 2013 08:40:07 -0700

systemd (202-0ubuntu1) saucy; urgency=low

  * New upstream release.
  * Drop patches applied/superseded upstream:
    - 0011-Don-t-strip-rc.-from-sysv-init-scripts.patch
    - 0013-build-sys-don-t-hard-code-binary-paths-in-initrd-.se.patch
    - 0014-Move-udevadm-to-rootbindir.patch
    - 0015-Strip-Date-from-man-pages.patch
  * Update *.symbols for new release.
  * Add 0021-disable-catalog-test.patch: Disable catalog test for now, fails
    at the moment
  * Disable 0004-Don-t-run-systemd-udev-rules-if-systemd-is-not-activ.patch.
    We'll drop udev-acl and use uaccess exclusively.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 29 Apr 2013 17:15:47 -0700

systemd (198-0ubuntu12) saucy; urgency=low

  [ Martin Pitt ]
  * debian/rules: Don't build ddebs for blacklisted binary packages.
  * debian/systemd-services.install: Put back logind D-BUS activation file,
    now that we will use logind by default.

  [ Iain Lane ]
  * Use the shutdown fallback for "poweroff.target" too; this is invoked by
    org.freedesktop.login1.Manager.PowerOff (LP: #1171504)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Sun, 28 Apr 2013 06:34:43 -0700

systemd (198-0ubuntu11) raring; urgency=low

  * debian/libpam-systemd.systemd-logind.upstart: Don't start if
    libpam-systemd is removed but not purged. (LP: #1171691)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 23 Apr 2013 07:38:20 +0200

systemd (198-0ubuntu10) raring; urgency=low

  * debian/systemd-services.install: Don't install the D-BUS activation file
    for logind. Without libpam-systemd's upstart job (which sets up the
    cgroups) it does not work anyway, and with the upstart job it is already
    running anyway. We'll put that back in raring+1 to respawn after crashes,
    but for raring we do not want to run logind by default. (LP: #1167642)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 12 Apr 2013 06:44:27 +0200

systemd (198-0ubuntu9) raring; urgency=low

  * debian/tests/control: Add libpam-systemd dependency for logind test, as
    it checks for the mounted cgroup. Mounting that moved into libpam-systemd,
    see 198-0ubuntu7.
  * Drop usr/lib/systemd/ from systemd-services, this doesn't belong there and
    is already installed into systemd.
  * 0016-Add-poweroff-reboot-suspend-hibernate-fallback.patch: Send
    PrepareFor{Sleep,Shutdown}() signals with "false" after the operation
    finished. Thanks to Iain Lane for the initial patch! (LP: #1157122)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 26 Mar 2013 11:08:39 +0100

systemd (198-0ubuntu8) raring; urgency=low

  * Add gir addon, to call dh_girepository to get the gir:Depends
    dependency. (LP: #1159997)

 -- Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com>  Tue, 26 Mar 2013 09:24:38 +0000

systemd (198-0ubuntu7) raring; urgency=low

  * Make systemd-services installable without forcing the usage of logind, so
    that we can install it by default for the other D-BUS services:
    - Move systemd-logind upstart job into libpam-systemd.
    - Drop systemd-services' Recommends: to libpam-systemd.
    - LP: #1156074

 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 19 Mar 2013 13:14:33 +0100

systemd (198-0ubuntu6) raring; urgency=low

  * Fix logind autopkgtest when there are no seats (as in Jenkins).

 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 18 Mar 2013 09:49:55 +0100

systemd (198-0ubuntu5) raring; urgency=low

  * Mark systemd-services as Multi-Arch: foreign.
  * Add autopkgtest for logind. Note that in Jenkins this will only have very
    light coverage as there it does not have a seat. When run locally, it will
    also cover hotplug and coldplug ACLs.
  * Add 0020-uaccess-rule-with-old-udev.patch: Our old udev does not yet
    understand RUN{builtin}, use IMPORT.  This can be dropped when moving to a
    recent udev. Depend on the udev version with the uaccess builtin backport,
    so that applying ACLs on hotplugged devices actually works.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 15 Mar 2013 19:15:32 +0100

systemd (198-0ubuntu4) raring; urgency=low

  * Add 0019-disable-unit-name-test.patch: Disable test-unit-name for now, as
    it fails on the buildds, presumably because of a missing /etc/hostname.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 15 Mar 2013 11:55:21 +0100

systemd (198-0ubuntu3) raring; urgency=low

  * Add 0018-Add-env-variable-for-machine-ID-path.patch: During package build,
    in minimal chroots, or other systems which do not already have an
    /etc/machine-id we get six test failures. Introduce a
    $SYSTEMD_MACHINE_ID_PATH environment variable which can specify a location
    other than /etc/machine-id, so that the unit tests are independent from
    the environment.
  * debian/rules: Re-enable unit tests. Don't run them under fakeroot as that
    hangs some tests, and supply a local machine id file.
  * Add autopkgtests for hostnamed, localed, and timedated.
  * 0010-Add-back-support-for-Debian-specific-config-files.patch: Update patch
    for localed to use /etc/default/locale instead of /etc/locale.conf.
  * Rename udev-gtk-udeb to libudev1-udeb, and build it for Ubuntu.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 15 Mar 2013 11:37:45 +0100

systemd (198-0ubuntu2) raring; urgency=low

  * libgudev-1.0-dev: Don't depend on exact binary version of
    gir1.2-gudev-1.0, as libgudev-* have an epoch.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 13 Mar 2013 13:45:13 +0100

systemd (198-0ubuntu1) raring; urgency=low

  FFE for new version and libudev1 soname bump: LP #1153224

  [ Michael Biebl ]
  * New upstream release with merged udev+systemd code bases.

  [ Martin Pitt ]
  * Split off new systemd-services binary package with logind, timedated,
    hostnamed, and localed. These can be used without the systemd init parts.
  * Add fallback to poweroff/reboot/pm-suspend/pm-hibernate if logind is
    running without systemd.
  * Clean up empty sessions when not running under systemd.
  * Add upstart job for logind.
  * Add Conflicts/Replaces/Provides for libpam-xdg-support and logind.
  * Disable udev and systemd packages for Ubuntu. udev (and its udebs) will be
    re-enabled once we apply our customizations from the standalone package,
    and the packages are confirmed to work. For systemd{,-sysv}, we need to
    decide whether or not we want these in universe.
  * Add epoch to libgudev packages for Ubuntu, as we had in udev.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 13 Mar 2013 10:46:40 +0100

systemd (44-10) unstable; urgency=low

  * Team upload.
  * Using the return code of "systemctl is-enabled" to determine whether we
    enable a service or not is unreliable since it also returns a non-zero
    exit code for masked services. As we don't want to enable masked services,
    grep for the string "disabled" instead.

 -- Michael Biebl <biebl@debian.org>  Fri, 15 Feb 2013 17:01:24 +0100

systemd (44-9) unstable; urgency=low

  * Team upload.
  * Fix typo in systemd.socket man page.  Closes: #700038
  * Use color specification in "systemctl dot" which is actually
    understood by dot.  Closes: #643689
  * Fix mounting of remote filesystems like NFS.  Closes: #673309
  * Use a file trigger to automatically enable service and socket units. A lot
    of packages simply install systemd units but do not enable them. As a
    result they will be inactive after the next boot. This is a workaround for
    wheezy which will be removed again in jessie.  Closes: #692150

 -- Michael Biebl <biebl@debian.org>  Fri, 15 Feb 2013 13:35:39 +0100

systemd (44-8) unstable; urgency=low

  * Team upload.
  * Use comment=systemd.* syntax in systemd.mount man page. The
    mount/util-linux version in wheezy is not recent enough to support the new
    x-systemd* syntax. Closes: #697141
  * Don't enable persistent storage of journal log files. The journal in v44
    is not yet mature enough.

 -- Michael Biebl <biebl@debian.org>  Sat, 19 Jan 2013 20:05:05 +0100

systemd (44-7) unstable; urgency=low

  * Fix a regression in the init-functions hook wrt reload handling that was
    introduced when dropping the X-Interactive hack.  Closes: #696355

 -- Michael Biebl <biebl@debian.org>  Fri, 21 Dec 2012 00:00:12 +0100

systemd (44-6) unstable; urgency=low

  [ Michael Biebl ]
  * No longer ship the /sys directory in the systemd package since it is
    provided by base-files nowadays.
  * Don't run udev rules if systemd is not active.
  * Converting /var/run, /var/lock and /etc/mtab to symlinks is a one-time
    migration so don't run the debian-fixup script on every boot.

  [ Tollef Fog Heen ]
  * Prevent the systemd package from being removed if it's the active init
    system, since that doesn't work.

  [ Michael Biebl ]
  * Use a separate tmpfs for /run/lock (size 5M) and /run/user (size 100M).
    Those directories are user-writable which could lead to DoS by filling up
    /run.  Closes: #635131

 -- Michael Biebl <biebl@debian.org>  Sun, 16 Dec 2012 21:58:37 +0100

systemd (44-5) unstable; urgency=low

  * Team upload.

  [ Tollef Fog Heen ]
  * disable killing on entering START_PRE, START, thanks to Michael
    Stapelberg for patch.  This avoids killing VMs run through libvirt
    when restarting libvirtd.  Closes: #688635.
  * Avoid reloading services when shutting down, since that won't work and
    makes no sense.  Thanks to Michael Stapelberg for the patch.
    Closes: #635777.
  * Try to determine which init scripts support the reload action
    heuristically.  Closes: #686115, #650382.

  [ Michael Biebl ]
  * Update Vcs-* fields, the Git repository is hosted on alioth now. Set the
    default branch to "debian".
  * Avoid reload and (re)start requests during early boot which can lead to
    deadlocks.  Closes: #624599
  * Make systemd-cgroup work even if not all cgroup mounts are available on
    startup.  Closes: #690916
  * Fix typos in the systemd.path and systemd.unit man page.  Closes: #668344
  * Add watch file to track new upstream releases.

 -- Michael Biebl <biebl@debian.org>  Thu, 25 Oct 2012 21:41:23 +0200

systemd (44-4) unstable; urgency=low

  [ Michael Biebl ]
  * Override timestamp for man page building, thereby avoiding skew
    between architectures which caused problems for multi-arch.
    Closes: #680011

  [ Tollef Fog Heen ]
  * Move diversion removal from postinst to preinst.  Closes: #679728
  * Prevent the journal from crashing when running out of disk space.
    This is 499fb21 from upstream.  Closes: #668047.
  * Stop mounting a tmpfs on /media.  Closes: #665943

 -- Tollef Fog Heen <tfheen@debian.org>  Sun, 01 Jul 2012 08:17:50 +0200

systemd (44-3) unstable; urgency=low

  [ Michael Biebl ]
  * Bump to debhelper 9.
  * Convert to Multi-Arch: same where possible.  Closes: #676615

  [ Tollef Fog Heen ]
  * Cherry-pick d384c7 from upstream to stop journald from leaking
    memory.  Thanks to Andreas Henriksson for testing.  Closes: #677701
  * Ship lsb init script override/integration in /lib/lsb/init-functions.d
    rather than diverting /lib/lsb/init-functions itself.  Add appropriate
    Breaks to ensure upgrades happen.

 -- Tollef Fog Heen <tfheen@debian.org>  Fri, 29 Jun 2012 22:34:16 +0200

systemd (44-2) unstable; urgency=low

  [ Michael Biebl ]
  * Tighten the versions in the maintscript file
  * Ship the /sys directory in the package
  * Re-add workaround for non-interactive PAM sessions
  * Mask checkroot-bootclean (Closes: #670591)
  * Don't ignore errores in systemd-sysv postinst

  [ Tollef Fog Heen ]
  * Bring tmpfiles.d/tmp.conf in line with Debian defaults.  Closes: #675422
  * Make sure /run/sensigs.omit.d exists.
  * Add python-dbus and python-cairo to Suggests, for systemd-analyze.
    Closes: #672965

 -- Tollef Fog Heen <tfheen@debian.org>  Tue, 08 May 2012 18:04:22 +0200

systemd (44-1) unstable; urgency=low

  [ Tollef Fog Heen ]
  * New upstream version.
    - Backport 3492207: journal: PAGE_SIZE is not known on ppc and other
      archs
    - Backport 5a2a2a1: journal: react with immediate rotation to a couple
      of more errors
    - Backport 693ce21: util: never follow symlinks in rm_rf_children()
      Fixes CVE-2012-1174, closes: #664364
  * Drop output message from init-functions hook, it's pointless.
  * Only rmdir /lib/init/rw if it exists.
  * Explicitly order debian-fixup before sysinit.target to prevent a
    possible race condition with the creation of sockets.  Thanks to
    Michael Biebl for debugging this.
  * Always restart the initctl socket on upgrades, to mask sysvinit
    removing it.

  [ Michael Biebl ]
  * Remove workaround for non-interactive sessions from pam config again.
  * Create compat /dev/initctl symlink in case we are upgrading from a system
    running a newer version of sysvinit (using /run/initctl) and sysvinit is
    replaced with systemd-sysv during the upgrade. Closes: #663219
  * Install new man pages.
  * Build-Depend on valac (>= 0.12) instead of valac-0.12. Closes: #663323

 -- Tollef Fog Heen <tfheen@debian.org>  Tue, 03 Apr 2012 19:59:17 +0200

systemd (43-1) experimental; urgency=low

  [ Tollef Fog Heen ]
  * Target upload at experimental due to libkmod dependency
  * New upstream release
    - Update bash-completion for new verbs and arguments. Closes: #650739
    - Fixes local DoS (CVE-2012-1101).  Closes: #662029
    - No longer complains if the kernel lacks audit support.  Closes: #642503
  * Fix up git-to-source package conversion script which makes gitpkg
    happier.
  * Add libkmod-dev to build-depends
  * Add symlink from /bin/systemd to /lib/systemd/systemd.
  * Add --with-distro=debian to configure flags, due to no /etc/os-release
    yet.
  * Add new symbols for libsystemd-login0 to symbols file.
  * Install a tmpfiles.d file for the /dev/initctl → /run/initctl
    migration.  Closes: #657979
  * Disable coredump handling, it's not ready yet.
  * If /run is a symlink, don't try to do the /var/run → /run migration.
    Ditto for /var/lock → /run/lock.  Closes: #647495

  [ Michael Biebl ]
  * Add Build-Depends on liblzma-dev for journal log compression.
  * Add Build-Depends on libgee-dev, required to build systemadm.
  * Bump Standards-Version to 3.9.2. No further changes.
  * Add versioned Build-Depends on automake and autoconf to ensure we have
    recent enough versions. Closes: #657284
  * Add packages for libsystemd-journal and libsystemd-id128.
  * Update symbols file for libsystemd-login.
  * Update configure flags, use rootprefix instead of rootdir.
  * Copy intltool files instead of symlinking them.
  * Re-indent init-functions script.
  * Remove workarounds for services using X-Interactive. The LSB X-Interactive
    support turned out to be broken and has been removed upstream so we no
    longer need any special handling for those type of services.
  * Install new systemd-journalctl, systemd-cat and systemd-cgtop binaries.
  * Install /var/lib/systemd directory.
  * Install /var/log/journal directory where the journal files are stored
    persistently.
  * Setup systemd-journald to not read from /proc/kmsg (ImportKernel=no).
  * Avoid error messages from systemctl in postinst if systemd is not running
    by checking for /sys/fs/cgroup/systemd before executing systemctl.
    Closes: #642749
  * Stop installing lib-init-rw (auto)mount units and try to cleanup
    /lib/init/rw in postinst. Bump dependency on initscripts accordingly.
    Closes: #643699
  * Disable pam_systemd for non-interactive sessions to work around an issue
    with sudo.
  * Use new dh_installdeb maintscript facility to handle obsolete conffiles.
    Bump Build-Depends on debhelper accordingly.
  * Rename bash completion file systemctl-bash-completion.sh →
    systemd-bash-completion.sh.
  * Update /sbin/init symlink. The systemd binary was moved to $pkglibdir.

 -- Tollef Fog Heen <tfheen@debian.org>  Tue, 07 Feb 2012 21:36:34 +0100

systemd (37-1.1) unstable; urgency=low

  * Non-maintainer upload with Tollef's consent.
  * Remove --parallel to workaround a bug in automake 1.11.3 which doesn't
    generate parallel-safe build rules. Closes: #661842
  * Create a compat symlink /run/initctl → /dev/initctl to work with newer
    versions of sysvinit. Closes: #657979

 -- Michael Biebl <biebl@debian.org>  Sat, 03 Mar 2012 17:42:10 +0100

systemd (37-1) unstable; urgency=low

  [ Tollef Fog Heen ]
  * New upstream version
  * Change the type of the debian-fixup service to oneshot.
    Closes: #642961
  * Add ConditionPathIsDirectory to lib-init-rw.automount and
    lib-init-rw.mount so we only activate the unit if the directory
    exists.  Closes: #633059
  * If a sysv service exists in both rcS and rcN.d runlevels, drop the
    rcN.d ones to avoid loops.  Closes: #637037
  * Blacklist fuse init script, we do the same work already internally.
    Closes: #643700
  * Update README.Debian slightly for /run rather than /lib/init/rw

  [ Josh Triplett ]
  * Do a one-time migration of the $TMPTIME setting from /etc/default/rcS to
    /etc/tmpfiles.d/tmp.conf. If /etc/default/rcS has a TMPTIME setting of
    "infinite" or equivalent, migrate it to an /etc/tmpfiles.d/tmp.conf that
    overrides the default /usr/lib/tmpfiles.d/tmp.conf and avoids clearing
    /tmp.  Closes: #643698

 -- Tollef Fog Heen <tfheen@debian.org>  Wed, 28 Sep 2011 20:04:13 +0200

systemd (36-1) unstable; urgency=low

  [ Tollef Fog Heen ]
  * New upstream release. Closes: #634618
    - Various man page fixes. Closes: #623521
  * Add debian-fixup service that symlinks mtab to /proc/mounts and
    migrates /var/run and /var/lock to symlinks to /run

  [ Michael Biebl ]
  * Build for libnotify 0.7.
  * Bump Build-Depends on libudev to (>= 172).
  * Add Build-Depends on libacl1-dev. Required for building systemd-logind
    with ACL support.
  * Split libsystemd-login and libsystemd-daemon into separate binary
    packages.
  * As autoreconf doesn't like intltool, override dh_autoreconf and call
    intltoolize and autoreconf ourselves.
  * Add Build-Depends on intltool.
  * Do a one-time migration of the hwclock configuration. If UTC is set to
    "no" in /etc/default/rcS, create /etc/adjtime and add the "LOCAL" setting.
  * Remove /cgroup cleanup code from postinst.
  * Add Build-Depends on gperf.

 -- Tollef Fog Heen <tfheen@debian.org>  Wed, 14 Sep 2011 08:25:17 +0200

systemd (29-1) unstable; urgency=low

  [ Tollef Fog Heen ]
  * New upstream version, Closes: #630510
    - Includes typo fixes in documentation.  Closes: #623520
  * Fall back to the init script reload function if a native .service file
    doesn't know how to reload.  Closes: #628186
  * Add hard dependency on udev.  Closes: #627921

  [ Michael Biebl ]
  * hwclock-load.service is no longer installed, so we don't need to remove it
    anymore in debian/rules.
  * Install /usr/lib directory for binfmt.d, modules-load.d, tmpfiles.d and
    sysctl.d.
  * Remove obsolete conffiles from /etc/tmpfiles.d on upgrades. Those files
    are installed in /usr/lib/tmpfiles.d now.
  * Depend on util-linux (>= 2.19.1-2) which provides whole-disk locking
    support in fsck and remove our revert patch.
  * Don't choke when systemd was compiled with a different CAP_LAST_CAP then
    what it is run with. Patch cherry-picked from upstream Git.
    Closes: #628081
  * Enable dev-hugepages.automount and dev-mqueue.automount only when enabled
    in kernel. Patch cherry-picked from upstream Git.  Closes: #624522

 -- Tollef Fog Heen <tfheen@debian.org>  Wed, 08 Jun 2011 16:14:31 +0200

systemd (25-2) experimental; urgency=low

  * Handle downgrades more gracefully by removing diversion of
    /lib/lsb/init-functions on downgrades to << 25-1.
  * Cherry-pick a133bf10d09f788079b82f63faa7058a27ba310b from upstream,
    avoids assert when dumping properties.  Closes: #624094
  * Remove "local" in non-function context in init-functions wrapper.

 -- Tollef Fog Heen <tfheen@debian.org>  Wed, 27 Apr 2011 22:20:04 +0200

systemd (25-1) experimental; urgency=low

  * New upstream release, target experimental due to initscripts
    dependency.
    - Fixes where to look for locale config.  Closes: #619166
  * Depend on initscripts >= 2.88dsf-13.4 for /run transition.
  * Add Conflicts on klogd, since it doesn't work correctly with the
    kmg→/dev/log bridge.  Closes: #622555
  * Add suggests on Python for systemd-analyze.
  * Divert /lib/lsb/init-functions instead of (ab)using
    /etc/lsb-base-logging.sh for diverting calls to /etc/init.d/*
  * Remove obsolete conffile /etc/lsb-base-logging.sh.  Closes: #619093
  * Backport 3a90ae048233021833ae828c1fc6bf0eeab46197 from master:
    mkdir /run/systemd/system when starting up

 -- Tollef Fog Heen <tfheen@debian.org>  Sun, 24 Apr 2011 09:02:04 +0200

systemd (20-1) unstable; urgency=low

  * New upstream version
  * Install systemd-machine-id-setup
  * Call systemd-machine-id-setup in postinst
  * Cherry-pick b8a021c9e276adc9bed5ebfa39c3cab0077113c6 from upstream to
    prevent dbus assert error.
  * Enable TCP wrapper support.  Closes: #618409
  * Enable SELinux support.  Closes: #618412
  * Make getty start after Apache2 and OpenVPN (which are the only two
    known users of X-Interactive: yes).  Closes: #618419

 -- Tollef Fog Heen <tfheen@debian.org>  Fri, 11 Mar 2011 19:14:21 +0100

systemd (19-1) experimental; urgency=low

  * New upstream release
  * Add systemd-tmpfiles to systemd package.
  * Add ifup@.service for handling hotplugged interfaces from
    udev.  Closes: #610871
  * Mask mtab.service and udev-mtab.service as they are pointless when
    /etc/mtab is a symlink to /proc/mounts
  * Add breaks on lvm2 (<< 2.02.84-1) since older versions have udev rules
    that don't work well with systemd causing delays on bootup.

 -- Tollef Fog Heen <tfheen@debian.org>  Thu, 17 Feb 2011 07:36:22 +0100

systemd (17-1) experimental; urgency=low

  [ Tollef Fog Heen ]
  * New upstream release
  * Clarify ifupdown instructions in README.Debian somewhat.
    Closes: #613320
  * Silently skip masked services in lsb-base-logging.sh instead of
    failing.  Initial implementation by Michael Biebl.  Closes: #612551
  * Disable systemd-vconsole-setup.service for now.

  [ Michael Biebl ]
  * Bump build dependency on valac-0.10 to (>= 0.10.3).
  * Improve regex in lsb-base-logging.sh for X-Interactive scripts.
    Closes: #613325

 -- Tollef Fog Heen <tfheen@debian.org>  Wed, 16 Feb 2011 21:06:16 +0100

systemd (16-1) experimental; urgency=low

  [ Tollef Fog Heen ]
  * New upstream release.  Closes: #609611
  * Get rid of now obsolete patches that are upstream.
  * Use the built-in cryptsetup support in systemd, build-depend on
    libcryptsetup-dev (>= 2:1.2.0-1) to get a libcryptsetup in /lib.
  * Don't use systemctl redirect for init scripts with X-Interactive: true

  [ Michael Biebl ]
  * Update package description
  * Use v8 debhelper syntax
  * Make single-user mode work
  * Run hwclock-save.service on shutdown
  * Remove dependencies on legacy sysv mount scripts, as we use native
    mounting.

 -- Tollef Fog Heen <tfheen@debian.org>  Sun, 16 Jan 2011 11:04:13 +0100

systemd (15-1) UNRELEASED; urgency=low

  [ Tollef Fog Heen ]
  * New upstream version, thanks a lot to Michael Biebl for help with
    preparing this version.
    - This version handles cycle breaking better.  Closes: #609225
  * Add libaudit-dev to build-depends
  * /usr/share/systemd/session has been renamed to /usr/share/systemd/user
    upstream, adjust build system accordingly.
  * Remove -s from getty serial console invocation.
  * Add dependency on new util-linux to make sure /sbin/agetty exists
  * Don't mount /var/lock with gid=lock (Debian has no such group).
  * Document problem with ifupdown's /etc/network/run being a normal
    directory.

  [ Michael Biebl ]
  * Revert upstream change which requires libnotify 0.7 (not yet available in
    Debian).
  * Use dh-autoreconf for updating the build system.
  * Revert upstream commit which uses fsck -l (needs a newer version of
    util-linux).
  * Explicitly disable cryptsetup support to not accidentally pick up a
    libcryptsetup dependency in a tainted build environment, as the library
    is currently installed in /usr/lib.
  * Remove autogenerated man pages and vala C sources, so they are rebuilt.
  * Use native systemd mount support:
    - Use MountAuto=yes and SwapAuto=yes (default) in system.conf
    - Mask SysV init mount, check and cleanup scripts.
    - Create an alias (symlink) for checkroot (→ remount-rootfs.service) as
      synchronization point for SysV init scripts.
  * Mask x11-common, rmnologin, hostname, bootmisc and bootlogd.
  * Create an alias for procps (→ systemd-sysctl.service) and
    urandom (→ systemd-random-seed-load.service).
  * Create an alias for module-init-tools (→ systemd-modules-load.service) and
    a symlink from /etc/modules-load.d/modules.conf → /etc/modules.
  * Install lsb-base hook which redirects calls to SysV init scripts to
    systemctl: /etc/init.d/<foo> <action> → systemctl <action> <foo.service>
  * Install a (auto)mount unit to mount /lib/init/rw early during boot.

 -- Tollef Fog Heen <tfheen@debian.org>  Sat, 20 Nov 2010 09:28:01 +0100

systemd (11-2) UNRELEASED; urgency=low

  * Tighten depends from systemd-* on systemd to ensure they're upgraded
    in lockstep.  Thanks to Michael Biebl for the patch.
  * Add missing #DEBHELPER# token to libpam-systemd
  * Stop messing with runlevel5/multi-user.target symlink, this is handled
    correctly upstream.
  * Stop shipping /cgroup in the package.
  * Remove tmpwatch services, Debian doesn't have or use tmpwatch.
  * Make sure to enable GTK bits.
  * Ship password agent
  * Clean up cgroups properly on upgrades, thanks to Michael Biebl for the
    patch.  Closes: #599577

 -- Tollef Fog Heen <tfheen@debian.org>  Tue, 02 Nov 2010 21:47:10 +0100

systemd (11-1) experimental; urgency=low

  * New upstream version.  Closes: #597284
  * Add pam-auth-update calls to libpam-systemd's postinst and prerm
  * Make systemd-sysv depend on systemd
  * Now mounts the cgroup fs in /sys/fs/cgroup.  Closes: #595966
  * Add libnotify-dev to build-depends (needed for systemadm)

 -- Tollef Fog Heen <tfheen@debian.org>  Thu, 07 Oct 2010 22:01:19 +0200

systemd (8-2) experimental; urgency=low

  * Hardcode udev rules dir in configure call.
  * Remove README.source as it's no longer accurate.

 -- Tollef Fog Heen <tfheen@debian.org>  Mon, 30 Aug 2010 21:10:26 +0200

systemd (8-1) experimental; urgency=low

  * New upstream release
  * Only ship the top /cgroup
  * Pass --with-rootdir= to configure, to make it think / is / rather
    than //
  * Add PAM module package
  * Fix up dependencies in local-fs.target.  Closes: #594420
  * Move systemadm to its own package.  Closes: #588451
  * Update standards-version (no changes needed)
  * Update README.Debian to explain how to use systemd.
  * Add systemd-sysv package that provides /sbin/init and friends.

 -- Tollef Fog Heen <tfheen@debian.org>  Sat, 07 Aug 2010 07:31:38 +0200

systemd (0~git+20100605+dfd8ee-1) experimental; urgency=low

  * Initial release, upload to experimental.  Closes: #580814

 -- Tollef Fog Heen <tfheen@debian.org>  Fri, 30 Apr 2010 21:02:25 +0200
