From: Tollef Fog Heen Date: Sun, 29 Aug 2010 12:05:58 +0000 (+0200) Subject: Update for v8 X-Git-Tag: 8-2~5 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76aeaaf733574ac49f299bedd3f921e9b2704ce8;p=systemd Update for v8 --- diff --git a/debian/changelog b/debian/changelog index a25d7c5e..f3f57143 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,15 @@ -systemd (7-1) unstable; urgency=low +systemd (8-1) unstable; 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 Sat, 07 Aug 2010 07:31:38 +0200 diff --git a/debian/rules b/debian/rules index 4a400525..468c5d50 100755 --- a/debian/rules +++ b/debian/rules @@ -7,15 +7,17 @@ override_dh_install: rm debian/tmp/usr/share/doc/systemd/LICENSE dh_install -O--parallel --fail-missing dh_install -plibpam-systemd debian/pam-configs /usr/share + sed -i 's/#\(Mount\|Swap\)Auto=yes/\1Auto=no/' debian/systemd/etc/systemd/system.conf + override_dh_auto_configure: dh_auto_configure -- --with-rootdir= override_dh_auto_install: dh_auto_install - rm debian/tmp/etc/systemd/system/runlevel5.target - dh_link /lib/systemd/system/multi-user.target etc/systemd/system/runlevel5.target + rm debian/tmp/lib/systemd/system/runlevel5.target rm debian/tmp/lib/security/pam_systemd.la + dh_link /lib/systemd/system/multi-user.target lib/systemd/system/runlevel5.target %: dh --parallel $@