From c9661edaca905131fac1925db2ec9eaa85a7e8c2 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Sun, 26 Dec 2010 12:58:17 +0100 Subject: [PATCH] Add dependency on new util-linux to make sure /sbin/agetty exists --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9321b084..39a17bf9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ systemd (15-1) experimental; urgency=low * /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 [ Michael Biebl ] * Revert upstream change which requires libnotify 0.7 (not yet available in diff --git a/debian/control b/debian/control index 997d37de..5da7d850 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Section: admin Priority: extra Recommends: libpam-systemd Suggests: systemd-gui -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, util-linux (>= 2.17.2-5) Description: system and session manager systemd is a replacement for sysvinit. It is dependency-based and able to read the LSB init script headers in addition to parsing rcN.d -- 2.39.5