From: Tollef Fog Heen Date: Sun, 26 Dec 2010 11:58:17 +0000 (+0100) Subject: Add dependency on new util-linux to make sure /sbin/agetty exists X-Git-Tag: 16-1~25 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9661edaca905131fac1925db2ec9eaa85a7e8c2;p=systemd Add dependency on new util-linux to make sure /sbin/agetty exists --- 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